/frameworks/base/core/java/android/hardware/biometrics/ |
D | ITestSession.aidl | 48 void notifyError(int userId, int errorCode); in notifyError() method
|
D | BiometricTestSession.java | 200 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/ |
D | CameraInjectionSessionImpl.java | 190 CameraInjectionSessionImpl::notifyError, in scheduleNotifyError() 197 private void notifyError(final int errorCode) { in notifyError() method in CameraInjectionSessionImpl
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.cpp | 193 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()
|
D | CompositeStream.h | 102 void notifyError(int64_t frameNumber, int32_t requestId);
|
D | CameraOfflineSessionClient.h | 103 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras) override;
|
D | CompositeStream.cpp | 197 void CompositeStream::notifyError(int64_t frameNumber, int32_t requestId) { in notifyError() function in android::camera3::CompositeStream
|
D | CameraDeviceClient.h | 222 virtual void notifyError(int32_t errorCode,
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 41 virtual void notifyError(int32_t errorCode,
|
D | Camera2ClientBase.h | 76 virtual void notifyError(int32_t errorCode,
|
D | Camera2ClientBase.cpp | 338 void Camera2ClientBase<TClientBase>::notifyError( in notifyError() function in android::Camera2ClientBase
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 834 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 …]
|
D | PlaylistFetcher.h | 249 void notifyError(status_t err);
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSession.aidl | 46 void notifyError(in String errMsg, in Bundle params); in notifyError() method
|
D | ITvInteractiveAppManager.aidl | 54 void notifyError(in IBinder sessionToken, in String errMsg, in Bundle params, int userId); in notifyError() method
|
D | TvInteractiveAppService.java | 1022 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()
|
D | TvInteractiveAppView.java | 611 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/ |
D | CaptureSequencer.h | 69 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 729 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()
|
D | Camera3OfflineSession.cpp | 232 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | BiometricTestSessionImpl.java | 195 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
D | BiometricTestSessionImpl.java | 191 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | BiometricTestSessionImpl.java | 213 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | BiometricTestSessionImpl.java | 196 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.h | 83 virtual void notifyError(int32_t errorCode,
|