Home
last modified time | relevance | path

Searched refs:initListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h128 void initListener(const sp<Component>& self);
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp171 component->initListener(component); in createComponent()
DComponent.cpp466 void Component::initListener(const sp<Component>& self) { in initListener() function in android::hardware::media::c2::V1_0::utils::Component