Home
last modified time | relevance | path

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

/frameworks/av/camera/
DICameraClient.cpp46 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::hardware::BpCameraClient
110 notifyCallback(msgType, ext1, ext2); in onTransact()
DCameraBase.cpp179 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
191 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback() function in android::CameraBase
DCamera.cpp343 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::Camera
345 return CameraBaseT::notifyCallback(msgType, ext1, ext2); in notifyCallback()
/frameworks/av/include/camera/android/hardware/
DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/include/camera/
DCameraBase.h107 virtual void notifyCallback(int32_t msgType, int32_t ext,
DCamera.h164 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp87 mHardware->setCallbacks(notifyCallback, in initialize()
766 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() function in android::CameraClient
846 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0); in handleShutter()
949 c->notifyCallback(msgType, ext1, ext2); in handleGenericNotify()
DCameraClient.h102 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
DCamera2Client.cpp1299 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1724 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
1846 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus()
1854 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp728 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked()
732 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2282 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()