Searched refs:query_opaque (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/ |
D | sdk-controller-socket.h | 234 typedef AsyncIOAction (*on_sdkctl_query_cb)(void* query_opaque, 398 void* query_opaque); 442 void* query_opaque,
|
D | sdk-controller-socket.c | 218 void* query_opaque; member 1007 query->query_cb(query->query_opaque, query, ASIO_STATE_SUCCEEDED); in _on_sdkctl_query_completed() 1023 query->query_cb(query->query_opaque, query, ASIO_STATE_CANCELLED); in _on_sdkctl_query_cancelled() 1045 query->query_cb(query->query_opaque, query, ASIO_STATE_TIMED_OUT); in _on_skdctl_query_timeout() 1064 query->query_cb(query->query_opaque, query, ASIO_STATE_CONTINUES); in _on_sdkctl_query_sent() 1108 action = query->query_cb(query->query_opaque, query, status); in _on_sdkctl_query_send_io() 1121 action = query->query_cb(query->query_opaque, query, status); in _on_sdkctl_query_send_io() 1159 query->query_opaque = NULL; in sdkctl_query_new() 1189 void* query_opaque) in sdkctl_query_new_ex() argument 1205 query->query_opaque = query_opaque; in sdkctl_query_new_ex() [all …]
|
D | sensors-port.c | 279 _on_sensor_list_query(void* query_opaque, in _on_sensor_list_query() argument 283 AndroidSensorsPort* const asp = (AndroidSensorsPort*)(query_opaque); in _on_sensor_list_query()
|