OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_BLUETOOTH
(Results
1 - 7
of
7
) sorted by null
/system/core/include/private/
android_filesystem_config.h
45
#define
AID_BLUETOOTH
1002 /* bluetooth subsystem */
120
{ "bluetooth",
AID_BLUETOOTH
, },
/system/core/init/
property_service.c
84
{ "bluetooth.",
AID_BLUETOOTH
, 0 },
95
{ "persist.service.bdroid.",
AID_BLUETOOTH
, 0 },
234
if (app_id ==
AID_BLUETOOTH
) {
/external/bluetooth/bluedroid/btif/co/
bta_fs_co.c
36
#define
AID_BLUETOOTH
1002
42
const unsigned short BT_UID=
AID_BLUETOOTH
;
43
const unsigned short BT_GID=
AID_BLUETOOTH
;
[
all
...]
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
128
setuid(
AID_BLUETOOTH
);
129
setgid(
AID_BLUETOOTH
);
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c
638
sz = chown(path,
AID_BLUETOOTH
,
AID_BLUETOOTH
);
/hardware/ti/wpan/ti_st/uim-sysfs/
uim.c
615
sz = chown(path,
AID_BLUETOOTH
,
AID_BLUETOOTH
);
/frameworks/native/cmds/servicemanager/
service_manager.c
37
{
AID_BLUETOOTH
, "bluetooth" },
Completed in 507 milliseconds