Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp171 const SubscribeOptions &opts, SubscribeOptions *outUpdated) { in updateHalEventSubscriptionLocked() argument
175 *outUpdated = opts; in updateHalEventSubscriptionLocked()
181 if (mergeSubscribeOptions(oldOpts, opts, outUpdated)) { in updateHalEventSubscriptionLocked()
183 mHalEventSubscribeOptions.emplace(opts.propId, *outUpdated); in updateHalEventSubscriptionLocked()