Home
last modified time | relevance | path

Searched refs:GetDeviceInfo (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDINPUT.H311 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW) PURE; in DECLARE_INTERFACE_() local
341 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA) PURE; in DECLARE_INTERFACE_() local
375 #define IDirectInputDevice_GetDeviceInfo(p,a) (p)->lpVtbl->GetDeviceInfo(p,a)
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Ddinput.h311 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW) PURE; in DECLARE_INTERFACE_() local
341 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA) PURE; in DECLARE_INTERFACE_() local
375 #define IDirectInputDevice_GetDeviceInfo(p,a) (p)->lpVtbl->GetDeviceInfo(p,a)
/external/chromium/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc284 static void GetDeviceInfo(chromeos::CellularNetwork* network,
1058 GetDeviceInfo(network, &device_dict); in UpdatePage()
1263 void MobileSetupHandler::GetDeviceInfo(chromeos::CellularNetwork* network, in GetDeviceInfo() function in MobileSetupHandler