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

  /external/chromium_org/content/browser/
udev_linux.h 58 // subsystem and devtype parameter for
63 devtype(devtype_in) {
66 const char* devtype; member in struct:content::UdevLinux::UdevMonitorFilter
device_monitor_linux.cc 22 const char* devtype; member in struct:__anon9954::SubsystemMap
57 kSubsystemMap[i].subsystem, kSubsystemMap[i].devtype));
udev_linux.cc 26 monitor_, filters[i].subsystem, filters[i].devtype);
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 23 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
171 wps_dev_type_bin2str(msg->pri_dev_type, devtype,
172 sizeof(devtype)),
345 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
348 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype,
349 sizeof(devtype)));
553 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
571 devtype,
572 sizeof(devtype)));
581 devtype, sizeof(devtype)))
637 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /system/vold/
DirectVolume.cpp 102 const char *devtype = evt->findParam("DEVTYPE"); local
116 if (!strcmp(devtype, "disk")) {
132 if (!strcmp(devtype, "disk")) {
138 if (!strcmp(devtype, "disk")) {
  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 101 XScopedString devtype(XGetAtomName(display, dev_list[i].type));
102 if (devtype.string() && !strcmp(devtype.string(), XI_TOUCHSCREEN)) {
  /external/chromium/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 82 const char *subsystem, const char *devtype);
121 const char *subsystem, const char *devtype);
  /external/chromium_org/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 82 const char *subsystem, const char *devtype);
121 const char *subsystem, const char *devtype);
  /external/wpa_supplicant_8/src/wps/
wps.c 602 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
606 devtype,
607 sizeof(devtype)));
wps_dev_attr.c 349 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
359 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
360 sizeof(devtype)));
wps_registrar.c 3415 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 68 char *devtype[] = {"Disk", "Tape", "Printer", "Processor", "WORM", local
91 fprintf(stderr, "Device Type: %s\n", devtype[inq.perfdt]);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 176 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
185 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
186 sizeof(devtype)));
202 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
203 sizeof(devtype)));
257 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
265 wps_dev_type_bin2str(pri_dev_type, devtype,
266 sizeof(devtype)),
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 932 uint32_t cod, devtype; local
955 sizeof(devtype), &devtype);
    [all...]
btif_storage.c 60 #define BTIF_STORAGE_PATH_REMOTE_DEVTYPE "DevType"
506 if (btif_config_get_int("Remote", kname, "DevType", &device_type) &&
841 uint32_t cod, devtype; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 92 if ( info.devtype == DD_CDROM ) {
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 1235 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
ctrl_iface.c 4280 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
p2p_supplicant.c 1399 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
2445 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 3061 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]

Completed in 356 milliseconds