OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBluetoothAdapterClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc
27
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->AddObserver(this);
32
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->GetAdapters();
41
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->RemoveObserver(this);
63
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
75
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
95
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
105
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
119
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
131
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
146
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()-
[
all
...]
bluetooth_device_chromeos.cc
366
DBusThreadManager::Get()->
GetBluetoothAdapterClient
()->
/external/chromium_org/chromeos/dbus/
dbus_thread_manager.h
122
virtual BluetoothAdapterClient*
GetBluetoothAdapterClient
() = 0;
dbus_thread_manager.cc
286
virtual BluetoothAdapterClient*
GetBluetoothAdapterClient
() OVERRIDE {
521
InitClient(g_dbus_thread_manager->
GetBluetoothAdapterClient
());
fake_dbus_thread_manager.h
71
virtual BluetoothAdapterClient*
GetBluetoothAdapterClient
() OVERRIDE;
fake_dbus_thread_manager.cc
281
FakeDBusThreadManager::
GetBluetoothAdapterClient
() {
Completed in 146 milliseconds