HomeSort by relevance Sort by last modified time
    Searched defs:mPools (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.h 165 std::vector<RunTimePoolInfo> mPools;
  /packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java 54 private SparseArrayBitmapPool [] mPools;
58 mPools = new SparseArrayBitmapPool[3];
59 mPools[POOL_INDEX_SQUARE] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool);
60 mPools[POOL_INDEX_PHOTO] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool);
61 mPools[POOL_INDEX_MISC] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool);
76 return mPools[index];
118 for (SparseArrayBitmapPool p : mPools) {
157 for (SparseArrayBitmapPool p : mPools) {
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 158 android::List<QCameraMemory::QCameraMemInfo> mPools[CAM_STREAM_TYPE_MAX];
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 182 android::List<QCameraMemory::QCameraMemInfo> mPools[CAM_STREAM_TYPE_MAX];

Completed in 835 milliseconds