Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponent.h116 struct DeathContext;
117 DeathContext *mDeathContext;
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp191 struct Component::DeathContext { struct in aidl::android::hardware::media::c2::utils::Component
516 mDeathContext = new DeathContext{ref<Component>()}; in initListener()
526 DeathContext *context = (DeathContext *)cookie; in OnBinderDied()
535 delete (DeathContext *)cookie; in OnBinderUnlinked()