Searched refs:onWorkDone_nb (Results 1 – 6 of 6) sorted by relevance
/hardware/google/av/codec2/faultinjection/ |
D | C2ComponentWrapper.cpp | 64 void C2ComponentWrapper::Listener::onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb() function in android::C2ComponentWrapper::Listener 66 mListener->onWorkDone_nb(component, std::move(workItems)); in onWorkDone_nb()
|
D | C2ComponentWrapper.h | 51 void onWorkDone_nb(std::weak_ptr<C2Component> component,
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 365 listener->onWorkDone_nb(shared_from_this(), vec(work)); in finish() 391 listener->onWorkDone_nb(shared_from_this(), vec(work)); in cloneAndSend() 512 listener->onWorkDone_nb(shared_from_this(), vec(work)); in processQueue() 523 listener->onWorkDone_nb(shared_from_this(), vec(work)); in processQueue() 543 listener->onWorkDone_nb(shared_from_this(), vec(unexpected)); in processQueue()
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 337 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component,
|
/hardware/google/av/media/codecs/cmds/ |
D | codec2.cpp | 118 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb() function in __anonf5195c740111::Listener
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 367 virtual void onWorkDone_nb( in onWorkDone_nb() function
|