Searched refs:msgTypeEnabled (Results 1 – 6 of 6) sorted by relevance
87 Return<bool> msgTypeEnabled(uint32_t msgType) override;
721 Return<bool> CameraDevice::msgTypeEnabled(uint32_t msgType) { in msgTypeEnabled() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
332 int msgTypeEnabled(int32_t msg_type);
3747 if (!(msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME)) && in enableMsgType()3789 if ((msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME)) && in disableMsgType()3817 int QCamera2HardwareInterface::msgTypeEnabled(int32_t msg_type) in msgTypeEnabled() function in qcamera::QCamera2HardwareInterface3894 if ((msgTypeEnabled(CAMERA_MSG_PREVIEW_FRAME)) in startPreview()6914 if ( msgTypeEnabled(CAMERA_MSG_META_DATA) ) { in processHDRData()7088 if ( msgTypeEnabled(CAMERA_MSG_META_DATA) ) { in processASDUpdate()9094 (fd_type == QCAMERA_FD_PREVIEW && !msgTypeEnabled(CAMERA_MSG_PREVIEW_METADATA)) || in processFaceDetectionResult()9097 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()
220 msgTypeEnabled(FrameCallbackFlags msgType) generates (bool enabled);
4753 Return<bool> returnBoolStatus = device->msgTypeEnabled(msgType); in enableMsgType()4764 Return<bool> returnBoolStatus = device->msgTypeEnabled(msgType); in disableMsgType()