Searched defs:disableMsgType (Results 1 - 7 of 7) 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/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp376 mCameraHal->disableMsgType(CAMERA_MSG_FOCUS);
383 mCameraHal->disableMsgType(CAMERA_MSG_FOCUS);
1824 status_t AppCallbackNotifier::disableMsgType(int32_t msgType) function in class:Ti::Camera::AppCallbackNotifier
H A DBaseCameraAdapter.cpp232 void BaseCameraAdapter::disableMsgType(int32_t msgs, void* cookie) function in class:Ti::Camera::BaseCameraAdapter
H A DCameraHal.cpp263 void CameraHal::disableMsgType(int32_t msgType) function in class:Ti::Camera::CameraHal
278 mAppCallbackNotifier->disableMsgType (msgType);
3384 mAppCallbackNotifier->disableMsgType (CAMERA_MSG_PREVIEW_FRAME);
/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 482 milliseconds