2019-09-08 06:34:55 -04:00
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
namespace android {
|
2019-09-22 15:28:13 -04:00
|
|
|
extern "C" void _ZN7android13GraphicBuffer4lockEjPPvPiS3_(void* thisptr, uint32_t inUsage,
|
|
|
|
void** vaddr, int32_t* outBytesPerPixel, int32_t* outBytesPerStride);
|
2019-09-08 06:34:55 -04:00
|
|
|
|
2019-09-22 15:28:13 -04:00
|
|
|
extern "C" void _ZN7android13GraphicBuffer4lockEjPPv(void* thisptr, uint32_t inUsage,
|
|
|
|
void** vaddr) {
|
|
|
|
_ZN7android13GraphicBuffer4lockEjPPvPiS3_(thisptr, inUsage, vaddr, nullptr, nullptr);
|
2019-09-08 06:34:55 -04:00
|
|
|
}
|
2019-09-10 02:52:07 -04:00
|
|
|
|
|
|
|
extern "C" void _ZN7android6Parcel17writeUint64VectorERKNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
|
|
|
|
extern "C" void _ZNK7android6Parcel16readUint64VectorEPNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
|
2019-09-08 06:34:55 -04:00
|
|
|
}
|