Home
last modified time | relevance | path

Searched defs:getInt32Values (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/vhal/client/src/
DAidlHalPropValue.cpp62 std::vector<int32_t> AidlHalPropValue::getInt32Values() const { in getInt32Values() function in android::frameworks::automotive::vhal::AidlHalPropValue
DHidlHalPropValue.cpp62 std::vector<int32_t> HidlHalPropValue::getInt32Values() const { in getInt32Values() function in android::frameworks::automotive::vhal::HidlHalPropValue
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java98 private static List<Integer> getInt32Values(HalPropValue propValue) { in getInt32Values() method in UserHalHelperTest