Home
last modified time | relevance | path

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

/hardware/libhardware/modules/vehicle/
Dvehicle.c75 .hal_data = NULL,
84 .hal_data = NULL,
93 .hal_data = NULL,
102 .hal_data = NULL,
111 .hal_data = NULL,
121 .hal_data = NULL,
313 subscription_t* sub = (subscription_t*)CONFIGS[i].hal_data; in print_subscribe_info()
465 subscription_t* sub = (subscription_t*)config->hal_data; in vdev_subscribe()
474 config->hal_data = sub; in vdev_subscribe()
498 subscription_t* sub = (subscription_t*)config->hal_data; in vdev_unsubscribe()
[all …]
/hardware/libhardware/include/hardware/
Dvehicle.h1442 void* hal_data; member