Home
last modified time | relevance | path

Searched refs:deathReci (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_death_recipient.cpp101 auto deathReci = g_deathReciMap.find(remote); in RemoveMapperOfDestoryedComponent() local
102 if (deathReci == g_deathReciMap.end()) { in RemoveMapperOfDestoryedComponent()
106 bool result = remote->RemoveDeathRecipient(deathReci->second); in RemoveMapperOfDestoryedComponent()
107 g_deathReciMap.erase(deathReci); in RemoveMapperOfDestoryedComponent()

Completed in 1 milliseconds