avdtp.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 41 | 1% |
空行行数 | 628 | 21% |
実行行数 | 2304 | 78% |
合計行数 | 2973 | 100% |
内容 | 定義数 |
---|---|
関数数 | 98 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | find_server | static struct avdtp_server * | |
2 |
Static | avdtp_statestr | static const char * | |
3 |
Static | avdtp_send | static gboolean | |
4 |
Static | pending_req_free | static void | |
5 |
Static | stream_close_timeout | static gboolean | |
6 |
Static | stream_open_timeout | static gboolean | |
7 |
Static | disconnect_timeout | static gboolean | |
8 |
Static | remove_disconnect_timer | static void | |
9 |
Static | set_disconnect_timer | static void | |
10 |
Function | avdtp_error_init | void | |
11 |
Function | avdtp_error_type | avdtp_error_type_t | |
12 |
Function | avdtp_error_error_code | int | |
13 |
Function | avdtp_error_posix_errno | int | |
14 |
Static | find_stream_by_rseid | static struct avdtp_stream * | |
15 |
Static | find_remote_sep | static struct avdtp_remote_sep * | |
16 |
Static | stream_free | static void | |
17 |
Static | stream_timeout | static gboolean | |
18 |
Static | transport_cb | static gboolean | |
19 |
Static | handle_transport_connect | static void | |
20 |
Static | avdtp_sep_set_state | static void | |
21 |
Static | finalize_discovery | static void | |
22 |
Static | release_stream | static void | |
23 |
Static | connection_lost | static void | |
24 |
Function | avdtp_unref | void | |
25 |
Function | avdtp_ref | struct avdtp * | |
26 |
Static | find_local_sep_by_seid | static struct avdtp_local_sep * | |
27 |
Static | find_local_sep | static struct avdtp_local_sep * | |
28 |
Static | caps_to_list | static GSList * | |
29 |
Static | init_response | static void | |
30 |
Static | avdtp_unknown_cmd | static gboolean | |
31 |
Static | avdtp_discover_cmd | static gboolean | |
32 |
Static | avdtp_getcap_cmd | static gboolean | |
33 |
Static | avdtp_setconf_cmd | static gboolean | |
34 |
Static | avdtp_getconf_cmd | static gboolean | |
35 |
Static | avdtp_reconf_cmd | static gboolean | |
36 |
Static | avdtp_open_cmd | static gboolean | |
37 |
Static | avdtp_start_cmd | static gboolean | |
38 |
Static | avdtp_close_cmd | static gboolean | |
39 |
Static | avdtp_suspend_cmd | static gboolean | |
40 |
Static | avdtp_abort_cmd | static gboolean | |
41 |
Static | avdtp_secctl_cmd | static gboolean | |
42 |
Static | avdtp_parse_cmd | static gboolean | |
43 |
Static | init_request | static void | |
44 |
Static | session_cb | static gboolean | |
45 |
Static | l2cap_connect_cb | static void | |
46 |
Static | l2cap_connect | static int | |
47 |
Static | queue_request | static void | |
48 |
Static | request_timeout | static gboolean | |
49 |
Static | send_req | static int | |
50 |
Static | send_request | static int | |
51 |
Static | avdtp_discover_resp | static gboolean | |
52 |
Static | avdtp_get_capabilities_resp | static gboolean | |
53 |
Static | avdtp_set_configuration_resp | static gboolean | |
54 |
Static | avdtp_reconfigure_resp | static gboolean | |
55 |
Static | avdtp_open_resp | static gboolean | |
56 |
Static | avdtp_start_resp | static gboolean | |
57 |
Static | avdtp_close_resp | static gboolean | |
58 |
Static | avdtp_suspend_resp | static gboolean | |
59 |
Static | avdtp_abort_resp | static gboolean | |
60 |
Static | avdtp_parse_resp | static gboolean | |
61 |
Static | seid_rej_to_err | static gboolean | |
62 |
Static | conf_rej_to_err | static gboolean | |
63 |
Static | stream_rej_to_err | static gboolean | |
64 |
Static | avdtp_parse_rej | static gboolean | |
65 |
Static | find_session | static struct avdtp * | |
66 |
Static | avdtp_get_internal | static struct avdtp * | |
67 |
Function | avdtp_get | struct avdtp * | |
68 |
Function | avdtp_is_connected | gboolean | |
69 |
Function | avdtp_stream_has_capability | gboolean | |
70 |
Function | avdtp_stream_has_capabilities | gboolean | |
71 |
Function | avdtp_stream_get_transport | gboolean | |
72 |
Static | process_queue | static int | |
73 |
Function | avdtp_get_codec | struct avdtp_service_capability * | |
74 |
Function | avdtp_service_cap_new | struct avdtp_service_capability * | |
75 |
Function | avdtp_discover | int | |
76 |
Function | avdtp_get_seps | int | |
77 |
Function | avdtp_stream_remove_cb | gboolean | |
78 |
Function | avdtp_stream_add_cb | unsigned int | |
79 |
Function | avdtp_get_configuration | int | |
80 |
Static | copy_capabilities | static void | |
81 |
Function | avdtp_set_configuration | int | |
82 |
Function | avdtp_reconfigure | int | |
83 |
Function | avdtp_open | int | |
84 |
Function | avdtp_start | int | |
85 |
Function | avdtp_close | int | |
86 |
Function | avdtp_suspend | int | |
87 |
Function | avdtp_abort | int | |
88 |
Function | avdtp_register_sep | struct avdtp_local_sep * | |
89 |
Function | avdtp_unregister_sep | int | |
90 |
Static | auth_cb | static void | |
91 |
Static | avdtp_server_cb | static void | |
92 |
Static | avdtp_server_socket | static GIOChannel * | |
93 |
Function | avdtp_strerror | const char * | |
94 |
Function | avdtp_sep_get_state | avdtp_state_t | |
95 |
Function | avdtp_get_peers | void | |
96 |
Function | avdtp_init | int | |
97 |
Function | avdtp_exit | void | |
98 |
Function | avdtp_has_stream | gboolean |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー