Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Mem.h49 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache()
50 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} in invalidateCache()
51 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} in cleanInvalidateCache()
56 virtual int cacheOps(int index, unsigned int cmd) = 0;
95 virtual int cacheOps(int index, unsigned int cmd);
119 virtual int cacheOps(int index, unsigned int cmd);
DQCamera3Mem.cpp539 int QCamera3HeapMemory::cacheOps(int index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3HeapMemory
905 int QCamera3GrallocMemory::cacheOps(int index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3GrallocMemory
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.h51 return cacheOps(index, ION_IOC_CLEAN_CACHES); in cleanCache()
55 return cacheOps(index, ION_IOC_INV_CACHES); in invalidateCache()
59 return cacheOps(index, ION_IOC_CLEAN_INV_CACHES); in cleanInvalidateCache()
65 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
109 virtual int cacheOps(uint32_t index, unsigned int cmd);
136 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCamera3Mem.cpp651 int QCamera3HeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3HeapMemory
1037 int QCamera3GrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3GrallocMemory
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.h51 return cacheOps(index, ION_IOC_CLEAN_CACHES); in cleanCache()
55 return cacheOps(index, ION_IOC_INV_CACHES); in invalidateCache()
59 return cacheOps(index, ION_IOC_CLEAN_INV_CACHES); in cleanInvalidateCache()
65 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
109 virtual int cacheOps(uint32_t index, unsigned int cmd);
136 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCamera3Mem.cpp651 int QCamera3HeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3HeapMemory
1037 int QCamera3GrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCamera3GrallocMemory
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraMem.h52 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache()
53 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} in invalidateCache()
54 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} in cleanInvalidateCache()
62 virtual int cacheOps(int index, unsigned int cmd) = 0;
145 virtual int cacheOps(int index, unsigned int cmd);
168 virtual int cacheOps(int index, unsigned int cmd);
211 virtual int cacheOps(int index, unsigned int cmd);
DQCameraMem.cpp760 int QCameraHeapMemory::cacheOps(int index, unsigned int cmd) in cacheOps() function in qcamera::QCameraHeapMemory
957 int QCameraStreamMemory::cacheOps(int index, unsigned int cmd) in cacheOps() function in qcamera::QCameraStreamMemory
1629 int QCameraGrallocMemory::cacheOps(int index, unsigned int cmd) in cacheOps() function in qcamera::QCameraGrallocMemory
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.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()
71 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
159 virtual int cacheOps(uint32_t index, unsigned int cmd);
183 virtual int cacheOps(uint32_t index, unsigned int cmd);
230 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCameraMem.cpp896 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraHeapMemory
1096 int QCameraStreamMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraStreamMemory
1843 int QCameraGrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraGrallocMemory
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.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()
71 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
159 virtual int cacheOps(uint32_t index, unsigned int cmd);
183 virtual int cacheOps(uint32_t index, unsigned int cmd);
230 virtual int cacheOps(uint32_t index, unsigned int cmd);
DQCameraMem.cpp896 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraHeapMemory
1096 int QCameraStreamMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraStreamMemory
1843 int QCameraGrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() function in qcamera::QCameraGrallocMemory