Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp89 const hidl_vec<SubscribeOptions> &optionList, in addOrUpdateSubscription() argument
102 for (size_t i = 0; i < optionList.size(); i++) { in addOrUpdateSubscription()
103 const SubscribeOptions& opts = optionList[i]; in addOrUpdateSubscription()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h106 const hidl_vec<SubscribeOptions>& optionList,