HomeSort by relevance Sort by last modified time
    Searched defs:app_uid (Results 1 - 4 of 4) sorted by null

  /system/bt/tools/bdtool/
bdtool.c 199 const int app_uid = 0; local
217 &rfcomm_fd, 0, app_uid);
225 error = sock->listen(BTSOCK_SCO, NULL, NULL, 5, &sock_fd, 0, app_uid);
251 (const uint8_t*)&HFP_AG_UUID, 0, &rfcomm_fd, 0, app_uid);
263 app_uid);
  /system/bt/btif/src/
btif_sock_l2cap.cc 68 int app_uid; // The UID of the app who requested this socket member in struct:l2cap_socket
303 sock->app_uid = -1;
442 accept_rs->app_uid = sock->app_uid;
495 accept_rs->app_uid = sock->app_uid;
632 int app_uid = -1; local
638 app_uid = sock->app_uid;
646 uid_set_add_tx(uid_set, app_uid, len)
656 int app_uid = -1; local
673 int app_uid = -1; local
    [all...]
btif_sock_rfc.cc 90 int app_uid; // UID of the app for which this socket was created. member in struct:__anon113419
216 slot->app_uid = -1;
256 accept_rs->app_uid = srv_rs->app_uid;
273 int* sock_fd, int flags, int app_uid) {
324 slot->app_uid = app_uid;
333 int* sock_fd, int flags, int app_uid) {
387 slot->app_uid = app_uid;
557 int app_uid = -1; local
856 int app_uid = -1; local
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 114 int32_t app_uid; member in struct:__anon42911
398 * app_uid set to -1.

Completed in 198 milliseconds