Home
last modified time | relevance | path

Searched refs:notifyError (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/hardware/biometrics/
DITestSession.aidl48 void notifyError(int userId, int errorCode); in notifyError() method
DBiometricTestSession.java200 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSession
202 mTestSession.notifyError(userId, errorCode); in notifyError()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraInjectionSessionImpl.java190 CameraInjectionSessionImpl::notifyError, in scheduleNotifyError()
197 private void notifyError(final int errorCode) { in notifyError() method in CameraInjectionSessionImpl
/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp193 void CameraOfflineSessionClient::notifyError(int32_t errorCode, in notifyError() function in android::CameraOfflineSessionClient
339 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyPrepared()
351 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyRepeatingRequestError()
DCompositeStream.h102 void notifyError(int64_t frameNumber, int32_t requestId);
DCameraOfflineSessionClient.h103 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras) override;
DCompositeStream.cpp197 void CompositeStream::notifyError(int64_t frameNumber, int32_t requestId) { in notifyError() function in android::camera3::CompositeStream
DCameraDeviceClient.h222 virtual void notifyError(int32_t errorCode,
/frameworks/av/services/camera/libcameraservice/common/
DCameraOfflineSessionBase.h41 virtual void notifyError(int32_t errorCode,
DCamera2ClientBase.h76 virtual void notifyError(int32_t errorCode,
DCamera2ClientBase.cpp338 void Camera2ClientBase<TClientBase>::notifyError( in notifyError() function in android::Camera2ClientBase
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp834 void PlaylistFetcher::notifyError(status_t err) { in notifyError() function in android::PlaylistFetcher
860 notifyError(err); in onMonitorQueue()
1175 notifyError(err); in initDownloadState()
1225 notifyError(ERROR_END_OF_STREAM); in initDownloadState()
1231 notifyError(ERROR_IO); in initDownloadState()
1272 notifyError(err); in initDownloadState()
1383 notifyError(err); in onDownloadNext()
1416 notifyError(err); in onDownloadNext()
1451 notifyError(err); in onDownloadNext()
1509 notifyError(ERROR_MALFORMED); in onDownloadNext()
[all …]
DPlaylistFetcher.h249 void notifyError(status_t err);
/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl46 void notifyError(in String errMsg, in Bundle params); in notifyError() method
DITvInteractiveAppManager.aidl54 void notifyError(in IBinder sessionToken, in String errMsg, in Bundle params, int userId); in notifyError() method
DTvInteractiveAppService.java1022 void notifyError(String errMsg, Bundle params) { in notifyError() method in TvInteractiveAppService.Session
1499 public void notifyError(@NonNull String errMsg, @NonNull Bundle params) { in notifyError() method in TvInteractiveAppService.ITvInteractiveAppSessionWrapper
1500 mSessionImpl.notifyError(errMsg, params); in notifyError()
DTvInteractiveAppView.java611 public void notifyError(@NonNull String errMsg, @NonNull Bundle params) { in notifyError() method in TvInteractiveAppView
616 mSession.notifyError(errMsg, params); in notifyError()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.h69 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp729 listener->notifyError( in returnOutputBuffers()
800 listener->notifyError( in returnOutputBuffers()
926 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError() function
1017 states.listener->notifyError(errorCode, resultExtras); in notifyError()
1037 notifyError(states, msg->message.error); in notify()
DCamera3OfflineSession.cpp232 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DBiometricTestSessionImpl.java195 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DBiometricTestSessionImpl.java191 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DBiometricTestSessionImpl.java213 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DBiometricTestSessionImpl.java196 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h83 virtual void notifyError(int32_t errorCode,

12