/external/srec/srec/cfront/ |
D | ca_wave.c | 163 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/ |
D | mount_library.h | 45 DeviceType device_type, 66 DeviceType device_type() const { return device_type_; } in device_type() function
|
D | mount_library.cc | 25 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/ |
D | wps_hostapd.h | 23 int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type,
|
D | ap_config.h | 312 u8 device_type[WPS_DEV_TYPE_LEN]; member
|
D | wps_hostapd.c | 826 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/ |
D | config.h | 300 char *device_type; member
|
D | wps_supplicant.c | 669 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()
|
D | config_file.c | 457 { 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()
|
D | config_winreg.c | 250 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/ |
D | SDL_syscdrom.cc | 98 if ( info.device_type == B_CD ) { in CheckDrive() 246 if(g.device_type == B_CD) in try_dir()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.h | 37 int wpas_wps_start_oob(struct wpa_supplicant *wpa_s, char *device_type,
|
D | config.h | 307 u8 device_type[WPS_DEV_TYPE_LEN]; member
|
D | wps_supplicant.c | 939 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()
|
D | README-P2P | 42 device_name and device_type should be specified. For example, 47 device_type=1-0050F204-1 439 set device_type <device type>
|
D | config_winreg.c | 247 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()
|
D | ap.c | 245 os_memcpy(bss->device_type, wpa_s->conf->device_type, in wpa_supplicant_conf_ap()
|
D | config_file.c | 657 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
|
D | p2p_supplicant.c | 846 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/ |
D | wps_common.c | 492 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()
|
D | wps.h | 804 struct oob_device_data * wps_get_oob_device(char *device_type);
|
/external/srec/srec/include/ |
D | sample.h | 180 int device_type; member
|
D | frontapi.h | 590 int device_type);
|
/external/chromium/chrome/browser/chromeos/extensions/ |
D | file_browser_event_router.cc | 44 result->SetString("deviceType", DeviceTypeToString(disk->device_type())); in DiskToDictionaryValue()
|
/external/kernel-headers/original/linux/mtd/ |
D | cfi.h | 247 int device_type; member
|