Home
last modified time | relevance | path

Searched refs:onError_nb (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/media/codec2/faultinjection/
H A DC2ComponentWrapper.cpp74 void C2ComponentWrapper::Listener::onError_nb( in onError_nb() function in android::C2ComponentWrapper::Listener
76 mListener->onError_nb(component, errorCode); in onError_nb()
H A DC2ComponentWrapper.h55 void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override;
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp686 void onError_nb(std::weak_ptr<C2Component>, uint32_t errorCode) { in onError_nb() function in android::__anona9103e750110::WrappedDecoder::PassingListener
689 wrappedComponentListener->onError_nb(mWrappedComponent, errorCode); in onError_nb()
727 void onError_nb(std::weak_ptr<C2Component>, uint32_t errorCode) { in onError_nb() function in android::__anona9103e750110::WrappedDecoder::LastListener
733 wrappedComponentListener->onError_nb(mWrappedComponent, errorCode); in onError_nb()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h343 virtual void onError_nb(std::weak_ptr<C2Component> component,
/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp509 listener->onError_nb(shared_from_this(), err); in processQueue()
520 listener->onError_nb(shared_from_this(), err); in processQueue()
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp57 virtual void onError_nb(const std::weak_ptr<C2Component> comp, uint32_t errorCode) { in onError_nb() function
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp129 virtual void onError_nb(std::weak_ptr<C2Component> component, in onError_nb() function in __anonb1fe4e5b0110::Listener
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponent.cpp56 virtual void onError_nb( in onError_nb() function
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponent.cpp56 virtual void onError_nb( in onError_nb() function
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp56 virtual void onError_nb( in onError_nb() function
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp599 mListener->onError_nb(thiz, C2_CORRUPTED); in processLoop()