Home
last modified time | relevance | path

Searched refs:cleanCache (Results 1 – 7 of 7) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Mem.h47 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Mem.h47 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Mem.h49 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
/device/asus/flo/camera/QCamera2/HAL/
DQCameraMem.h48 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraMem.h48 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraMem.h52 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} in cleanCache() function
DQCamera2HWICallbacks.cpp816 previewMemObj->cleanCache(frame->buf_idx); in rdi_mode_stream_cb_routine()