Searched defs:app_uid (Results 1 – 6 of 6) sorted by relevance
/system/bt/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.cc | 132 int* sock_fd, int flags, int app_uid) { in btsock_listen() 193 int flags, int app_uid) { in btsock_connect()
|
D | btif_sock_l2cap.cc | 49 int app_uid; // The UID of the app who requested this socket member 585 int app_uid = sock->app_uid; in on_l2cap_write_done() local 600 int app_uid = -1; in on_l2cap_data_ind() local 733 int app_uid) { in btsock_l2cap_listen_or_connect() 791 int flags, int app_uid) { in btsock_l2cap_listen() 797 int* sock_fd, int flags, int app_uid) { in btsock_l2cap_connect()
|
D | btif_sock_rfc.cc | 81 int app_uid; // UID of the app for which this socket was created. member 267 int* sock_fd, int flags, int app_uid) { in btsock_rfc_listen() 324 int* sock_fd, int flags, int app_uid) { in btsock_rfc_connect() 580 int app_uid = -1; in on_rfc_write_done() local 876 int app_uid = -1; in bta_co_rfc_data_incoming() local
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 199 const int app_uid = 0; in main() local
|
/system/bt/include/hardware/ |
D | bluetooth.h | 157 int32_t app_uid; member
|