/external/sepolicy/ |
D | device.te | 2 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 …]
|
D | ueventd.te | 16 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 };
|
D | tee.te | 6 type tee_device, dev_type;
|
D | unconfined.te | 48 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…
|
D | ppp.te | 3 type ppp_device, dev_type;
|
D | logd.te | 28 neverallow logd dev_type:blk_file { read write };
|
D | su.te | 35 dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
|
D | attributes | 6 attribute dev_type;
|
D | netd.te | 77 neverallow netd dev_type:blk_file { read write };
|
D | recovery.te | 63 allow recovery dev_type:blk_file rw_file_perms;
|
D | init.te | 16 allow init dev_type:blk_file rw_file_perms;
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_dm.c | 216 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/ |
D | wps_common.c | 461 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()
|
D | wps_dev_attr.c | 341 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()
|
D | wps.h | 861 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/ |
D | bta_hh_api.c | 467 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/ |
D | btif_dm.h | 134 tBT_DEVICE_TYPE dev_type);
|
D | btif_hl.h | 243 tBTA_HL_DEVICE_TYPE dev_type; member
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble.c | 68 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()
|
D | btm_ble_bgconn.c | 76 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/ |
D | wps_supplicant.c | 688 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/ |
D | bta_hh_api.h | 270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member
|
D | bta_hl_api.h | 304 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_int.h | 247 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/ |
D | peers.cpp | 523 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()
|