Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHalManager.h140 static std::vector<std::string> getOptionValues(const hidl_vec<hidl_string>& options,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp580 std::vector<std::string> VehicleHalManager::getOptionValues(const hidl_vec<hidl_string>& options, in getOptionValues() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
614 std::vector<std::string> values = getOptionValues(options, &optionIndex); in parseSetPropOptions()