/frameworks/av/camera/include/camera/android/hardware/ |
D | ICameraClient.h | 35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
|
/frameworks/av/camera/ |
D | ICameraClient.cpp | 47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::hardware::BpCameraClient 134 notifyCallback(msgType, ext1, ext2); in onTransact()
|
D | CameraBase.cpp | 204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied() 216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback() function in android::CameraBase
|
D | Camera.cpp | 351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::Camera 353 return CameraBaseT::notifyCallback(msgType, ext1, ext2); in notifyCallback()
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 47 void notifyCallback(int32_t msgType, int32_t, int32_t) override; 98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, in notifyCallback() function in CameraZSLTests
|
/frameworks/av/camera/include/camera/ |
D | CameraBase.h | 133 virtual void notifyCallback(int32_t msgType, int32_t ext,
|
D | Camera.h | 171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 86 mHardware->setCallbacks(notifyCallback, in initialize() 827 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() function in android::CameraClient 950 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0); in handleShutter() 1054 c->notifyCallback(msgType, ext1, ext2); in handleGenericNotify()
|
D | CameraClient.h | 106 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
|
D | Camera2Client.cpp | 1369 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus() 1786 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError() 1908 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus() 1916 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 764 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked() 768 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 376 hardware::Return<void> notifyCallback(
|
D | CameraHardwareInterface.cpp | 73 hardware::Return<void> CameraHardwareInterface::notifyCallback( in notifyCallback() function in android::CameraHardwareInterface
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 2618 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()
|