Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h127 void reportComponentDeath(Component* component);
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp313 void ComponentStore::reportComponentDeath(Component* component) { in reportComponentDeath() function in android::hardware::media::c2::V1_0::utils::ComponentStore
DComponent.cpp477 mStore->reportComponentDeath(this); in ~Component()