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

  /system/chre/util/include/chre/util/
synchronized_memory_pool_impl.h 30 return mMemoryPool.allocate(args...);
37 mMemoryPool.deallocate(element);
43 return mMemoryPool.getFreeBlockCount();
synchronized_memory_pool.h 65 MemoryPool<ElementType, kSize> mMemoryPool;
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 133 QCameraMemoryPool *mMemoryPool;
QCameraMem.cpp 81 mMemoryPool(pool),
394 if ( NULL == mMemoryPool ) {
405 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
414 mMemoryPool->releaseBuffer(mMemInfo[j],
437 if ( NULL == mMemoryPool ) {
440 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp 83 mMemoryPool(pool),
396 if ( NULL == mMemoryPool ) {
407 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
416 mMemoryPool->releaseBuffer(mMemInfo[j],
439 if ( NULL == mMemoryPool ) {
442 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType);
    [all...]
QCameraMem.h 157 QCameraMemoryPool *mMemoryPool;
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 787 std::unordered_map<uint32_t, sp<::android::MemoryHeapBase> > mMemoryPool;
821 mParent->mMemoryPool.emplace(pool->getHeapID(), pool);
827 if (mParent->mMemoryPool.count(memId) == 0) {
833 mParent->mMemoryPool.erase(memId);
    [all...]

Completed in 137 milliseconds