OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_bluetooth_interface
(Results
1 - 1
of
1
) sorted by null
/system/bt/service/hal/
bluetooth_interface.cpp
45
BluetoothInterface*
g_bluetooth_interface
= nullptr;
member in namespace:bluetooth::hal::__anon73917
62
if (!
g_bluetooth_interface
) { \
319
CHECK(
g_bluetooth_interface
);
321
g_bluetooth_interface
)->observers();
387
CHECK(!
g_bluetooth_interface
);
395
g_bluetooth_interface
= impl.release();
403
CHECK(
g_bluetooth_interface
);
405
delete
g_bluetooth_interface
;
406
g_bluetooth_interface
= nullptr;
413
return
g_bluetooth_interface
!= nullptr
[
all
...]
Completed in 42 milliseconds