Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DSubscriptionManager.h169 VhalResult<void> addOnChangeSubscriberLocked(const PropIdAreaId& propIdAreaId) REQUIRES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp155 VhalResult<void> SubscriptionManager::addOnChangeSubscriberLocked( in addOnChangeSubscriberLocked() function in android::hardware::automotive::vehicle::SubscriptionManager
300 result = addOnChangeSubscriberLocked(propIdAreaId); in subscribe()