Searched refs:vpv (Results 1 – 2 of 2) sorted by relevance
188 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 == null191 || 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));
55 VehiclePropValue vpv[] = new VehiclePropValue[] {null}; in readVhalProperty() local61 vpv[0] = propValue; in readVhalProperty()67 return vpv[0]; in readVhalProperty()