Home
last modified time | relevance | path

Searched refs:vpv (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java188 for (VehiclePropValue vpv : propValues) {
189 Log.d(TAG, "received event " + prettyPrint(vpv));
190 if (vpv.prop != HW_KEY_INPUT || vpv.value == null || vpv.value.int32Values == null
191 || vpv.value.int32Values.size() < 2) {
194 int keycode = vpv.value.int32Values.get(1);
195 switch (vpv.value.int32Values.get(0)) {
204 + vpv.value.int32Values.get(0));
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DUtils.java55 VehiclePropValue vpv[] = new VehiclePropValue[] {null}; in readVhalProperty() local
61 vpv[0] = propValue; in readVhalProperty()
67 return vpv[0]; in readVhalProperty()