Home
last modified time | relevance | path

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

/aosp12/build/soong/sdk/
H A Dsdk.go167 var listProperties []*sdkMemberListProperty
227 listProperties = append(listProperties, memberListProperty)
234 memberListProperties: listProperties,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.cpp80 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfig()
99 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfigAll()
H A DEmulatedVehicleHal.h55 std::vector<VehiclePropConfig> listProperties() override;
H A DEmulatedVehicleHal.cpp329 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHal.h43 virtual std::vector<VehiclePropConfig> listProperties() = 0;
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.h43 std::vector<VehiclePropConfig> listProperties() override { return mConfigs; } in listProperties() function
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp430 auto supportedPropConfigs = mHal->listProperties(); in init()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp62 std::vector<VehiclePropConfig> listProperties() override { in listProperties() function in android::hardware::automotive::vehicle::V2_0::__anon5c9ccc1b0110::MockedVehicleHal