Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp817 SubscribeOptions optionVurEnabled = optionCopy; in subscribe() local
818 optionVurEnabled.areaIds = areasVurEnabled; in subscribe()
819 optionVurEnabled.enableVariableUpdateRate = true; in subscribe()
820 continuousSubscriptions.push_back(std::move(optionVurEnabled)); in subscribe()