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

/frameworks/av/include/camera/android/hardware/
H A DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/camera/
H A DICameraClient.cpp46 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::hardware::BpCameraClient
48 ALOGV("notifyCallback");
110 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp179 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
191 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, function in class:android::CameraBase
H A DCamera.cpp343 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
345 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/include/camera/
H A DCameraBase.h107 virtual void notifyCallback(int32_t msgType, int32_t ext,
H A DCamera.h164 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h102 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
H A DCameraClient.cpp87 mHardware->setCallbacks(notifyCallback,
754 // notifyCallback:
756 // (others) c->notifyCallback
766 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
768 LOG2("notifyCallback(%d)", msgType);
846 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
949 c->notifyCallback(msgType, ext1, ext2);
H A DCamera2Client.cpp1299 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
1724 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0);
1846 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE,
1854 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp728 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER,
732 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2282 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);

Completed in 852 milliseconds