/frameworks/base/core/java/android/hardware/biometrics/ |
D | ITestSession.aidl | 55 void notifyError(int userId, int errorCode); in notifyError() method
|
D | BiometricTestSession.java | 201 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSession 203 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 | 215 void CameraOfflineSessionClient::notifyError(int32_t errorCode, in notifyError() function in android::CameraOfflineSessionClient 356 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyPrepared() 368 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyRepeatingRequestError()
|
D | CompositeStream.h | 107 void notifyError(int64_t frameNumber, int32_t requestId);
|
D | CameraOfflineSessionClient.h | 112 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras) override;
|
D | CompositeStream.cpp | 207 void CompositeStream::notifyError(int64_t frameNumber, int32_t requestId) { in notifyError() function in android::camera3::CompositeStream
|
D | CameraDeviceClient.h | 234 virtual void notifyError(int32_t errorCode,
|
/frameworks/base/media/java/android/media/tv/ad/ |
D | ITvAdSession.aidl | 43 void notifyError(in String errMsg, in Bundle params); in notifyError() method
|
D | ITvAdSessionWrapper.java | 174 mSessionImpl.notifyError((String) args.arg1, (Bundle) args.arg2); in executeMessage() 263 public void notifyError(@NonNull String errMsg, @NonNull Bundle params) { in notifyError() method in ITvAdSessionWrapper
|
D | ITvAdManager.aidl | 52 void notifyError(in IBinder sessionToken, in String errMsg, in Bundle params, int userId); in notifyError() method
|
D | TvAdView.java | 587 public void notifyError(@NonNull String errMsg, @NonNull Bundle params) { in notifyError() method in TvAdView 592 mSession.notifyError(errMsg, params); in notifyError()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 40 virtual void notifyError(int32_t errorCode,
|
D | Camera2ClientBase.h | 82 virtual void notifyError(int32_t errorCode,
|
/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/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.h | 69 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras);
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSession.aidl | 55 void notifyError(in String errMsg, in Bundle params); in notifyError() method
|
D | ITvInteractiveAppManager.aidl | 66 void notifyError(in IBinder sessionToken, in String errMsg, in Bundle params, int userId); in notifyError() method
|
D | ITvInteractiveAppSessionWrapper.java | 229 mSessionImpl.notifyError((String) args.arg1, (Bundle) args.arg2); in executeMessage() 500 public void notifyError(@NonNull String errMsg, @NonNull Bundle params) { in notifyError() method in ITvInteractiveAppSessionWrapper
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 889 listener->notifyError( in collectReturnableOutputBuffers() 975 listener->notifyError( in finishReturningOutputBuffers() 1134 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError() function 1237 states.listener->notifyError(errorCode, resultExtras); in notifyError() 1258 notifyError(states, msg->message.error); in notify()
|
D | Camera3OfflineSession.cpp | 237 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | BiometricTestSessionImpl.java | 229 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.h | 79 virtual void notifyError(int32_t errorCode,
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | BiometricTestSessionImpl.java | 252 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|