/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Mem.h | 49 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);
|
D | QCamera3Mem.cpp | 539 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/ |
D | QCamera3Mem.h | 51 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);
|
D | QCamera3Mem.cpp | 651 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/ |
D | QCamera3Mem.h | 51 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);
|
D | QCamera3Mem.cpp | 651 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/ |
D | QCameraMem.h | 52 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);
|
D | QCameraMem.cpp | 760 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/ |
D | QCameraMem.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() 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);
|
D | QCameraMem.cpp | 896 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/ |
D | QCameraMem.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() 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);
|
D | QCameraMem.cpp | 896 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
|