HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothAdapterFactory (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 16 // BluetoothAdapterFactory is a class that contains static methods, which
19 class BluetoothAdapterFactory {
bluetooth_adapter_factory.cc 27 using device::BluetoothAdapterFactory;
36 typedef std::vector<BluetoothAdapterFactory::AdapterCallback>
48 for (std::vector<BluetoothAdapterFactory::AdapterCallback>::const_iterator
62 bool BluetoothAdapterFactory::IsBluetoothAdapterAvailable() {
74 void BluetoothAdapterFactory::GetAdapter(const AdapterCallback& callback) {
100 scoped_refptr<BluetoothAdapter> BluetoothAdapterFactory::MaybeGetAdapter() {
bluetooth_adapter_chromeos.h 19 class BluetoothAdapterFactory;
63 friend class device::BluetoothAdapterFactory;
bluetooth_adapter_win.h 28 class BluetoothAdapterFactory;
75 friend class BluetoothAdapterFactory;
bluetooth_adapter_mac.h 78 friend class BluetoothAdapterFactory;
bluetooth_profile_chromeos.cc 35 using device::BluetoothAdapterFactory;
224 BluetoothAdapterFactory::GetAdapter(
bluetooth_profile_chromeos_unittest.cc 48 device::BluetoothAdapterFactory::GetAdapter(
bluetooth_chromeos_unittest.cc 19 using device::BluetoothAdapterFactory;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc 28 const device::BluetoothAdapterFactory::AdapterCallback callback,
bluetooth_event_router.h 40 const device::BluetoothAdapterFactory::AdapterCallback& callback);
bluetooth_event_router.cc 58 device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable();
62 const device::BluetoothAdapterFactory::AdapterCallback& callback) {
68 device::BluetoothAdapterFactory::GetAdapter(callback);
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc 102 device::BluetoothAdapterFactory::GetAdapter(
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 198 device::BluetoothAdapterFactory::GetAdapter(
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 798 // BluetoothAdapterFactory::GetAdapter is synchronous on Chrome OS; if that
800 device::BluetoothAdapterFactory::GetAdapter(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 313 device::BluetoothAdapterFactory::GetAdapter(
    [all...]

Completed in 881 milliseconds