Searched defs:app_uid (Results  1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/btif/src/ | 
| D | btif_uid.cc | 60                                                    int32_t app_uid) {  in uid_set_find_or_create_node()75 void uid_set_add_tx(uid_set_t* set, int32_t app_uid, uint64_t bytes) {  in uid_set_add_tx()
 83 void uid_set_add_rx(uid_set_t* set, int32_t app_uid, uint64_t bytes) {  in uid_set_add_rx()
 
 | 
| D | btif_sock_l2cap.cc | 55   int app_uid;                // The UID of the app who requested this socket  member634   int app_uid = sock->app_uid;  in on_l2cap_write_done()  local
 649   int app_uid = -1;  in on_l2cap_data_ind()  local
 782                                                   int app_uid) {  in btsock_l2cap_listen_or_connect()
 840                                 int flags, int app_uid) {  in btsock_l2cap_listen()
 846                                  int* sock_fd, int flags, int app_uid) {  in btsock_l2cap_connect()
 
 | 
| D | btif_sock_rfc.cc | 83   int app_uid;  // UID of the app for which this socket was created.  member284                               int* sock_fd, int flags, int app_uid) {  in btsock_rfc_listen()
 341                                int* sock_fd, int flags, int app_uid) {  in btsock_rfc_connect()
 612   int app_uid = -1;  in on_rfc_write_done()  local
 908   int app_uid = -1;  in bta_co_rfc_data_incoming()  local
 
 | 
| D | btif_sock.cc | 252                                  int* sock_fd, int flags, int app_uid) {  in btsock_listen()317                                   int flags, int app_uid) {  in btsock_connect()
 
 | 
| /packages/modules/Uwb/service/java/com/android/server/uwb/pm/ | 
| D | ProfileManager.java | 119         int app_uid = Binder.getCallingUid();  in addServiceProfile()  local148         int app_uid = Binder.getCallingUid();  in removeServiceProfile()  local
 322             int app_uid = entry.getValue().uid;  in loadServiceProfile()  local
 337         int app_uid = Binder.getCallingUid();  in getServiceProfiles()  local
 
 | 
| /packages/modules/Bluetooth/system/gd/os/ | 
| D | metrics.h | 318   int app_uid = 0;  member
 | 
| /packages/modules/Bluetooth/system/tools/bdtool/ | 
| D | bdtool.c | 201   const int app_uid = 0;  in main()  local
 | 
| /packages/modules/Bluetooth/system/include/hardware/ | 
| D | bluetooth.h | 165   int32_t app_uid;  member
 |