Home
last modified time | relevance | path

Searched refs:reportComponentDeath (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h143 void reportComponentDeath(Component* component);
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h135 void reportComponentDeath(Component* component);
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponent.cpp485 mStore->reportComponentDeath(this); in ~Component()
DComponentStore.cpp377 void ComponentStore::reportComponentDeath(Component* component) { in reportComponentDeath() function in android::hardware::media::c2::V1_1::utils::ComponentStore
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp344 void ComponentStore::reportComponentDeath(Component* component) { in reportComponentDeath() function in android::hardware::media::c2::V1_0::utils::ComponentStore
DComponent.cpp478 mStore->reportComponentDeath(this); in ~Component()