OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VehiclePropValueUtil
(Results
1 - 19
of
19
) sorted by null
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java
18
import static com.android.car.vehiclenetwork.
VehiclePropValueUtil
.getVectorLength;
19
import static com.android.car.vehiclenetwork.
VehiclePropValueUtil
.isCustomProperty;
20
import static com.android.car.vehiclenetwork.
VehiclePropValueUtil
.toFloatArray;
21
import static com.android.car.vehiclenetwork.
VehiclePropValueUtil
.toIntArray;
166
VehiclePropValue v =
VehiclePropValueUtil
.createIntValue(property, value, 0);
174
VehiclePropValue v =
VehiclePropValueUtil
.createIntVectorValue(property, values, 0);
182
VehiclePropValue v =
VehiclePropValueUtil
.createLongValue(property, value, 0);
190
VehiclePropValue v =
VehiclePropValueUtil
.createFloatValue(property, value, 0);
199
VehiclePropValue v =
VehiclePropValueUtil
.createFloatVectorValue(property, values, 0);
210
VehiclePropValue v =
VehiclePropValueUtil
.createBooleanValue(property, value, 0)
[
all
...]
VehiclePropValueUtil.java
29
public final class
VehiclePropValueUtil
{
32
private
VehiclePropValueUtil
() {}
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
CarInfoManagerTest.java
25
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
41
VehiclePropValueUtil
.createStringValue(
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java
31
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
101
injectValue =
VehiclePropValueUtil
.createIntVectorValue(
112
injectValue =
VehiclePropValueUtil
.createIntVectorValue(
131
injectValue =
VehiclePropValueUtil
.createIntVectorValue(
160
injectValue =
VehiclePropValueUtil
.createIntVectorValue(
174
return
VehiclePropValueUtil
.createIntVectorValue(
/packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h
157
class
VehiclePropValueUtil
{
234
VehiclePropValueUtil
::deleteMembers(&value);
255
VehiclePropValueUtil
::deleteMembers(pv);
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
AudioRoutingPolicyTest.java
30
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
95
VehiclePropValueUtil
.createIntValue(
105
VehiclePropValueUtil
.createIntValue(
CarHvacManagerTest.java
36
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
147
VehiclePropValue v =
VehiclePropValueUtil
.createZonedBooleanValue(
158
v =
VehiclePropValueUtil
.createZonedFloatValue(
169
v =
VehiclePropValueUtil
.createZonedIntValue(
CarPowerManagementTest.java
41
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
93
VehiclePropValueUtil
.createIntValue(
189
return
VehiclePropValueUtil
.createIntVectorValue(
240
VehiclePropValueUtil
.createIntVectorValue(
CarRadioManagerTest.java
34
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
95
VehiclePropValueUtil
.createIntVectorValue(
184
VehiclePropValue v =
VehiclePropValueUtil
.createIntVectorValue(
CarAudioFocusTest.java
35
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
142
VehiclePropValueUtil
.createIntValue(
525
getVehicleHalEmulator().injectEvent(
VehiclePropValueUtil
.createIntVectorValue(
566
return
VehiclePropValueUtil
.createIntVectorValue(
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java
36
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
86
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createIntValue(
94
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createZonedIntValue(
102
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createZonedIntVectorValue(
112
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createIntVectorValue(
122
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createZonedIntVectorValue(
134
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createZonedFloatVectorValue(
144
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createFloatVectorValue(
154
new DefaultVehiclePropertyHandler(
VehiclePropValueUtil
.createZonedFloatVectorValue(
339
VehiclePropValue value =
VehiclePropValueUtil
.createZonedIntVectorValue
[
all
...]
/packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleNetworkTestListener.h
37
VehiclePropValueUtil
::deleteMembers(e);
56
vehicle_prop_value_t* copy =
VehiclePropValueUtil
::allocVehicleProp(*e);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
InputTestFragment.java
40
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
132
mTestManager.injectEvent(
VehiclePropValueUtil
.createIntVectorValue(
/packages/services/Car/service/src/com/android/car/hal/
RadioHalService.java
30
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
153
VehiclePropValueUtil
.createIntVectorValue(
201
VehiclePropValueUtil
.createBuilder(
CarPropertyUtils.java
37
import static com.android.car.vehiclenetwork.
VehiclePropValueUtil
.getVectorValueType;
VehicleHal.java
34
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
/packages/services/Car/car-systemtest-lib/src/android/car/test/
VehicleHalEmulator.java
31
import com.android.car.vehiclenetwork.
VehiclePropValueUtil
;
220
VehiclePropValue initialValue =
VehiclePropValueUtil
.createDummyValue(property,
/packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp
56
VehiclePropValueUtil
::deleteMembers(e);
121
VehiclePropValueUtil
::deleteMembers(e);
169
VehiclePropValueUtil
::deleteMembers(v);
179
v =
VehiclePropValueUtil
::allocVehicleProp(value);
184
VehiclePropValueUtil
::copyVehicleProp(v, value, true /* deleteOldData */);
196
status_t r =
VehiclePropValueUtil
::copyVehicleProp(value, *cached);
[
all
...]
/packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp
285
VehiclePropValueUtil
::deleteMembers(pv);
615
VehiclePropValueUtil
::deleteMembers(value);
Completed in 116 milliseconds