Searched refs:cleanInvalidateCache (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.h49 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} function in class:qcamera::QCamera3Memory
H A DQCamera3Stream.cpp691 return mStreamBufs->cleanInvalidateCache(index);
H A DQCamera3PostProc.cpp850 memObj->cleanInvalidateCache(main_frame->buf_idx);
856 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
H A DQCamera3Channel.cpp907 obj->mMemory->cleanInvalidateCache(obj->mCurrentBufIndex);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.h50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} function in class:qcamera::QCameraMemory
H A DQCameraStream.cpp706 return mStreamBufs->cleanInvalidateCache(index);

Completed in 72 milliseconds