/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 471 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 …]
|
D | CCodecBufferChannel.h | 42 virtual void onError(status_t err, enum ActionCode actionCode) = 0;
|
D | CCodecBufferChannel.cpp | 2569 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/ |
D | IStreamOutCallback.hal | 36 oneway onError();
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOutCallback.hal | 36 oneway onError();
|
/hardware/interfaces/audio/5.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 | 103 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/ |
D | IOffloadCallback.hal | 31 oneway onError(OffloadStatus status);
|
/hardware/google/av/media/codecs/cmds/ |
D | codec2.cpp | 83 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/ |
D | IComponentListener.hal | 42 oneway onError(Status status, uint32_t errorCode);
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 76 virtual void onError( in onError() function
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 90 oneway onError(uint64_t deviceId, int32_t userId, FaceError error, 120 * be 0. This must be called before calling onError() with parameters
|
D | IBiometricsFace.hal | 108 * the implementation must invoke onError with UNABLE_TO_PROCESS. 158 * returned solely through Status (and not onError).
|
D | types.hal | 30 * 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/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 98 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/ |
D | IBiometricsFingerprintClientCallback.hal | 57 oneway onError(uint64_t deviceId, FingerprintError error, int32_t vendorCode);
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 51 oneway onError(Status status, uint32_t errorCode);
|
/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/client/include/codec2/hidl/ |
D | client.h | 265 virtual void onError(
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 100 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/ |
D | StreamOut.cpp | 464 callback->onError(); in asyncCallback()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 381 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/ |
D | Component.cpp | 334 Return<void> transStatus = listener->onError(Status::OK, errorCode); in onError_nb()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1422 Return<void> onError() override { return {}; } in onError() function
|