Searched defs:disableMsgType (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp172 void BaseCameraAdapter::disableMsgType(int32_t msgs, void* cookie) function in class:android::BaseCameraAdapter
H A DAppCallbackNotifier.cpp366 mCameraHal->disableMsgType(CAMERA_MSG_FOCUS);
374 mCameraHal->disableMsgType(CAMERA_MSG_FOCUS);
1753 status_t AppCallbackNotifier::disableMsgType(int32_t msgType) function in class:android::AppCallbackNotifier
H A DCameraHal.cpp171 void CameraHal::disableMsgType(int32_t msgType) function in class:android::CameraHal
186 mAppCallbackNotifier->disableMsgType (msgType);
2547 mAppCallbackNotifier->disableMsgType (CAMERA_MSG_PREVIEW_FRAME);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp1559 * FUNCTION : disableMsgType
1570 int QCamera2HardwareInterface::disableMsgType(int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp314 void ExynosCameraHWInterface::disableMsgType(int32_t msgType) function in class:android::ExynosCameraHWInterface
4195 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera
4198 * after the disableMsgType(CAMERA_MSG_VIDEO_FRAME) call. Camera HAL
4200 * disableMsgType(CAMERA_MSG_VIDEO_FRAME).
4205 obj(dev)->disableMsgType(msg_type);
4287 * disableMsgType(CAMERA_MSG_VIDEO_FRAME). After the client calls
4288 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
4321 * to disableMsgType(CAMERA_MSG_VIDEO_FRAME). After it receives the call to
4322 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's

Completed in 91 milliseconds