Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/android/hardware/
DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/camera/
DCameraBase.cpp204 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
DICameraClient.cpp47 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()
DCamera.cpp351 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/include/camera/
DCameraBase.h133 virtual void notifyCallback(int32_t msgType, int32_t ext,
DCamera.h171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/camera/tests/
DCameraZSLTests.cpp47 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/services/camera/libcameraservice/api1/
DCameraClient.h106 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
DCamera2Client.cpp1365 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1782 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
1904 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus()
1912 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp764 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/
DCameraHardwareInterface.h376 hardware::Return<void> notifyCallback(
DCameraHardwareInterface.cpp73 hardware::Return<void> CameraHardwareInterface::notifyCallback( in notifyCallback() function in android::CameraHardwareInterface
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2575 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()