blob: f9f042ef5d0306ab9e84d5a091b29876de88dcfa [file] [log] [blame]
Josh Gaob789fb12019-10-24 19:02:14 -07001LIBADBD_AUTH {
2 global:
Jiyong Parkd508ed92022-07-17 17:41:52 +09003 adbd_auth_new; # systemapi introduced=30
4 adbd_auth_delete; # systemapi introduced=30
5 adbd_auth_run; # systemapi introduced=30
6 adbd_auth_get_public_keys; # systemapi introduced=30
7 adbd_auth_notify_auth; # systemapi introduced=30
8 adbd_auth_notify_disconnect; # systemapi introduced=30
9 adbd_auth_prompt_user; # systemapi introduced=30
10 adbd_auth_prompt_user_with_id; # systemapi introduced=30
11 adbd_auth_tls_device_connected; # systemapi introduced=30
12 adbd_auth_tls_device_disconnected; # systemapi introduced=30
13 adbd_auth_get_max_version; # systemapi introduced=30
14 adbd_auth_supports_feature; # systemapi introduced=30
Josh Gaob789fb12019-10-24 19:02:14 -070015 local:
16 *;
17};