Searched refs:notifyCallback (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/camera/
H A DICameraClient.h34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DCamera.h141 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/camera/
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::BpCameraClient
44 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
408 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h89 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
H A DCameraClient.cpp80 mHardware->setCallbacks(notifyCallback,
666 // notifyCallback:
668 // (others) c->notifyCallback
686 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
688 LOG2("notifyCallback(%d)", msgType);
781 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
878 c->notifyCallback(msgType, ext1, ext2);
H A DCamera2Client.cpp1004 l.mCameraClient->notifyCallback(CAMERA_MSG_FOCUS,
1435 l.mCameraClient->notifyCallback(CAMERA_MSG_FOCUS_MOVE,
1442 l.mCameraClient->notifyCallback(CAMERA_MSG_FOCUS,
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp655 l.mCameraClient->notifyCallback(CAMERA_MSG_SHUTTER,
659 l.mCameraClient->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp169 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
242 void MCameraClient::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:MCameraClient

Completed in 99 milliseconds