Lines Matching refs:mAllocator
369 mAllocator(allocator), in QCameraStream()
436 mAllocator.waitForBackgroundTask(mAllocTaskId); in ~QCameraStream()
437 mAllocator.waitForBackgroundTask(mMapTaskId); in ~QCameraStream()
761 mAllocTaskId = mAllocator.scheduleBackgroundTask(&mAllocTask); in init()
818 mMapTaskId = mAllocator.scheduleBackgroundTask(&mMapTask); in init()
964 mAllocator.waitForBackgroundTask(mAllocTaskId); in stop()
965 mAllocator.waitForBackgroundTask(mMapTaskId); in stop()
1402 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in getBufs()
1405 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in getBufs()
1543 rc = mAllocator.waitForBackgroundTask(mAllocTaskId); in getBufsDeferred()
1651 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in allocateBuffers()
1747 rc = mAllocator.waitForBackgroundTask(mAllocTaskId); in mapBuffers()
1821 mStreamBatchBufs = mAllocator.allocateStreamUserBuf (mStreamInfo); in allocateBatchBufs()
1865 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in allocateBatchBufs()
1868 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in allocateBatchBufs()
2119 rc = pme->mAllocator.allocateMoreStreamBuf(pme->mStreamBufs, in BufAllocRoutine()