Home
last modified time | relevance | path

Searched defs:onListProperties (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkHalMock.aidl26 VehiclePropConfigsParcelable onListProperties() = 0; in onListProperties() method
DVehicleNetwork.java57 VehiclePropConfigs onListProperties(); in onListProperties() method
649 public VehiclePropConfigsParcelable onListProperties() { in onListProperties() method in VehicleNetwork.IVehicleNetworkHalMockImpl
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleHalMock.h41 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function
DVehicleNetworkAudioHelperTest.cpp60 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function in android::VehicleHalMockForAudioFocus
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DCarTestManager.java146 public VehiclePropConfigsParcelable onListProperties() { in onListProperties() method in CarTestManager.IVehicleNetworkHalMockImpl
DVehicleHalEmulator.java317 public VehiclePropConfigs onListProperties() { in onListProperties() method in VehicleHalEmulator.HalMock
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp56 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function in android::BpVehicleNetworkHalMock
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java447 public synchronized VehiclePropConfigs onListProperties() { in onListProperties() method in VehicleNetworkMockedTest.VehicleHalMock