/frameworks/av/media/codec2/faultinjection/ |
D | C2ComponentWrapper.cpp | 74 void C2ComponentWrapper::Listener::onError_nb( in onError_nb() function in android::C2ComponentWrapper::Listener 76 mListener->onError_nb(component, errorCode); in onError_nb()
|
D | C2ComponentWrapper.h | 55 void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override;
|
/frameworks/av/media/codec2/hal/aidl/ |
D | Component.cpp | 62 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/ |
D | Component.cpp | 58 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/ |
D | Component.cpp | 56 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/ |
D | Component.cpp | 60 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/ |
D | C2Component.h | 343 virtual void onError_nb(std::weak_ptr<C2Component> component,
|
/frameworks/av/media/codec2/hal/plugin/ |
D | FilterWrapper.cpp | 710 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/ |
D | C2Fuzzer.cpp | 57 virtual void onError_nb(const std::weak_ptr<C2Component> comp, uint32_t errorCode) { in onError_nb() function
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 129 virtual void onError_nb(std::weak_ptr<C2Component> component, in onError_nb() function in __anon2aac90ef0111::Listener
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 1111 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/ |
D | SampleFilterPlugin.cpp | 631 mListener->onError_nb(thiz, C2_CORRUPTED); in processLoop()
|