HomeSort by relevance Sort by last modified time
    Searched refs:GetAdapter (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/device/nfc/
nfc_adapter_factory.h 28 static void GetAdapter(const AdapterCallback& callback);
nfc_adapter_factory.cc 38 void NfcAdapterFactory::GetAdapter(const AdapterCallback& callback) {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc 27 void GetAdapter(
30 GetEventRouter(profile)->GetAdapter(callback);
50 GetAdapter(base::Bind(&BluetoothExtensionFunction::RunOnAdapterReady, this),
bluetooth_event_router.h 39 void GetAdapter(
bluetooth_event_router.cc 63 void ExtensionBluetoothEventRouter::GetAdapter(
70 device::BluetoothAdapterFactory::GetAdapter(callback);
252 GetAdapter(base::Bind(&ExtensionBluetoothEventRouter::InitializeAdapter,
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 32 static void GetAdapter(const AdapterCallback& callback);
bluetooth_chromeos_unittest.cc 252 void GetAdapter() {
331 GetAdapter();
350 GetAdapter();
378 GetAdapter();
406 GetAdapter();
453 GetAdapter();
477 GetAdapter();
513 GetAdapter();
556 GetAdapter();
629 GetAdapter();
    [all...]
bluetooth_adapter_factory.cc 76 void BluetoothAdapterFactory::GetAdapter(const AdapterCallback& callback) {
bluetooth_profile_chromeos.h 92 void GetAdapter(
bluetooth_profile_chromeos.cc 158 // CheckValidity() call and pass that ownership to the GetAdapter() call.
163 base::Bind(&BluetoothProfileChromeOS::GetAdapter,
213 void BluetoothProfileChromeOS::GetAdapter(
224 BluetoothAdapterFactory::GetAdapter(
bluetooth_profile_chromeos_unittest.cc 57 device::BluetoothAdapterFactory::GetAdapter(
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.h 107 CaptureRenderAdapter* GetAdapter(VideoCapturer* video_capturer) const;
capturemanager.cc 273 CaptureRenderAdapter* adapter = GetAdapter(video_capturer);
285 CaptureRenderAdapter* adapter = GetAdapter(video_capturer);
387 CaptureRenderAdapter* CaptureManager::GetAdapter(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 121 hr = dxgi_device->GetAdapter(&adapter);
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 113 CheckIfFailed(dxgi_device->GetAdapter(&dxgi_adapter));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 121 hr = dxgi_device->GetAdapter(&adapter);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d10/
dxgid3d10.cpp 111 hr = dxgi_device->GetAdapter(&adapter);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
dxgid3d10.cpp 111 hr = dxgi_device->GetAdapter(&adapter);
  /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/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 343 HRESULT GetAdapter(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 343 HRESULT GetAdapter(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 1029 virtual HRESULT STDMETHODCALLTYPE GetAdapter(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 1029 virtual HRESULT STDMETHODCALLTYPE GetAdapter(
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 802 // BluetoothAdapterFactory::GetAdapter is synchronous on Chrome OS; if that
804 device::BluetoothAdapterFactory::GetAdapter(
    [all...]

Completed in 2185 milliseconds

1 2