HomeSort by relevance Sort by last modified time
    Searched refs:cleanInvalidateCache (Results 1 - 18 of 18) sorted by null

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 49 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCamera3Stream.cpp 689 return mStreamBufs->cleanInvalidateCache(index);
QCamera3PostProc.cpp 844 memObj->cleanInvalidateCache(main_frame->buf_idx);
850 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
    [all...]
QCamera3Channel.cpp 878 obj->mMemory->cleanInvalidateCache(obj->mCurrentBufIndex);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Mem.h 49 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCamera3PostProc.cpp 862 memObj->cleanInvalidateCache(main_frame->buf_idx);
868 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
    [all...]
QCamera3Stream.cpp 730 return mStreamBufs->cleanInvalidateCache(index);
QCamera3Channel.cpp 892 mMemory.cleanInvalidateCache(super_frame->bufs[0]->buf_idx);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.h 50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCamera3Stream.cpp 735 return mStreamBufs->cleanInvalidateCache(index);
QCamera3Channel.cpp 1005 mMemory.cleanInvalidateCache(super_frame->bufs[0]->buf_idx);
    [all...]
QCamera3PostProc.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h 50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCameraStream.cpp 706 return mStreamBufs->cleanInvalidateCache(index);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.h 50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCameraStream.cpp 706 return mStreamBufs->cleanInvalidateCache(index);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 53 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);}
QCameraStream.cpp     [all...]

Completed in 761 milliseconds