/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
H A D | MockEngine.cpp | 30 ON_CALL(*this, notifyError).WillByDefault([this](std::string msg) { mFake->notifyError(msg); }); in delegateToFake()
|
H A D | MockEngine.h | 34 MOCK_METHOD(void, notifyError, (std::string msg), (override));
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraOfflineSessionClient.cpp | 171 void CameraOfflineSessionClient::notifyError(int32_t errorCode, in notifyError() function in android::CameraOfflineSessionClient 317 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyPrepared() 329 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyRepeatingRequestError()
|
H A D | CameraOfflineSessionClient.h | 90 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras) override;
|
H A D | CompositeStream.h | 102 void notifyError(int64_t frameNumber, int32_t requestId);
|
H A D | CompositeStream.cpp | 197 void CompositeStream::notifyError(int64_t frameNumber, int32_t requestId) { in notifyError() function in android::camera3::CompositeStream
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraInjectionSessionImpl.java | 190 CameraInjectionSessionImpl::notifyError, in scheduleNotifyError() 197 private void notifyError(final int errorCode) { in notifyError() method in CameraInjectionSessionImpl
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricTestSession.java | 200 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSession 202 mTestSession.notifyError(userId, errorCode); in notifyError()
|
H A D | ITestSession.aidl | 48 void notifyError(int userId, int errorCode); in notifyError() method
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A 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() 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() 1520 notifyError(ERROR_MALFORMED); in onDownloadNext() [all …]
|
H A D | PlaylistFetcher.h | 249 void notifyError(status_t err);
|
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/include/ |
H A D | StreamEngineInterface.h | 46 virtual void notifyError(std::string msg) = 0;
|
/aosp12/hardware/interfaces/camera/device/3.6/default/ |
H A D | ExternalCameraOfflineSession.cpp | 119 parent->notifyError( in threadLoop() 358 notifyError(req->frameNumber, req->buffers[i].streamId, ErrorCode::ERROR_BUFFER); in processCaptureResult() 424 notifyError(/*frameNum*/req->frameNumber, /*stream*/-1, ErrorCode::ERROR_REQUEST); in processCaptureRequestError() 475 void ExternalCameraOfflineSession::notifyError(uint32_t frameNumber, int32_t streamId, ErrorCode ec… in notifyError() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraOfflineSession
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraOfflineSessionBase.h | 41 virtual void notifyError(int32_t errorCode,
|
H A D | Camera2ClientBase.h | 70 virtual void notifyError(int32_t errorCode,
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
H A D | TunerRecordingSessionExoV2.java | 131 notifyError(reason); in onError()
|
H A D | TunerRecordingSession.java | 131 notifyError(reason); in onError()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | CaptureSequencer.h | 69 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras);
|
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
H A D | TestTvInputService.java | 421 notifyError(TvInputManager.RECORDING_ERROR_UNKNOWN); in onTune() 423 notifyError(TvInputManager.RECORDING_ERROR_RESOURCE_BUSY); in onTune()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | BiometricTestSessionImpl.java | 190 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | BiometricTestSessionImpl.java | 194 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | BiometricTestSessionImpl.java | 212 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | BiometricTestSessionImpl.java | 195 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
|
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/ |
H A D | DefaultEngine.h | 305 void notifyError(std::string msg) override;
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputUtils.cpp | 890 listener->notifyError( in returnOutputBuffers() 961 listener->notifyError( in returnOutputBuffers() 1071 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError() function 1162 states.listener->notifyError(errorCode, resultExtras); in notifyError() 1182 notifyError(states, msg->message.error); in notify()
|