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/
DVehicleStub.java324 public abstract HalPropConfig[] getAllPropConfigs() in getAllPropConfigs() method in VehicleStub
DHidlVehicleStub.java154 public HalPropConfig[] getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in HidlVehicleStub
DAidlVehicleStub.java266 public HalPropConfig[] getAllPropConfigs() in getAllPropConfigs() method in AidlVehicleStub
/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.java194 public VehiclePropConfigs getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in AidlMockedVehicleHal
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp51 Return<void> getAllPropConfigs(IVehicle::getAllPropConfigs_cb callback) override { in getAllPropConfigs() function in android::frameworks::automotive::vhal::hidl_test::MockVhal
DAidlVhalClientTest.cpp76 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.java308 public HalPropConfig[] getAllPropConfigs() { in getAllPropConfigs() method in FakeVehicleStub
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1325 public HalPropConfig[] getAllPropConfigs() throws RemoteException, ServiceSpecificException { in getAllPropConfigs() method in VehicleHal