Home
last modified time | relevance | path

Searched defs:getAllPropConfigs (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java253 public HalPropConfig[] getAllPropConfigs() in getAllPropConfigs() method in AidlVehicleStub
DVehicleStub.java337 public abstract HalPropConfig[] getAllPropConfigs() in getAllPropConfigs() method in VehicleStub
DHidlVehicleStub.java153 public HalPropConfig[] getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in HidlVehicleStub
/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp170 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> HidlVhalClient::getAllPropConfigs() { in getAllPropConfigs() function in android::frameworks::automotive::vhal::HidlVhalClient
DAidlVhalClient.cpp195 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> AidlVhalClient::getAllPropConfigs() { in getAllPropConfigs() function in android::frameworks::automotive::vhal::AidlVhalClient
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java168 public ArrayList<VehiclePropConfig> getAllPropConfigs() { in getAllPropConfigs() method in HidlMockedVehicleHal
DAidlMockedVehicleHal.java189 public VehiclePropConfigs getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in AidlMockedVehicleHal
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp50 Return<void> getAllPropConfigs(IVehicle::getAllPropConfigs_cb callback) override { in getAllPropConfigs() function in android::frameworks::automotive::vhal::hidl_test::MockVhal
DAidlVhalClientTest.cpp72 ScopedAStatus getAllPropConfigs(VehiclePropConfigs* returnConfigs) override { in getAllPropConfigs() function in android::frameworks::automotive::vhal::aidl_test::MockVhal
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java298 public HalPropConfig[] getAllPropConfigs() { in getAllPropConfigs() method in FakeVehicleStub
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java972 public HalPropConfig[] getAllPropConfigs() throws RemoteException, ServiceSpecificException { in getAllPropConfigs() method in VehicleHal