Home
last modified time | relevance | path

Searched refs:waitDefferedWork (Results 1 – 9 of 9) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp1331 waitDefferedWork(mReprocJob); in closeCamera()
3054 waitDefferedWork(mReprocJob); in takePicture()
3086 waitDefferedWork(mSnapshotJob); in takePicture()
3087 waitDefferedWork(mMetadataJob); in takePicture()
3088 waitDefferedWork(mRawdataJob); in takePicture()
3109 waitDefferedWork(mPostviewJob); in takePicture()
3385 waitDefferedWork(mReprocJob); in cancelPicture()
5359 waitDefferedWork(mMetadataJob); in addRawChannel()
5368 waitDefferedWork(mRawdataJob); in addRawChannel()
6231 waitDefferedWork(mMetadataJob); in preparePreview()
[all …]
DQCamera2HWI.h628 int32_t waitDefferedWork(int32_t &job_id);
DQCamera2HWICallbacks.cpp275 pme->waitDefferedWork(pme->mReprocJob); in zsl_channel_cb()
435 pme->waitDefferedWork(pme->mReprocJob); in capture_channel_cb_routine()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.cpp1331 waitDefferedWork(mReprocJob); in closeCamera()
3054 waitDefferedWork(mReprocJob); in takePicture()
3086 waitDefferedWork(mSnapshotJob); in takePicture()
3087 waitDefferedWork(mMetadataJob); in takePicture()
3088 waitDefferedWork(mRawdataJob); in takePicture()
3109 waitDefferedWork(mPostviewJob); in takePicture()
3385 waitDefferedWork(mReprocJob); in cancelPicture()
5359 waitDefferedWork(mMetadataJob); in addRawChannel()
5368 waitDefferedWork(mRawdataJob); in addRawChannel()
6231 waitDefferedWork(mMetadataJob); in preparePreview()
[all …]
DQCamera2HWI.h628 int32_t waitDefferedWork(int32_t &job_id);
DQCamera2HWICallbacks.cpp275 pme->waitDefferedWork(pme->mReprocJob); in zsl_channel_cb()
435 pme->waitDefferedWork(pme->mReprocJob); in capture_channel_cb_routine()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.cpp2656 waitDefferedWork(mSnapshotJob); in takePicture()
2657 waitDefferedWork(mMetadataJob); in takePicture()
2658 waitDefferedWork(mRawdataJob); in takePicture()
2678 waitDefferedWork(mPostviewJob); in takePicture()
2879 waitDefferedWork(mReprocJob); in cancelPicture()
4254 waitDefferedWork(mMetadataJob); in addRawChannel()
4263 waitDefferedWork(mRawdataJob); in addRawChannel()
4950 waitDefferedWork(mMetadataJob); in preparePreview()
6332 int32_t QCamera2HardwareInterface::waitDefferedWork(int32_t &job_id) in waitDefferedWork() function in qcamera::QCamera2HardwareInterface
DQCamera2HWI.h610 int32_t waitDefferedWork(int32_t &job_id);
DQCamera2HWICallbacks.cpp416 pme->waitDefferedWork(pme->mReprocJob); in capture_channel_cb_routine()