Home | History | Annotate | Download | only in hal

Lines Matching full:g_bluetooth_interface

45 BluetoothInterface* g_bluetooth_interface = nullptr;
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;
419 CHECK(g_bluetooth_interface);
420 return g_bluetooth_interface;
428 CHECK(!g_bluetooth_interface);
430 g_bluetooth_interface = test_instance;