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

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp253 disableMsgType(CAMERA_MSG_ALL_MSGS);
352 disableMsgType(CAMERA_MSG_PREVIEW_FRAME);
458 disableMsgType(CAMERA_MSG_PREVIEW_FRAME);
472 disableMsgType(CAMERA_MSG_VIDEO_FRAME);
719 void CameraClient::disableMsgType(int32_t msgType) { function in class:android::CameraClient
721 mHardware->disableMsgType(msgType);
849 disableMsgType(CAMERA_MSG_SHUTTER);
888 disableMsgType(CAMERA_MSG_PREVIEW_FRAME);
908 disableMsgType(CAMERA_MSG_POSTVIEW_FRAME);
919 disableMsgType(CAMERA_MSG_RAW_IMAG
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h213 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera hal
216 * disableMsgType(CAMERA_MSG_VIDEO_FRAME) call. Camera hal clients must not
218 * disableMsgType(CAMERA_MSG_VIDEO_FRAME).
220 void disableMsgType(int32_t msgType) function in class:android::CameraHardwareInterface
316 * disableMsgType(CAMERA_MSG_VIDEO_FRAME). After the client calls
317 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's responsibility
355 * a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME). After it receives
356 * the call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's

Completed in 56 milliseconds