/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 | 106 void getPropConfigs(java.util.ArrayList<Integer> props, getPropConfigsCallback _hidl_cb) in getPropConfigs() method 342 … public void getPropConfigs(java.util.ArrayList<Integer> props, getPropConfigsCallback _hidl_cb) in getPropConfigs() 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 | 38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() 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 | 38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() 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 | 38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/ |
H A D | default_vehicle_hal.rs | 21 fn getPropConfigs(&self, _props: &[i32]) -> BinderResult<VehiclePropConfigs> { in getPropConfigs() 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 | 38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
H A D | IVehicle.aidl | 60 VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() 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 | 38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs() method
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/ |
D | HidlMockedVehicleHal.java | 167 public void getPropConfigs(ArrayList<Integer> props, getPropConfigsCallback cb) { in getPropConfigs() method in HidlMockedVehicleHal
|
D | AidlMockedVehicleHal.java | 208 public VehiclePropConfigs getPropConfigs(int[] props) throws RemoteException { in getPropConfigs() method in AidlMockedVehicleHal
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/ |
D | HidlVhalClient.cpp | 186 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> HidlVhalClient::getPropConfigs( in getPropConfigs() function in android::frameworks::automotive::vhal::HidlVhalClient
|
D | AidlVhalClient.cpp | 219 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> AidlVhalClient::getPropConfigs( in getPropConfigs() 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 | 58 …::android::hardware::Return<void> getPropConfigs(const ::android::hardware::hidl_vec<int32_t>& pro… in getPropConfigs() function
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | HidlVehicleStub.java | 478 private ArrayList<VehiclePropConfig> getPropConfigs(ArrayList<Integer> propIds) in getPropConfigs() method in HidlVehicleStub
|
/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 | 58 …::android::hardware::Return<void> getPropConfigs(const ::android::hardware::hidl_vec<int32_t>& pro… in getPropConfigs() 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 | 58 …::android::hardware::Return<void> getPropConfigs(const ::android::hardware::hidl_vec<int32_t>& pro… in getPropConfigs() 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 | 58 …::android::hardware::Return<void> getPropConfigs(const ::android::hardware::hidl_vec<int32_t>& pro… in getPropConfigs() function
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 92 Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properties, in getPropConfigs() 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 | 205 TEST_F(VehicleHalManagerTest, getPropConfigs) { in TEST_F() argument
|
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
H A D | RemoteAccessServiceUnitTest.cpp | 199 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getPropConfigs( in getPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 56 Return<void> getPropConfigs(const hidl_vec<int32_t>& props, in getPropConfigs() function in android::frameworks::automotive::vhal::hidl_test::MockVhal
|
D | AidlVhalClientTest.cpp | 138 ScopedAStatus getPropConfigs(const std::vector<int32_t>& props, in getPropConfigs() function in android::frameworks::automotive::vhal::aidl_test::MockVhal
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/ |
H A D | DefaultVehicleHal.cpp | 703 ScopedAStatus DefaultVehicleHal::getPropConfigs(const std::vector<int32_t>& props, in getPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/ |
H A D | DefaultVehicleHal.cpp | 706 ScopedAStatus DefaultVehicleHal::getPropConfigs(const std::vector<int32_t>& props, in getPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/2.0/android.hardware.automotive.vehicle-V2.0-java/android_common/turbine/ |
D | android.hardware.automotive.vehicle-V2.0-java.jar | android/hardware/automotive/vehicle/V2_0/CreateUserRequest.class
<Unknown>
package android. ... |