Searched defs:msgTypeEnabled (Results 1 - 2 of 2) sorted by path

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp721 Return<bool> CameraDevice::msgTypeEnabled(uint32_t msgType) { function in class:android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp3747 if (!(msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME)) &&
3789 if ((msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME)) &&
3807 * FUNCTION : msgTypeEnabled
3817 int QCamera2HardwareInterface::msgTypeEnabled(int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
3894 if ((msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME))
6914 if ( msgTypeEnabled(CAMERA_MSG_META_DATA) ) {
7088 if ( msgTypeEnabled(CAMERA_MSG_META_DATA) ) {
9094 (fd_type == QCAMERA_FD_PREVIEW && !msgTypeEnabled(CAMERA_MSG_PREVIEW_METADATA)) ||
9097 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA))

Completed in 65 milliseconds