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

/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp86 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
338 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
420 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
532 enableMsgType(picMsgType);
633 void CameraClient::enableMsgType(int32_t msgType) { function in class:android::CameraClient
635 mHardware->enableMsgType(msgType);
H A DCameraHardwareInterface.h158 void enableMsgType(int32_t msgType) function in class:android::CameraHardwareInterface

Completed in 100 milliseconds