OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_max_values
(Results
1 - 4
of
4
) sorted by null
/packages/services/Car/vehicle_network_service/
VehicleHalPropertyUtil.h
54
if (config.
float_max_values
== NULL) {
58
msg.appendFormat(", ERROR:
float_max_values
not NULL while min is NULL");
62
if (config.
float_max_values
== NULL) {
73
msg.appendFormat("%f,", config.
float_max_values
[i]);
/packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp
320
if (in.
float_max_values
== NULL) {
332
if (in.
float_max_values
!= NULL) {
334
out.add_float_maxs(in.
float_max_values
[i]);
450
out.
float_max_values
= NULL;
455
out.
float_max_values
= NULL;
463
out.
float_max_values
= new float[numZones];
464
ASSERT_OR_HANDLE_NO_MEMORY(out.
float_max_values
, return NO_MEMORY);
468
out.
float_max_values
[i] = in.float_maxs(i);
/packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h
78
delete[] config->
float_max_values
;
/hardware/libhardware/include/hardware/
vehicle.h
1425
float*
float_max_values
;
member in union:vehicle_prop_config::__anon31432
[
all
...]
Completed in 1059 milliseconds