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

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h166 // This function takes the same parameter as the enableMsgType() and
168 void enableMsgType(int32_t msgType);
H A DCameraClient.cpp93 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
350 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
442 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
605 enableMsgType(picMsgType);
714 void CameraClient::enableMsgType(int32_t msgType) { function in class:android::CameraClient
716 mHardware->enableMsgType(msgType);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h203 void enableMsgType(int32_t msgType) function in class:android::CameraHardwareInterface

Completed in 1713 milliseconds