Lines Matching refs:CamTLConnection
108 static CamTLConnection *
111 CamTLConnection *connection; in cam_tl_connection_new()
113 connection = g_new0 (CamTLConnection, 1); in cam_tl_connection_new()
123 cam_tl_connection_destroy (CamTLConnection * connection) in cam_tl_connection_destroy()
219 cam_tl_connection_write_tpdu (CamTLConnection * connection, in cam_tl_connection_write_tpdu()
258 cam_tl_connection_write_control_tpdu (CamTLConnection * connection, guint8 tag) in cam_tl_connection_write_control_tpdu()
276 cam_tl_read_tpdu_next (CamTL * tl, CamTLConnection ** out_connection) in cam_tl_read_tpdu_next()
279 CamTLConnection *connection; in cam_tl_read_tpdu_next()
349 CamTLConnection ** connection) in cam_tl_create_connection()
352 CamTLConnection *conn = NULL; in cam_tl_create_connection()
390 cam_tl_connection_delete (CamTLConnection * connection) in cam_tl_connection_delete()
404 handle_control_tpdu (CamTL * tl, CamTLConnection * connection) in handle_control_tpdu()
440 handle_data_tpdu (CamTL * tl, CamTLConnection * connection) in handle_data_tpdu()
464 cam_tl_connection_poll (CamTLConnection * connection, gboolean force) in cam_tl_connection_poll()
490 CamTLConnection *connection; in cam_tl_read_all()
531 CamTLConnection *connection = CAM_TL_CONNECTION (walk->data); in cam_tl_read_all()
565 cam_tl_connection_write (CamTLConnection * connection, in cam_tl_connection_write()