Searched refs:sync_cmd (Results 1 – 8 of 8) sorted by relevance
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 131 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() argument 149 if (sync_cmd) { in sendCmd()
|
D | QCameraCmdThread.h | 63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() argument 154 if (sync_cmd) { in sendCmd()
|
D | QCameraCmdThread.h | 63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() argument 154 if (sync_cmd) { in sendCmd()
|
D | QCameraCmdThread.h | 63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 322 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 3565 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() argument 3584 if (sync_cmd) { in sendCmd()
|