Home
last modified time | relevance | path

Searched defs:getPtr (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/rs/
H A DrsStream.h73 const uint8_t * getPtr() const { in getPtr() function
146 const uint8_t * getPtr() const { in getPtr() function
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Mem.cpp546 void *QCamera3HeapMemory::getPtr(uint32_t index) in getPtr() function in qcamera::QCamera3HeapMemory
1257 void *QCamera3GrallocMemory::getPtr(uint32_t index) in getPtr() function in qcamera::QCamera3GrallocMemory
H A DQCamera3StreamMem.cpp260 void* QCamera3StreamMem::getPtr(uint32_t index) in getPtr() function in qcamera::QCamera3StreamMem
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp775 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr() function in qcamera::QCameraHeapMemory
1268 void *QCameraStreamMemory::getPtr(uint32_t index) const in getPtr() function in qcamera::QCameraStreamMemory
2580 void *QCameraGrallocMemory::getPtr(uint32_t index) const in getPtr() function in qcamera::QCameraGrallocMemory
/aosp12/frameworks/native/cmds/lshal/
H A Dtest.cpp296 static uint64_t getPtr(pid_t serverId) { return 10000 + serverId; } in getPtr() function