Home
last modified time | relevance | path

Searched refs:is_bluetooth_uid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_common_os_utils.h42 struct is_bluetooth_uid { struct
47 extern struct is_bluetooth_uid is_bluetooth_uid; argument
/packages/modules/Bluetooth/system/common/
Dos_utils.h17 bool is_bluetooth_uid();
Dos_utils.cc22 bool is_bluetooth_uid() { in is_bluetooth_uid() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc437 if (is_bluetooth_uid() && is_common_criteria_mode) { in init()
505 return is_bluetooth_uid() && common_criteria_mode; in is_common_criteria_mode()