Home
last modified time | relevance | path

Searched refs:cacheOps (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Mem.h54 return cacheOps(index, ION_IOC_CLEAN_CACHES); in cleanCache()
58 return cacheOps(index, ION_IOC_INV_CACHES); in invalidateCache()
62 return cacheOps(index, ION_IOC_CLEAN_INV_CACHES); in cleanInvalidateCache()
68 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
113 virtual int cacheOps(uint32_t index, unsigned int cmd);
140 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCamera3Mem.cpp693 int QCamera3HeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3HeapMemory
1101 int QCamera3GrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3GrallocMemory
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h93 return cacheOps(index, ION_IOC_CLEAN_CACHES); in cleanCache()
97 return cacheOps(index, ION_IOC_INV_CACHES); in invalidateCache()
101 return cacheOps(index, ION_IOC_CLEAN_INV_CACHES); in cleanInvalidateCache()
112 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
196 virtual int cacheOps(uint32_t index, unsigned int cmd);
229 virtual int cacheOps(uint32_t index, unsigned int cmd);
290 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCameraMem.cpp922 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraHeapMemory
1184 int QCameraStreamMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraStreamMemory
2486 int QCameraGrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraGrallocMemory
DQCamera2HWI.cpp6275 imgBuf->cacheOps(0, ION_IOC_CLEAN_INV_CACHES); in registerFaceImage()