Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 17 of 17) sorted by relevance

/external/sepolicy/
Ddevice.te2 type device, dev_type, fs_type;
3 type akm_device, dev_type;
4 type accelerometer_device, dev_type;
5 type alarm_device, dev_type, mlstrustedobject;
6 type adb_device, dev_type;
7 type ashmem_device, dev_type, mlstrustedobject;
8 type audio_device, dev_type;
9 type binder_device, dev_type, mlstrustedobject;
10 type block_device, dev_type;
11 type camera_device, dev_type;
[all …]
Dueventd.te14 allow ueventd dev_type:dir create_dir_perms;
15 allow ueventd dev_type:lnk_file { create unlink };
16 allow ueventd dev_type:chr_file { create setattr unlink };
17 allow ueventd dev_type:blk_file { create setattr unlink };
Dcts.te21 allow appdomain dev_type:dir r_dir_perms;
23 allow appdomain dev_type:dir_file_class_set getattr;
Dunconfined.te15 allow unconfineddomain dev_type:dir_file_class_set *;
Dattributes6 attribute dev_type;
Dfile.te81 allow dev_type tmpfs:filesystem associate;
/external/wpa_supplicant_8/src/wps/
Dwps_common.c536 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin()
541 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin()
546 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
552 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin()
559 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str()
565 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
566 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
Dwps_dev_attr.c341 const u8 *dev_type) in wps_process_primary_dev_type() argument
347 if (dev_type == NULL) { in wps_process_primary_dev_type()
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
Dwps.h825 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
826 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/bluetooth/bluez/tools/
Dhciattach_ath3k.c595 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument
598 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE && in get_patch_file_name()
599 dev_type != 0 && build_version == 1) in get_patch_file_name()
800 uint32_t dev_type = 0; in ath_ps_download() local
809 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download()
825 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download()
826 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_dev_attr.c289 const u8 *dev_type) in wps_process_primary_dev_type() argument
293 if (dev_type == NULL) { in wps_process_primary_dev_type()
298 d = (struct wps_dev_type *) dev_type; in wps_process_primary_dev_type()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c498 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local
502 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add()
503 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add()
505 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add()
509 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
532 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local
536 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
537 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add()
539 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add()
545 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
/external/kernel-headers/original/linux/
Dmod_devicetable.h139 __u16 dev_type; /* device type */ member
Dsoundcard.h527 int dev_type; member
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp523 QString dev_type; in add_p2p_group_client() local
535 else if (str.startsWith("dev_type=") && dev_type.isEmpty()) in add_p2p_group_client()
536 dev_type = str.mid(pos); in add_p2p_group_client()
550 if (!dev_type.isEmpty()) in add_p2p_group_client()
551 item->setData(dev_type, peer_role_pri_dev_type); in add_p2p_group_client()
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h671 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
Dp2p.c1760 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) in dev_type_match() argument
1762 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0) in dev_type_match()
1764 if (os_memcmp(dev_type, req_dev_type, 2) == 0 && in dev_type_match()
1772 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], in dev_type_list_match() argument
1777 if (dev_type_match(dev_type, req_dev_type[i])) in dev_type_list_match()