Josh Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 1 | LIBADBD_AUTH { |
| 2 | global: |
Joshua Duong | 3d0860e | 2019-10-11 15:43:47 -0700 | [diff] [blame] | 3 | adbd_auth_new; # apex introduced=30 |
| 4 | adbd_auth_delete; # apex introduced=30 |
| 5 | adbd_auth_run; # apex introduced=30 |
| 6 | adbd_auth_get_public_keys; #apex introduced=30 |
| 7 | adbd_auth_notify_auth; # apex introduced=30 |
| 8 | adbd_auth_notify_disconnect; # apex introduced=30 |
| 9 | adbd_auth_prompt_user; # apex introduced=30 |
Josh Gao | 9e933c5 | 2020-06-24 16:11:21 -0700 | [diff] [blame] | 10 | adbd_auth_prompt_user_with_id; # apex introduced=30 |
Joshua Duong | 3d0860e | 2019-10-11 15:43:47 -0700 | [diff] [blame] | 11 | adbd_auth_tls_device_connected; # apex introduced=30 |
| 12 | adbd_auth_tls_device_disconnected; # apex introduced=30 |
| 13 | adbd_auth_get_max_version; # apex introduced=30 |
| 14 | adbd_auth_supports_feature; # apex introduced=30 |
Josh Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 15 | local: |
| 16 | *; |
| 17 | }; |