Home
last modified time | relevance | path

Searched refs:waitForDeferredAlloc (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraAllocator.h56 virtual void waitForDeferredAlloc(cam_stream_type_t stream_type) = 0;
DQCamera2HWI.h283 virtual void waitForDeferredAlloc(cam_stream_type_t stream_type);
DQCameraStream.cpp1321 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in getBufs()
1785 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in allocateBatchBufs()
DQCamera2HWI.cpp3258 void QCamera2HardwareInterface::waitForDeferredAlloc(cam_stream_type_t stream_type) in waitForDeferredAlloc() function in qcamera::QCamera2HardwareInterface