Lines Matching refs:unix_client
76 struct unix_client { struct
98 static void client_free(struct unix_client *client) in client_free() argument
144 static void unix_ipc_sendmsg(struct unix_client *client, in unix_ipc_sendmsg()
156 static void unix_ipc_error(struct unix_client *client, uint8_t name, int err) in unix_ipc_error()
201 struct unix_client *client = user_data; in stream_state_changed()
252 struct unix_client *client = user_data; in headset_discovery_complete()
285 struct unix_client *client = user_data; in headset_setup_complete()
315 struct unix_client *client = user_data; in gateway_setup_complete()
341 struct unix_client *client = user_data; in headset_resume_complete()
385 struct unix_client *client = user_data; in gateway_resume_complete()
415 struct unix_client *client = user_data; in headset_suspend_complete()
575 struct unix_client *client = user_data; in a2dp_discovery_complete()
630 struct unix_client *c = cl->data; in a2dp_discovery_complete()
670 struct unix_client *client = user_data; in a2dp_config_complete()
729 struct unix_client *client = user_data; in a2dp_resume_complete()
783 struct unix_client *client = user_data; in a2dp_suspend_complete()
815 static void start_discovery(struct audio_device *dev, struct unix_client *client) in start_discovery()
863 struct unix_client *client = user_data; in open_complete()
882 static void start_open(struct audio_device *dev, struct unix_client *client) in start_open()
965 static void start_config(struct audio_device *dev, struct unix_client *client) in start_config()
1032 static void start_resume(struct audio_device *dev, struct unix_client *client) in start_resume()
1108 static void start_suspend(struct audio_device *dev, struct unix_client *client) in start_suspend()
1182 struct unix_client *client = user_data; in close_complete()
1197 static void start_close(struct audio_device *dev, struct unix_client *client, in start_close()
1251 static void handle_getcapabilities_req(struct unix_client *client, in handle_getcapabilities_req()
1313 static int handle_sco_open(struct unix_client *client, struct bt_open_req *req) in handle_sco_open()
1331 static int handle_a2dp_open(struct unix_client *client, struct bt_open_req *req) in handle_a2dp_open()
1348 static void handle_open_req(struct unix_client *client, struct bt_open_req *req) in handle_open_req()
1400 static int handle_sco_transport(struct unix_client *client, in handle_sco_transport()
1419 static int handle_a2dp_transport(struct unix_client *client, in handle_a2dp_transport()
1487 static void handle_setconfiguration_req(struct unix_client *client, in handle_setconfiguration_req()
1523 static void handle_streamstart_req(struct unix_client *client, in handle_streamstart_req()
1537 static void handle_streamstop_req(struct unix_client *client, in handle_streamstop_req()
1551 static void handle_close_req(struct unix_client *client, in handle_close_req()
1565 static void handle_control_req(struct unix_client *client, in handle_control_req()
1584 struct unix_client *client = data; in client_cb()
1663 struct unix_client *client; in server_cb()
1688 client = g_new0(struct unix_client, 1); in server_cb()
1708 struct unix_client *client = l->data; in unix_device_removed()