Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp74 void C2ComponentWrapper::Listener::onError_nb( in onError_nb() function in android::C2ComponentWrapper::Listener
76 mListener->onError_nb(component, errorCode); in onError_nb()
DC2ComponentWrapper.h55 void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override;
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp62 virtual void onError_nb( in onError_nb() function
151 virtual void onError_nb( in onError_nb() function
161 Listener::onError_nb(c2component, errorCode); in onError_nb()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp58 virtual void onError_nb( in onError_nb() function
147 virtual void onError_nb( in onError_nb() function
157 Listener::onError_nb(c2component, errorCode); in onError_nb()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp56 virtual void onError_nb( in onError_nb() function
145 virtual void onError_nb( in onError_nb() function
155 Listener::onError_nb(c2component, errorCode); in onError_nb()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp60 virtual void onError_nb( in onError_nb() function
149 virtual void onError_nb( in onError_nb() function
159 Listener::onError_nb(c2component, errorCode); in onError_nb()
/frameworks/av/media/codec2/core/include/
DC2Component.h343 virtual void onError_nb(std::weak_ptr<C2Component> component,
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp710 void onError_nb(std::weak_ptr<C2Component>, uint32_t errorCode) { in onError_nb() function in android::__anon4487fa9d0111::WrappedDecoder::PassingListener
713 wrappedComponentListener->onError_nb(mWrappedComponent, errorCode); in onError_nb()
751 void onError_nb(std::weak_ptr<C2Component>, uint32_t errorCode) { in onError_nb() function in android::__anon4487fa9d0111::WrappedDecoder::LastListener
757 wrappedComponentListener->onError_nb(mWrappedComponent, errorCode); in onError_nb()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp57 virtual void onError_nb(const std::weak_ptr<C2Component> comp, uint32_t errorCode) { in onError_nb() function
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp129 virtual void onError_nb(std::weak_ptr<C2Component> component, in onError_nb() function in __anon2aac90ef0111::Listener
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1111 listener->onError_nb(shared_from_this(), err); in processQueue()
1122 listener->onError_nb(shared_from_this(), err); in processQueue()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp631 mListener->onError_nb(thiz, C2_CORRUPTED); in processLoop()