/frameworks/av/camera/ |
D | IProCameraCallbacks.cpp | 50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::BpProCameraCallbacks 96 notifyCallback(msgType, ext1, ext2); in onTransact()
|
D | ICameraClient.cpp | 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::BpCameraClient 96 notifyCallback(msgType, ext1, ext2); in onTransact()
|
D | CameraBase.cpp | 158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied() 170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback() function in android::CameraBase
|
D | ProCamera.cpp | 60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::ProCamera 62 return CameraBaseT::notifyCallback(msgType, ext1, ext2); in notifyCallback()
|
D | Camera.cpp | 296 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::Camera 298 return CameraBaseT::notifyCallback(msgType, ext1, ext2); in notifyCallback()
|
/frameworks/av/include/camera/ |
D | IProCameraCallbacks.h | 39 virtual void notifyCallback(int32_t msgType,
|
D | ICameraClient.h | 37 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
|
D | CameraBase.h | 93 virtual void notifyCallback(int32_t msgType, int32_t ext,
|
D | Camera.h | 147 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
|
D | ProCamera.h | 248 virtual void notifyCallback(int32_t msgType,
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 86 mHardware->setCallbacks(notifyCallback, in initialize() 713 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() function in android::CameraClient 808 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0); in handleShutter() 905 c->notifyCallback(msgType, ext1, ext2); in handleGenericNotify()
|
D | CameraClient.h | 98 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
|
D | Camera2Client.cpp | 1313 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus() 1830 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus() 1838 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 744 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked() 748 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1542 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError() 1588 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()
|