Home
last modified time | relevance | path

Searched defs:getPropConfigs (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl57 VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicle.aidl38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicle.aidl38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/
Ddefault_vehicle_hal.rs21 fn getPropConfigs(&self, _props: &[i32]) -> BinderResult<VehiclePropConfigs> { in getPropConfigs() method
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp92 Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properties, in getPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp205 TEST_F(VehicleHalManagerTest, getPropConfigs) { in TEST_F() argument
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp199 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getPropConfigs( in getPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp659 ScopedAStatus DefaultVehicleHal::getPropConfigs(const std::vector<int32_t>& props, in getPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal