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