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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc 523 void FakeBluetoothDeviceClient::CreateDevice(
692 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
694 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
700 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
702 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
706 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
712 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
714 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
720 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
722 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath)
    [all...]
fake_bluetooth_device_client.h 92 void CreateDevice(const dbus::ObjectPath& adapter_path,
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 76 static ScopedComPtr<IMMDevice> CreateDevice(const std::string& device_id);
core_audio_util_win.cc 296 ScopedComPtr<IMMDevice> CoreAudioUtil::CreateDevice(
397 ScopedComPtr<IMMDevice> input_device(CreateDevice(input_device_id));
432 ScopedComPtr<IMMDevice> audio_device = CreateDevice(device_id);
502 ScopedComPtr<IMMDevice> device(CreateDevice(device_id));
712 ScopedComPtr<IMMDevice> device(CreateDevice(device_id));
    [all...]
audio_low_latency_output_win.cc 43 ScopedComPtr<IMMDevice> device(CoreAudioUtil::CreateDevice(device_id));
148 ScopedComPtr<IMMDevice> device(CoreAudioUtil::CreateDevice(device_id_));
core_audio_util_win_unittest.cc 93 TEST_F(CoreAudioUtilWinTest, CreateDevice) {
104 // Use the uniqe ID as input to CreateDevice() and create a corresponding
107 CoreAudioUtil::CreateDevice(default_render_name.unique_id);
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 200 fake_bluetooth_device_client_->CreateDevice(
204 fake_bluetooth_device_client_->CreateDevice(
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_chromeos_unittest.cc 399 fake_bluetooth_device_client_->CreateDevice(
476 fake_bluetooth_device_client_->CreateDevice(
567 fake_bluetooth_device_client_->CreateDevice(
635 fake_bluetooth_device_client_->CreateDevice(
731 fake_bluetooth_device_client_->CreateDevice(
801 fake_bluetooth_device_client_->CreateDevice(
    [all...]
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.h 24 SK_API static SkBaseDevice* CreateDevice(int width, int height, bool isOpaque,
vector_platform_device_emf_win.cc 25 SkBaseDevice* VectorPlatformDeviceEmf::CreateDevice(
699 return VectorPlatformDeviceEmf::CreateDevice(
vector_canvas_unittest.cc 394 VectorPlatformDeviceEmf::CreateDevice(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 73 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice **device) PURE;
125 #define IDirect3DRM_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
163 #define IDirect3DRM_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
212 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice2 **device) PURE;
265 #define IDirect3DRM2_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
304 #define IDirect3DRM2_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
354 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice3 **device) PURE;
412 #define IDirect3DRM3_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
    [all...]
dinput.h     [all...]
sti.h 303 STDMETHOD(CreateDevice) (THIS_ LPWSTR pwszDeviceName,DWORD dwMode,PSTIDEVICE *pDevice,LPUNKNOWN punkOuter) PURE;
332 STDMETHOD(CreateDevice) (THIS_ LPCSTR pwszDeviceName,DWORD dwMode,PSTIDEVICE *pDevice,LPUNKNOWN punkOuter) PURE;
367 #define IStillImage_CreateDevice(p,a,b,c,d) (p)->lpVtbl->CreateDevice(p,a,b,c,d)
d3d.h 267 STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid, IDirectDrawSurface *surface,
283 #define IDirect3D2_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
295 #define IDirect3D2_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
315 STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid, IDirectDrawSurface4 *surface,
335 #define IDirect3D3_CreateDevice(p,a,b,c,d) (p)->lpVtbl->CreateDevice(p,a,b,c,d)
350 #define IDirect3D3_CreateDevice(p,a,b,c,d) (p)->CreateDevice(a,b,c,d)
368 STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid, IDirectDrawSurface7 *surface,
384 #define IDirect3D7_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
395 #define IDirect3D7_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
    [all...]
dxvahd.h 357 PDXVAHDSW_CreateDevice CreateDevice;
d3d9.h 37 * Behavior Flags for IDirect3D8::CreateDevice
203 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE;
226 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
246 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f)
281 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE;
310 #define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
336 #define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f)
    [all...]
d3d8.h 36 * Behavior Flags for IDirect3D8::CreateDevice
150 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType,HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS * pPresentationParameters, struct IDirect3DDevice8 ** ppReturnedDeviceInterface) PURE;
172 #define IDirect3D8_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
191 #define IDirect3D8_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f)
    [all...]
wia.h 165 virtual HRESULT WINAPI CreateDevice(BSTR bstrDeviceID,IWiaItem **ppWiaItemRoot) = 0;
181 HRESULT (WINAPI *CreateDevice)(IWiaDevMgr *This,BSTR bstrDeviceID,IWiaItem **ppWiaItemRoot);
199 #define IWiaDevMgr_CreateDevice(This,bstrDeviceID,ppWiaItemRoot) (This)->lpVtbl->CreateDevice(This,bstrDeviceID,ppWiaItemRoot)
    [all...]
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.cc 99 if (d3d_->CreateDevice(D3DADAPTER_DEFAULT,
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 390 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd,
396 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_REF,
    [all...]
  /external/chromium_org/printing/
emf_win.cc 458 return skia::VectorPlatformDeviceEmf::CreateDevice(page_size.width(),
  /external/chromium_org/win8/metro_driver/
print_handler.cc 195 hr = directx_context_.d2d_factory->CreateDevice(
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 317 result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_PUREDEVICE, &presentParameters, &mDevice);
327 result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREATE_SOFTWARE_VERTEXPROCESSING, &presentParameters, &mDevice);
    [all...]

Completed in 475 milliseconds