Searched refs:cacheOps (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Mem.h | 54 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);
|
D | QCamera3Mem.cpp | 693 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/ |
D | QCameraMem.h | 93 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);
|
D | QCameraMem.cpp | 922 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
|
D | QCamera2HWI.cpp | 6275 imgBuf->cacheOps(0, ION_IOC_CLEAN_INV_CACHES); in registerFaceImage()
|