Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 25 of 33) sorted by relevance

12

/external/srec/srec/cfront/
Dca_wave.c163 int device_type) in CA_OpenWaveFromDevice() argument
168 ASSERT(device_type == WAVE_DEVICE_RAW); in CA_OpenWaveFromDevice()
177 hWave->data.device_type = device_type; in CA_OpenWaveFromDevice()
268 if (hWave->data.device_type != WAVE_DEVICE_RAW) in CA_LoadSamples()
/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.h45 DeviceType device_type,
66 DeviceType device_type() const { return device_type_; } in device_type() function
Dmount_library.cc25 DeviceType device_type, in Disk() argument
38 device_type_(device_type), in Disk()
305 disk->device_type(), in OnGetDiskProperties()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.h23 int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type,
Dap_config.h312 u8 device_type[WPS_DEV_TYPE_LEN]; member
Dwps_hostapd.c826 os_memcpy(wps->dev.pri_dev_type, hapd->conf->device_type, in hostapd_init_wps()
1102 int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type, in hostapd_wps_start_oob() argument
1108 oob_dev = wps_get_oob_device(device_type); in hostapd_wps_start_oob()
/external/wpa_supplicant_6/wpa_supplicant/
Dconfig.h300 char *device_type; member
Dwps_supplicant.c669 if (wpa_s->conf->device_type) { in wpas_wps_init()
673 wps->dev.categ = atoi(wpa_s->conf->device_type); in wpas_wps_init()
674 pos = os_strchr(wpa_s->conf->device_type, '-'); in wpas_wps_init()
Dconfig_file.c457 { STR(device_type) },
884 if (config->device_type) in wpa_config_write_global()
885 fprintf(f, "device_type=%s\n", config->device_type); in wpa_config_write_global()
Dconfig_winreg.c250 config->device_type = wpa_config_read_reg_string( in wpa_config_read_global()
571 wpa_config_write_reg_string(hk, "device_type", config->device_type); in wpa_config_write_global()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
DSDL_syscdrom.cc98 if ( info.device_type == B_CD ) { in CheckDrive()
246 if(g.device_type == B_CD) in try_dir()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.h37 int wpas_wps_start_oob(struct wpa_supplicant *wpa_s, char *device_type,
Dconfig.h307 u8 device_type[WPS_DEV_TYPE_LEN]; member
Dwps_supplicant.c939 int wpas_wps_start_oob(struct wpa_supplicant *wpa_s, char *device_type, in wpas_wps_start_oob() argument
945 oob_dev = wps_get_oob_device(device_type); in wpas_wps_start_oob()
1164 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type, in wpas_wps_init()
1711 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type, in wpas_wps_update_config()
DREADME-P2P42 device_name and device_type should be specified. For example,
47 device_type=1-0050F204-1
439 set device_type <device type>
Dconfig_winreg.c247 if (t && wps_dev_type_str2bin(t, config->device_type)) in wpa_config_read_global()
587 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
Dap.c245 os_memcpy(bss->device_type, wpa_s->conf->device_type, in wpa_supplicant_conf_ap()
Dconfig_file.c657 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
Dp2p_supplicant.c846 os_memcpy(d->device_type, s->device_type, WPS_DEV_TYPE_LEN);
2285 os_memcpy(params.pri_dev_type, wpa_s->conf->device_type,
2381 os_memcpy(p2p.pri_dev_type, wpa_s->conf->device_type,
4007 p2p_set_pri_dev_type(p2p, wpa_s->conf->device_type);
/external/wpa_supplicant_8/src/wps/
Dwps_common.c492 struct oob_device_data * wps_get_oob_device(char *device_type) in wps_get_oob_device() argument
495 if (os_strstr(device_type, "ufd") != NULL) in wps_get_oob_device()
499 if (os_strstr(device_type, "nfc") != NULL) in wps_get_oob_device()
Dwps.h804 struct oob_device_data * wps_get_oob_device(char *device_type);
/external/srec/srec/include/
Dsample.h180 int device_type; member
Dfrontapi.h590 int device_type);
/external/chromium/chrome/browser/chromeos/extensions/
Dfile_browser_event_router.cc44 result->SetString("deviceType", DeviceTypeToString(disk->device_type())); in DiskToDictionaryValue()
/external/kernel-headers/original/linux/mtd/
Dcfi.h247 int device_type; member

12