Home
last modified time | relevance | path

Searched refs:int64_value (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/tests/vehicle/
Dvehicle-hal-tool.c120 printf("Value type: INT64\nValue: %" PRId64 "\n", data->value.int64_value); in print_property()
282 vehicle_data.value.int64_value = atoi(data); in set_property()
/hardware/libhardware/include/hardware/
Dvehicle.h1502 int64_t int64_value; member
/hardware/libhardware/modules/vehicle/
Dvehicle.c285 ALOGD("Value type: INT64\nValue: %lld\n", data->value.int64_value); in vdev_set()