Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h95 std::bind(&SubscriptionManager::onCallbackDead, this, std::placeholders::_1))) in SubscriptionManager()
136 void onCallbackDead(uint64_t cookie);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp274 void SubscriptionManager::onCallbackDead(uint64_t cookie) { in onCallbackDead() function in android::hardware::automotive::vehicle::V2_0::SubscriptionManager