HomeSort by relevance Sort by last modified time
    Searched full:devtype (Results 1 - 25 of 47) sorted by null

1 2

  /external/autotest/client/deps/fakegudev/src/test_files/
fake.output 3 Devtype: (null)
fake2.output 3 Devtype: (null)
fake_driver.output 3 Devtype: (null)
fake_name.output 3 Devtype: (null)
fake_property_foo.output 3 Devtype: (null)
fake_subsystem.output 3 Devtype: (null)
fake_full.dat 4 devtype=faketype
fake_full.output 3 Devtype: faketype
fake_properties.output 3 Devtype: (null)
  /external/wpa_supplicant_8/hs20/client/
devdetail.xml 41 <DevType>MobilePhone</DevType>
  /system/connectivity/shill/bin/
reload_network_device 34 egrep '^(DEVPATH|DEVTYPE|ID_BUS|INTERFACE|SUBSYSTEM)')
70 if [ "${DEVTYPE}" = "wlan" ] ; then
77 if [ "${DEVTYPE}" = "wlan" ] ; then
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
control 165 devtype = 'ath9k'
169 devtype = 'bcm435x'
173 devtype = 'intel_wp2'
178 logging.debug('Running test with devtype=%s', devtype)
179 for region_info in DEVTYPE_TO_REGION_INFOS[devtype]:
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 41 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
182 wps_dev_type_bin2str(msg->pri_dev_type, devtype,
183 sizeof(devtype)),
480 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
483 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype,
484 sizeof(devtype)));
720 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
738 devtype,
739 sizeof(devtype)));
748 devtype, sizeof(devtype)))
804 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 344 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
354 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
355 sizeof(devtype)));
wps.c 608 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
612 devtype,
613 sizeof(devtype)));
  /external/autotest/client/deps/fakegudev/src/
gudev-exercise.c 50 printf (" Devtype: %s\n", g_udev_device_get_devtype (device));
fakegudev.c 143 static const char *k_prop_devtype = "devtype";
733 const gchar *devtype);
  /external/skia/samplecode/
SampleApp.h 48 static bool IsGpuDeviceType(DeviceType devType) {
50 switch (devType) {
  /system/connectivity/apmanager/
device_info_unittest.cc 223 CreateDeviceInfoFile(kTestInterface1Name, "uevent", "DEVTYPE=wlan\n");
236 CreateDeviceInfoFile(kTestInterface0Name, "uevent", "DEVTYPE=wlan\n");
249 CreateDeviceInfoFile(kTestInterface1Name, "uevent", "DEVTYPE=wlan\n");
  /external/drm_hwcomposer/
drmeventlistener.cpp 105 if (strcmp(event, "DEVTYPE=drm_minor"))
  /system/bt/btif/src/
btif_storage.c 66 #define BTIF_STORAGE_PATH_REMOTE_DEVTYPE "DevType"
467 if (btif_config_get_int(name, "DevType", &device_type) &&
925 uint32_t devtype = 0; local
    [all...]
  /external/autotest/client/cros/cellular/
mmtest.py 103 'devtype=usb_device',
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 177 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
186 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
187 sizeof(devtype)));
203 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
204 sizeof(devtype)));
258 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
266 wps_dev_type_bin2str(pri_dev_type, devtype,
267 sizeof(devtype)),
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
OMADMAdapter.java 169 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
536 "<NodeName>DevType</NodeName>" +
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
OMADMAdapter.java 170 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
528 "<NodeName>DevType</NodeName>" +

Completed in 655 milliseconds

1 2