HomeSort by relevance Sort by last modified time
    Searched defs:getAllPropConfigs (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 47 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) {
48 ALOGI("getAllPropConfigs called");
  /packages/services/Car/service/src/com/android/car/hal/
HalClient.java 68 ArrayList<VehiclePropConfig> getAllPropConfigs() throws RemoteException {
69 return mVehicle.getAllPropConfigs();
VehicleHal.java 205 properties = new HashSet<>(mHalClient.getAllPropConfigs());
398 public Collection<VehiclePropConfig> getAllPropConfigs() {
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
MockedVehicleHal.java 106 public synchronized ArrayList<VehiclePropConfig> getAllPropConfigs() {

Completed in 97 milliseconds