Searched refs:onListProperties (Results 1 – 10 of 10) sorted by relevance
146 public VehiclePropConfigsParcelable onListProperties() { in onListProperties() method in CarTestManager.IVehicleNetworkHalMockImpl151 VehiclePropConfigs configs = testManager.getHalMock().onListProperties(); in onListProperties()
317 public VehiclePropConfigs onListProperties() { in onListProperties() method in VehicleHalEmulator.HalMock
26 VehiclePropConfigsParcelable onListProperties() = 0; in onListProperties() method
57 VehiclePropConfigs onListProperties(); in onListProperties() method649 public VehiclePropConfigsParcelable onListProperties() { in onListProperties() method in VehicleNetwork.IVehicleNetworkHalMockImpl654 VehiclePropConfigs configs = vehicleNetwork.getHalMock().onListProperties(); in onListProperties()
56 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function in android::BpVehicleNetworkHalMock179 sp<VehiclePropertiesHolder> holder = onListProperties(); in onTransact()
41 virtual sp<VehiclePropertiesHolder> onListProperties() = 0;
41 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function
60 virtual sp<VehiclePropertiesHolder> onListProperties() { in onListProperties() function in android::VehicleHalMockForAudioFocus
447 public synchronized VehiclePropConfigs onListProperties() { in onListProperties() method in VehicleNetworkMockedTest.VehicleHalMock
833 mPropertiesForMocking = mock->onListProperties(); in startMocking()