Searched defs:app_uid (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_uid.c | 63 static uid_set_node_t* uid_set_find_or_create_node(uid_set_t* set, int32_t app_uid) { in uid_set_find_or_create_node() 78 void uid_set_add_tx(uid_set_t* set, int32_t app_uid, uint64_t bytes) { in uid_set_add_tx() 89 void uid_set_add_rx(uid_set_t* set, int32_t app_uid, uint64_t bytes) { in uid_set_add_rx()
|
D | btif_sock.c | 120 …ar *service_name, const uint8_t *service_uuid, int channel, int *sock_fd, int flags, int app_uid) { in btsock_listen() 149 …addr, btsock_type_t type, const uint8_t *uuid, int channel, int *sock_fd, int flags, int app_uid) { in btsock_connect()
|
D | btif_sock_l2cap.c | 71 int app_uid; // The UID of the app who requested this socket member 653 int app_uid = -1; in on_l2cap_write_done() local 678 int app_uid = -1; in on_l2cap_write_fixed_done() local 697 int app_uid = -1; in on_l2cap_data_ind() local 892 int channel, int* sock_fd, int flags, char listen, int app_uid) in btsock_l2cap_listen_or_connect() 982 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd, int flags, int app_uid) in btsock_l2cap_listen() 987 …btsock_l2cap_connect(const bt_bdaddr_t *bd_addr, int channel, int* sock_fd, int flags, int app_uid) in btsock_l2cap_connect()
|
D | btif_sock_rfc.c | 84 int app_uid; // UID of the app for which this socket was created. member 263 …ar *service_name, const uint8_t *service_uuid, int channel, int *sock_fd, int flags, int app_uid) { in btsock_rfc_listen() 319 …daddr_t *bd_addr, const uint8_t *service_uuid, int channel, int *sock_fd, int flags, int app_uid) { in btsock_rfc_connect() 546 int app_uid = -1; in on_rfc_write_done() local 834 int app_uid = -1; in bta_co_rfc_data_incoming() local
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 191 const int app_uid = 0; in main() local
|