Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.cpp471 virtual void onError( in onError() function
495 codec->mCallback->onError(DEAD_OBJECT, ACTION_CODE_FATAL); in onDeath()
523 void onError(status_t err, enum ActionCode actionCode) override { in onError() function in android::CCodecCallbackImpl
524 mCodec->mCallback->onError(err, actionCode); in onError()
561 mCallback->onError(err, ACTION_CODE_FATAL); in tryAndReportOnError()
590 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
617 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
1104 mCallback->onError(toStatusT(err, C2_OPERATION_Component_start), in start()
1120 mCallback->onError(err2, ACTION_CODE_FATAL); in start()
1125 mCallback->onError(err2, ACTION_CODE_FATAL); in start()
[all …]
DCCodecBufferChannel.h42 virtual void onError(status_t err, enum ActionCode actionCode) = 0;
DCCodecBufferChannel.cpp2569 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
2577 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2588 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2687 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
/hardware/interfaces/audio/2.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/audio/6.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/audio/5.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/audio/4.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/wifi/offload/1.0/vts/functional/
DVtsHalWifiOffloadV1_0TargetTest.cpp103 Return<void> onError(const OffloadStatus& status) override { in onError() function in WifiOffloadHidlTest::OffloadCallback
208 wifi_offload_cb_->onError(status); in TEST_P()
/hardware/interfaces/wifi/offload/1.0/
DIOffloadCallback.hal31 oneway onError(OffloadStatus status);
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp83 void onError(std::weak_ptr<C2Component> component, uint32_t errorCode);
130 mThis->onError(component, errorCode); in onError_nb()
192 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError() function in __anonf5195c740111::SimplePlayer
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal42 oneway onError(Status status, uint32_t errorCode);
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.h76 virtual void onError( in onError() function
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal90 oneway onError(uint64_t deviceId, int32_t userId, FaceError error,
120 * be 0. This must be called before calling onError() with parameters
DIBiometricsFace.hal108 * the implementation must invoke onError with UNABLE_TO_PROCESS.
158 * returned solely through Status (and not onError).
Dtypes.hal30 * onError callback using one of the FaceErrors below.
77 * intervention. These are returned in the onError callback.
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp98 virtual Return<void> onError(uint64_t, FingerprintError, int32_t) in onError() function in __anon5c786c6f0111::FingerprintCallbackBase
149 virtual Return<void> onError(uint64_t deviceId, FingerprintError error, in onError() function in __anon5c786c6f0111::ErrorCallback
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal57 oneway onError(uint64_t deviceId, FingerprintError error, int32_t vendorCode);
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal51 oneway onError(Status status, uint32_t errorCode);
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h265 virtual void onError(
/hardware/interfaces/biometrics/face/1.0/vts/functional/
DVtsHalBiometricsFaceV1_0TargetTest.cpp100 Return<void> onError(uint64_t, int32_t userId, FaceError error, int32_t) override { in onError() function in __anon902c04b90111::FaceCallback
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp464 callback->onError(); in asyncCallback()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp381 virtual Return<void> onError(Status s, uint32_t errorCode) override { in onError() function
386 listener->onError(component, s == Status::OK ? in onError()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp334 Return<void> transStatus = listener->onError(Status::OK, errorCode); in onError_nb()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1422 Return<void> onError() override { return {}; } in onError() function