Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp91 uint8_t* getPointer() const { return reinterpret_cast<uint8_t*>(mMapping->data()); } in create() function in android::nn::generated_tests::MemoryWithPointer
/packages/modules/NeuralNetworks/runtime/
DMemory.cpp535 uint8_t* MemoryAshmem::getPointer() const { in getPointer() function in android::nn::MemoryAshmem
619 uint8_t* MemoryRuntimeAHWB::getPointer() const { in getPointer() function in android::nn::MemoryRuntimeAHWB
DExecutionPlan.cpp1474 void* ExecutionPlan::Buffer::getPointer() const { in getPointer() function in android::nn::ExecutionPlan::Buffer