/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/2.0/android.hardware.automotive.vehicle-V2.0-java_gen_java/gen/srcs/android/hardware/automotive/vehicle/V2_0/ |
D | IVehicle.java | 91 …java.util.ArrayList<android.hardware.automotive.vehicle.V2_0.VehiclePropConfig> getAllPropConfigs() in getAllPropConfigs() method 323 …java.util.ArrayList<android.hardware.automotive.vehicle.V2_0.VehiclePropConfig> getAllPropConfigs() in getAllPropConfigs() method in IVehicle.Proxy
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/ |
H A D | default_vehicle_hal.rs | 17 fn getAllPropConfigs(&self) -> BinderResult<VehiclePropConfigs> { in getAllPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 45 VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/aidl/android.hardware.automotive.vehicle_interface/dump/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/ |
D | HidlMockedVehicleHal.java | 160 public ArrayList<VehiclePropConfig> getAllPropConfigs() { in getAllPropConfigs() method in HidlMockedVehicleHal
|
D | AidlMockedVehicleHal.java | 194 public VehiclePropConfigs getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in AidlMockedVehicleHal
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | VehicleStub.java | 344 public abstract HalPropConfig[] getAllPropConfigs() in getAllPropConfigs() method in VehicleStub
|
D | HidlVehicleStub.java | 155 public HalPropConfig[] getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in HidlVehicleStub
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/ |
D | HidlVhalClient.cpp | 170 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> HidlVhalClient::getAllPropConfigs() { in getAllPropConfigs() function in android::frameworks::automotive::vhal::HidlVhalClient
|
D | AidlVhalClient.cpp | 209 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> AidlVhalClient::getAllPropConfigs() { in getAllPropConfigs() function in android::frameworks::automotive::vhal::AidlVhalClient
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/ |
D | BsVehicle.h | 28 ::android::hardware::Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override { in getAllPropConfigs() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/ |
D | BsVehicle.h | 28 ::android::hardware::Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override { in getAllPropConfigs() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/ |
D | BsVehicle.h | 28 ::android::hardware::Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override { in getAllPropConfigs() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/automotive/vehicle/2.0/[email protected]_genc++_headers/gen/android/hardware/automotive/vehicle/2.0/ |
D | BsVehicle.h | 28 ::android::hardware::Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override { in getAllPropConfigs() function
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 78 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalManager_test.cpp | 235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument
|
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
H A D | RemoteAccessServiceUnitTest.cpp | 195 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getAllPropConfigs() override { in getAllPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 51 Return<void> getAllPropConfigs(IVehicle::getAllPropConfigs_cb callback) override { in getAllPropConfigs() function in android::frameworks::automotive::vhal::hidl_test::MockVhal
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 309 public HalPropConfig[] getAllPropConfigs() { in getAllPropConfigs() method in FakeVehicleStub
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/ |
H A D | DefaultVehicleHal.cpp | 415 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/ |
H A D | DefaultVehicleHal.cpp | 418 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
|