Home
last modified time | relevance | path

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

12

/external/sepolicy/
Ddevice.te2 type device, dev_type, fs_type;
3 type alarm_device, dev_type, mlstrustedobject;
4 type adb_device, dev_type;
5 type ashmem_device, dev_type, mlstrustedobject;
6 type audio_device, dev_type;
7 type binder_device, dev_type, mlstrustedobject;
8 type block_device, dev_type;
9 type camera_device, dev_type;
10 type dm_device, dev_type;
11 type loop_device, dev_type;
[all …]
Dueventd.te16 allow ueventd dev_type:dir create_dir_perms;
17 allow ueventd dev_type:lnk_file { create unlink };
18 allow ueventd dev_type:chr_file { create setattr unlink };
19 allow ueventd dev_type:blk_file { create setattr unlink };
Dtee.te6 type tee_device, dev_type;
Dunconfined.te48 allow unconfineddomain dev_type:{ dir lnk_file sock_file fifo_file } ~relabelto;
73 allow unconfineddomain {dev_type -kmem_device}:{ chr_file file } ~{entrypoint execute_no_trans exec…
Dppp.te3 type ppp_device, dev_type;
Dlogd.te28 neverallow logd dev_type:blk_file { read write };
Dsu.te35 dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
Dattributes6 attribute dev_type;
Dnetd.te77 neverallow netd dev_type:blk_file { read write };
Drecovery.te63 allow recovery dev_type:blk_file rw_file_perms;
Dinit.te16 allow init dev_type:blk_file rw_file_perms;
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c216 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
542 bt_device_type_t dev_type; in btif_update_remote_properties() local
580 dev_type = device_type; in btif_update_remote_properties()
582 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_update_remote_properties()
831 int dev_type; in btif_dm_pin_req_evt() local
834 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type)) in btif_dm_pin_req_evt()
836 dev_type = BT_DEVICE_TYPE_BREDR; in btif_dm_pin_req_evt()
839 p_pin_req->dev_class, (tBT_DEVICE_TYPE) dev_type); in btif_dm_pin_req_evt()
916 int dev_type; in btif_dm_ssp_cfm_req_evt() local
921 if (!btif_get_device_type(p_ssp_cfm_req->bd_addr, &dev_type)) in btif_dm_ssp_cfm_req_evt()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_common.c461 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin()
466 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin()
471 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
477 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin()
484 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str()
490 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
491 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.h861 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
862 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_api.c467 p_data->dev_type = BTA_HH_DEVT_UNKNOWN; in BTA_HhParseBootRpt()
475 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt()
480 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt()
/external/bluetooth/bluedroid/btif/include/
Dbtif_dm.h134 tBT_DEVICE_TYPE dev_type);
Dbtif_hl.h243 tBTA_HL_DEVICE_TYPE dev_type; member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c68 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() argument
75 BTM_TRACE_DEBUG ("BTM_SecAddBleDevice dev_type=0x%x", dev_type); in BTM_SecAddBleDevice()
125 p_dev_rec->device_type = dev_type; in BTM_SecAddBleDevice()
128 dev_type, addr_type, p_dev_rec->sec_flags); in BTM_SecAddBleDevice()
717 tBT_DEVICE_TYPE dev_type; in BTM_UseLeLink() local
731 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_UseLeLink()
732 use_le = (dev_type == BT_DEVICE_TYPE_BLE); in BTM_UseLeLink()
Dbtm_ble_bgconn.c76 tBT_DEVICE_TYPE dev_type; in btm_add_dev_to_controller() local
114 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in btm_add_dev_to_controller()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c688 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local
692 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add()
693 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add()
695 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add()
699 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
722 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local
726 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
727 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add()
729 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add()
735 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member
Dbta_hl_api.h304 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_int.h247 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
260 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
528 tBTA_HL_DEVICE_TYPE 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()

12