Home
last modified time | relevance | path

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

123

/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/
H A DMockEngine.cpp30 ON_CALL(*this, notifyError).WillByDefault([this](std::string msg) { mFake->notifyError(msg); }); in delegateToFake()
H A DMockEngine.h34 MOCK_METHOD(void, notifyError, (std::string msg), (override));
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraOfflineSessionClient.cpp171 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 DCameraOfflineSessionClient.h90 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras) override;
H A DCompositeStream.h102 void notifyError(int64_t frameNumber, int32_t requestId);
H A DCompositeStream.cpp197 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 DCameraInjectionSessionImpl.java190 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 DBiometricTestSession.java200 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSession
202 mTestSession.notifyError(userId, errorCode); in notifyError()
H A DITestSession.aidl48 void notifyError(int userId, int errorCode); in notifyError() method
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp834 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 DPlaylistFetcher.h249 void notifyError(status_t err);
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/include/
H A DStreamEngineInterface.h46 virtual void notifyError(std::string msg) = 0;
/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraOfflineSession.cpp119 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 DCameraOfflineSessionBase.h41 virtual void notifyError(int32_t errorCode,
H A DCamera2ClientBase.h70 virtual void notifyError(int32_t errorCode,
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionExoV2.java131 notifyError(reason); in onError()
H A DTunerRecordingSession.java131 notifyError(reason); in onError()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h69 void notifyError(int32_t errorCode, const CaptureResultExtras& resultExtras);
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputService.java421 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 DBiometricTestSessionImpl.java190 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 DBiometricTestSessionImpl.java194 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 DBiometricTestSessionImpl.java212 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 DBiometricTestSessionImpl.java195 public void notifyError(int userId, int errorCode) { in notifyError() method in BiometricTestSessionImpl
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.h305 void notifyError(std::string msg) override;
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp890 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()

123