Josh Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 1 | LIBADBD_AUTH { |
| 2 | global: |
Jiyong Park | d508ed9 | 2022-07-17 17:41:52 +0900 | [diff] [blame] | 3 | 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 Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 15 | local: |
| 16 | *; |
| 17 | }; |