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

  /system/core/include/private/
android_filesystem_config.h 45 #define AID_BLUETOOTH 1002 /* bluetooth subsystem */
123 { "bluetooth", AID_BLUETOOTH, },
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 37 #define AID_BLUETOOTH 1002
43 const unsigned short BT_UID= AID_BLUETOOTH;
44 const unsigned short BT_GID= AID_BLUETOOTH;
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 130 setuid(AID_BLUETOOTH);
131 setgid(AID_BLUETOOTH);
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 596 if (uid == AID_BLUETOOTH) {

Completed in 390 milliseconds