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.h281 virtual void waitForDeferredAlloc(cam_stream_type_t stream_type);
DQCameraStream.cpp1282 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in getBufs()
1746 mAllocator.waitForDeferredAlloc(mStreamInfo->stream_type); in allocateBatchBufs()
DQCamera2HWI.cpp3245 void QCamera2HardwareInterface::waitForDeferredAlloc(cam_stream_type_t stream_type) in waitForDeferredAlloc() function in qcamera::QCamera2HardwareInterface