Home
last modified time | relevance | path

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

/hardware/libhardware/modules/vehicle/
Dvehicle.c48 } vehicle_device_impl_t ; typedef
61 vehicle_device_impl_t* impl;
158 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_init()
174 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_release()
310 void print_subscribe_info(vehicle_device_impl_t* impl UNUSED) { in print_subscribe_info()
411 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_subscribe()
475 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_unsubscribe()
504 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_close()
529 vehicle_device_impl_t* vdev = calloc(1, sizeof(vehicle_device_impl_t)); in vdev_open()