Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp173 auto it = mHalEventSubscribeOptions.find(opts.propId); in updateHalEventSubscriptionLocked()
174 if (it == mHalEventSubscribeOptions.end()) { in updateHalEventSubscriptionLocked()
176 mHalEventSubscribeOptions.emplace(opts.propId, opts); in updateHalEventSubscriptionLocked()
182 mHalEventSubscribeOptions.erase(opts.propId); in updateHalEventSubscriptionLocked()
183 mHalEventSubscribeOptions.emplace(opts.propId, *outUpdated); in updateHalEventSubscriptionLocked()
269 mHalEventSubscribeOptions.erase(propId); in unsubscribe()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h165 std::map<int32_t, SubscribeOptions> mHalEventSubscribeOptions; variable