Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPointerRecord.java48 public String[] getPointer() { in getPointer() method in MdnsPointerRecord
/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