Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.cc45 BluetoothInterface* g_bluetooth_interface = nullptr; variable
64 if (!g_bluetooth_interface) { \
293 CHECK(g_bluetooth_interface); in GetObservers()
294 return static_cast<BluetoothInterfaceImpl*>(g_bluetooth_interface) in GetObservers()
355 CHECK(!g_bluetooth_interface); in Initialize()
363 g_bluetooth_interface = impl.release(); in Initialize()
371 CHECK(g_bluetooth_interface); in CleanUp()
373 delete g_bluetooth_interface; in CleanUp()
374 g_bluetooth_interface = nullptr; in CleanUp()
381 return g_bluetooth_interface != nullptr; in IsInitialized()
[all …]