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

  /packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleHalMock.h 45 virtual status_t onPropertySet(const vehicle_prop_value_t& /*value*/) {
VehicleNetworkAudioHelperTest.cpp 66 virtual status_t onPropertySet(const vehicle_prop_value_t& value) {
67 ALOGI("onPropertySet 0x%x", value.prop);
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp 99 virtual status_t onPropertySet(const vehicle_prop_value_t& value) {
221 r = onPropertySet(value.value);
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java 156 public void onPropertySet(VehiclePropValueParcelable value) {
161 testManager.getHalMock().onPropertySet(value.value);
VehicleHalEmulator.java 55 void onPropertySet(VehiclePropValue value);
239 getHalPropertyLocked(value.getProp()).handler.onPropertySet(value);
285 public synchronized void onPropertySet(VehiclePropValue value) {
322 public void onPropertySet(VehiclePropValue value) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 125 public void onPropertySet(VehiclePropValue value) {
190 public void onPropertySet(VehiclePropValue value) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarHvacManagerTest.java 146 // Inject a boolean event and wait for its callback in onPropertySet.
157 // Inject a float event and wait for its callback in onPropertySet.
168 // Inject an integer event and wait for its callback in onPropertySet.
186 public synchronized void onPropertySet(VehiclePropValue value) {
CarRadioManagerTest.java 59 public synchronized void onPropertySet(VehiclePropValue value) {
182 // Inject an event and wait for its callback in onPropertySet.
CarAudioFocusTest.java 54 public void onPropertySet(VehiclePropValue value) {
82 public void onPropertySet(VehiclePropValue value) {
541 public void onPropertySet(VehiclePropValue value) {
CarPowerManagementTest.java 174 public void onPropertySet(VehiclePropValue value) {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 58 void onPropertySet(VehiclePropValue value);
659 public void onPropertySet(VehiclePropValueParcelable value) {
664 vehicleNetwork.getHalMock().onPropertySet(value.value);
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 429 void onPropertySet(VehiclePropValue value);
455 public void onPropertySet(VehiclePropValue value) {
459 fail("onPropertySet for unknown property " + Integer.toHexString(property));
461 handler.onPropertySet(value);
506 public void onPropertySet(VehiclePropValue value) {
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 1185 milliseconds