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

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h156 // This function takes the same parameter as the enableMsgType() and
158 void enableMsgType(int32_t msgType);
H A DCameraClient.cpp92 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
349 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
438 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
550 enableMsgType(picMsgType);
660 void CameraClient::enableMsgType(int32_t msgType) { function in class:android::CameraClient
662 mHardware->enableMsgType(msgType);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h167 void enableMsgType(int32_t msgType) function in class:android::CameraHardwareInterface

Completed in 233 milliseconds