HomeSort by relevance Sort by last modified time
    Searched refs:onPropertyGet (Results 1 - 16 of 16) sorted by null

  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
IVehicleNetworkHalMock.aidl 28 VehiclePropValueParcelable onPropertyGet(in VehiclePropValueParcelable value) = 2;
VehicleNetwork.java 59 VehiclePropValue onPropertyGet(VehiclePropValue value);
668 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) {
673 VehiclePropValue resValue = vehicleNetwork.getHalMock().onPropertyGet(value.value);
  /packages/services/Car/libvehiclenetwork/include/
IVehicleNetworkHalMock.h 43 virtual status_t onPropertyGet(vehicle_prop_value_t* value) = 0;
  /packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleHalMock.h 49 virtual status_t onPropertyGet(vehicle_prop_value_t* /*value*/) {
VehicleNetworkAudioHelperTest.cpp 71 virtual status_t onPropertyGet(vehicle_prop_value_t* value) {
72 ALOGI("onPropertyGet 0x%x", value->prop);
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
VehicleHalEmulator.java 56 VehiclePropValue onPropertyGet(VehiclePropValue value);
243 return getHalPropertyLocked(value.getProp()).handler.onPropertyGet(value);
291 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
327 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarTestManager.java 165 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) {
170 VehiclePropValue retValue = testManager.getHalMock().onPropertyGet(value.value);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 171 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
194 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
AudioRoutingPolicyTest.java 50 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarAudioFocusTest.java 59 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
88 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
557 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarHvacManagerTest.java 191 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarPowerManagementTest.java 187 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarRadioManagerTest.java 84 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 430 VehiclePropValue onPropertyGet(VehiclePropValue property);
465 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
469 fail("onPropertyGet for unknown property " + Integer.toHexString(property));
471 VehiclePropValue propValue = handler.onPropertyGet(value);
511 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue property) {
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp 110 virtual status_t onPropertyGet(vehicle_prop_value_t* value) {
231 ALOGE("onPropertyGet cannot read %d", r);
234 r = onPropertyGet(&(value.value));
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp 514 status_t r = mHalMock->onPropertyGet(data);
    [all...]

Completed in 903 milliseconds