Home
last modified time | relevance | path

Searched refs:strongComponent (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp109 sp<Component> strongComponent = mComponent.promote(); in onWorkDone_nb() local
111 if (!objcpy(&workBundle, c2workItems, strongComponent ? in onWorkDone_nb()
112 &strongComponent->mBufferPoolSender : nullptr)) { in onWorkDone_nb()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp432 std::shared_ptr<Codec2Client::Component> strongComponent = in onWorkDone() local
434 if (strongComponent) { in onWorkDone()
435 strongComponent->handleOnWorkDone(workItems); in onWorkDone()