Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.cpp438 virtual void onError( in onError() function
462 codec->mCallback->onError(DEAD_OBJECT, ACTION_CODE_FATAL); in onDeath()
482 void onError(status_t err, enum ActionCode actionCode) override { in onError() function in android::CCodecCallbackImpl
483 mCodec->mCallback->onError(err, actionCode); in onError()
512 mCallback->onError(err, ACTION_CODE_FATAL); in tryAndReportOnError()
541 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
568 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
986 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in start()
998 mCallback->onError(err2, ACTION_CODE_FATAL); in start()
1056 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in stop()
[all …]
DCCodecBufferChannel.h43 virtual void onError(status_t err, enum ActionCode actionCode) = 0;
DCCodecBufferChannel.cpp1976 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
1984 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
1999 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2049 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
/hardware/interfaces/audio/2.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/audio/4.0/
DIStreamOutCallback.hal36 oneway onError();
/hardware/interfaces/wifi/offload/1.0/vts/functional/
DVtsHalWifiOffloadV1_0TargetTest.cpp124 Return<void> onError(const OffloadStatus& status) override { in onError() function in WifiOffloadHidlTest::OffloadCallback
229 wifi_offload_cb_->onError(status); in TEST_F()
/hardware/interfaces/wifi/offload/1.0/
DIOffloadCallback.hal31 oneway onError(OffloadStatus status);
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp85 void onError(std::weak_ptr<C2Component> component, uint32_t errorCode);
132 mThis->onError(component, errorCode); in onError_nb()
194 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/1.0/mts/common/
Dmedia_c2_hidl_test_common.h73 Return<void> onError(Status status, uint32_t errorCode) override { in onError() function
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp96 virtual Return<void> onError(uint64_t, FingerprintError, int32_t) in onError() function in __anon5c786c6f0111::FingerprintCallbackBase
147 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/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h252 virtual void onError(
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp114 Return<void> transStatus = listener->onError(Status::OK, errorCode); in onError_nb()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp404 virtual Return<void> onError(Status s, uint32_t errorCode) override { in createComponent() function
409 listener->onError(component, s == Status::OK ? in createComponent()
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DStreamOut.impl.h458 callback->onError(); in asyncCallback()
/hardware/interfaces/audio/core/4.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp1211 Return<void> onError() override { return {}; } in onError() function in MockOutCallbacks