/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 438 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 …]
|
D | CCodecBufferChannel.h | 43 virtual void onError(status_t err, enum ActionCode actionCode) = 0;
|
D | CCodecBufferChannel.cpp | 1976 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/ |
D | IStreamOutCallback.hal | 36 oneway onError();
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOutCallback.hal | 36 oneway onError();
|
/hardware/interfaces/wifi/offload/1.0/vts/functional/ |
D | VtsHalWifiOffloadV1_0TargetTest.cpp | 124 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/ |
D | IOffloadCallback.hal | 31 oneway onError(OffloadStatus status);
|
/hardware/google/av/media/codecs/cmds/ |
D | codec2.cpp | 85 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/ |
D | IComponentListener.hal | 42 oneway onError(Status status, uint32_t errorCode);
|
/hardware/google/av/codec2/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 73 Return<void> onError(Status status, uint32_t errorCode) override { in onError() function
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 96 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/ |
D | IBiometricsFingerprintClientCallback.hal | 57 oneway onError(uint64_t deviceId, FingerprintError error, int32_t vendorCode);
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 252 virtual void onError(
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 114 Return<void> transStatus = listener->onError(Status::OK, errorCode); in onError_nb()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 404 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/ |
D | StreamOut.impl.h | 458 callback->onError(); in asyncCallback()
|
/hardware/interfaces/audio/core/4.0/vts/functional/ |
D | AudioPrimaryHidlHalTest.cpp | 1211 Return<void> onError() override { return {}; } in onError() function in MockOutCallbacks
|