Searched defs:enableMsgType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp126 void CameraHardwareStub::enableMsgType(int32_t msgType) function in class:android::CameraHardwareStub
H A DCameraHardwareInterface.h160 void enableMsgType(int32_t msgType) function in class:android::CameraHardwareInterface
H A DCameraService.cpp363 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
603 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
685 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
797 enableMsgType(picMsgType);
894 void CameraService::Client::enableMsgType(int32_t msgType) { function in class:android::CameraService::Client
896 mHardware->enableMsgType(msgType);

Completed in 53 milliseconds