Home
last modified time | relevance | path

Searched refs:GetDeviceList (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macwm.c212 hGDevice = GetDeviceList (); /* top of device list */ in GetSystemGammas()
225 hGDevice = GetDeviceList (); in GetSystemGammas()
/external/chromium_org/chromeos/network/
Dnetwork_state_handler.h184 void GetDeviceList(DeviceStateList* list) const;
Dnetwork_state_handler_unittest.cc65 handler_->GetDeviceList(&devices); in DeviceListChanged()
Dnetwork_state_handler.cc322 void NetworkStateHandler::GetDeviceList(DeviceStateList* list) const { in GetDeviceList() function in chromeos::NetworkStateHandler
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector.cc399 chromeos::NetworkHandler::Get()->network_state_handler()->GetDeviceList( in GetNetworkInterfaces()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c319 for(gd = GetDeviceList(); gd; gd = GetNextDevice(gd)) in ROM_HideMenuBar()
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
DSDL_dspvideo.c473 device_list = GetDeviceList (); in DSp_GetMainDevice()