/external/sepolicy/ |
D | device.te | 2 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 …]
|
D | unconfined.te | 14 allow unconfineddomain {fs_type dev_type file_type}:{ dir blk_file lnk_file sock_file fifo_file } *; 15 allow unconfineddomain {fs_type dev_type file_type}:{ chr_file file } ~entrypoint;
|
D | tee.te | 6 type tee_device, dev_type;
|
D | ppp.te | 4 type ppp_device, dev_type;
|
D | attributes | 6 attribute dev_type;
|
D | file.te | 114 allow dev_type tmpfs:filesystem associate;
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 405 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin() 410 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin() 415 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin() 421 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin() 428 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str() 434 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str() 435 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
|
D | wps_dev_attr.c | 355 const u8 *dev_type) in wps_process_primary_dev_type() argument 361 if (dev_type == NULL) { in wps_process_primary_dev_type() 366 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
|
D | wps.h | 810 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]); 811 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 | 430 p_data->dev_type = BTA_HH_DEVT_UNKNOWN; in BTA_HhParseBootRpt() 438 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt() 443 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_dm.c | 127 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type); 361 bt_device_type_t dev_type; in btif_update_remote_properties() local 390 dev_type = device_type; in btif_update_remote_properties() 392 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_update_remote_properties() 983 bt_device_type_t dev_type; in btif_dm_search_devices_evt() local 1008 dev_type = p_search_data->inq_res.device_type; in btif_dm_search_devices_evt() 1010 dev_type = BT_DEVICE_TYPE_BREDR; in btif_dm_search_devices_evt() 1013 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_dm_search_devices_evt() 2467 tBT_DEVICE_TYPE dev_type) in btif_dm_update_ble_remote_properties() argument 2469 btif_update_remote_properties(bd_addr,bd_name,NULL,dev_type); in btif_dm_update_ble_remote_properties()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 972 tBT_DEVICE_TYPE dev_type; in BTM_ReadRemoteDeviceName() local 992 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadRemoteDeviceName() 993 if (dev_type == BT_DEVICE_TYPE_BLE) in BTM_ReadRemoteDeviceName() 1025 tBT_DEVICE_TYPE dev_type; in BTM_CancelRemoteDeviceName() local 1035 BTM_ReadDevInfo(p_inq->remname_bda, &dev_type, &addr_type); in BTM_CancelRemoteDeviceName() 1036 if (dev_type == BT_DEVICE_TYPE_BLE) in BTM_CancelRemoteDeviceName() 2537 tBT_DEVICE_TYPE dev_type; in btm_process_remote_name() local 2562 BTM_ReadDevInfo(p_inq->remname_bda, &dev_type, &addr_type); in btm_process_remote_name() 2563 if (dev_type == BT_DEVICE_TYPE_BLE) in btm_process_remote_name() 2661 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in btm_process_remote_name() [all …]
|
D | btm_ble_bgconn.c | 77 tBT_DEVICE_TYPE dev_type; in btm_update_dev_to_white_list() local 119 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in btm_update_dev_to_white_list()
|
D | btm_ble.c | 63 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() argument 71 BTM_TRACE_DEBUG1 ("BTM_SecAddBleDevice dev_type=0x%x", dev_type); in BTM_SecAddBleDevice() 120 p_dev_rec->device_type = dev_type; in BTM_SecAddBleDevice() 123 dev_type, addr_type, p_dev_rec->sec_flags); in BTM_SecAddBleDevice()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_dm.h | 116 tBT_DEVICE_TYPE dev_type);
|
D | btif_hl.h | 238 tBTA_HL_DEVICE_TYPE dev_type; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 594 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local 598 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add() 599 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add() 601 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add() 605 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add() 628 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local 632 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add() 633 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add() 635 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add() 641 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_main.c | 143 tBT_DEVICE_TYPE dev_type; in gatt_connect() local 146 BTM_ReadDevInfo(rem_bda, &dev_type, &addr_type); in gatt_connect() 151 if (dev_type == BT_DEVICE_TYPE_BLE) in gatt_connect()
|
/external/kernel-headers/original/linux/ |
D | mod_devicetable.h | 139 __u16 dev_type; /* device type */ member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_hh_api.h | 248 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ 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/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1290 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) in BTA_DmAddBleDevice() argument 1302 p_msg->dev_type = dev_type; in BTA_DmAddBleDevice()
|
/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()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_ble_api.h | 339 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type);
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 431 tBT_DEVICE_TYPE dev_type; in bta_gattc_discover_pri_service() local 434 BTM_ReadDevInfo(p_server_cb->server_bda, &dev_type, &addr_type); in bta_gattc_discover_pri_service() 435 if (dev_type == BT_DEVICE_TYPE_BLE) in bta_gattc_discover_pri_service()
|