Home
last modified time | relevance | path

Searched refs:m_ComposeMpoTh (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.cpp152 m_ComposeMpoTh.launch(composeMpoRoutine, this); in QCameraMuxer()
186 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, TRUE, FALSE); in ~QCameraMuxer()
187 m_ComposeMpoTh.exit(); in ~QCameraMuxer()
1175 gMuxer->m_ComposeMpoTh.sendCmd( in take_picture()
1320 gMuxer->m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, FALSE, FALSE); in cancel_picture()
1562 gMuxer->m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_STOP_DATA_PROC, in send_command()
2519 QCameraCmdThread *cmdThread = &gMuxer->m_ComposeMpoTh; in composeMpoRoutine()
2742 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in storeJpeg()
2763 m_ComposeMpoTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in storeJpeg()
DQCameraMuxer.h232 QCameraCmdThread m_ComposeMpoTh; variable