Home
last modified time | relevance | path

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

12

/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 …]
Dunconfined.te14 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 relabelto};
Dtee.te6 type tee_device, dev_type;
Dkernel.te8 allow kernel {fs_type dev_type file_type}:dir_file_class_set relabelto;
Dppp.te4 type ppp_device, dev_type;
Dinit.te11 allow init {fs_type dev_type file_type}:dir_file_class_set relabelto;
Dattributes6 attribute dev_type;
Dnetd.te66 neverallow netd dev_type:blk_file { read write };
Dfile.te114 allow dev_type tmpfs:filesystem associate;
/external/wpa_supplicant_8/src/wps/
Dwps_common.c456 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin()
461 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin()
466 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
472 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin()
479 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str()
485 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
486 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
Dwps_dev_attr.c346 const u8 *dev_type) in wps_process_primary_dev_type() argument
352 if (dev_type == NULL) { in wps_process_primary_dev_type()
357 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
Dwps.h843 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
844 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/src/
Dbtif_dm.c144 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
401 bt_device_type_t dev_type; in btif_update_remote_properties() local
430 dev_type = device_type; in btif_update_remote_properties()
432 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_update_remote_properties()
1003 bt_device_type_t dev_type; in btif_dm_search_devices_evt() local
1030 dev_type = p_search_data->inq_res.device_type; in btif_dm_search_devices_evt()
1033 dev_type = BT_DEVICE_TYPE_BREDR; in btif_dm_search_devices_evt()
1036 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_dm_search_devices_evt()
2547 tBT_DEVICE_TYPE dev_type) in btif_dm_update_ble_remote_properties() argument
2549 btif_update_remote_properties(bd_addr,bd_name,NULL,dev_type); in btif_dm_update_ble_remote_properties()
/external/bluetooth/bluedroid/btif/include/
Dbtif_dm.h116 tBT_DEVICE_TYPE dev_type);
Dbtif_hl.h243 tBTA_HL_DEVICE_TYPE dev_type; member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c63 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()
738 tBT_DEVICE_TYPE dev_type; in BTM_UseLeLink() local
750 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_UseLeLink()
751 use_le = (dev_type == BT_DEVICE_TYPE_BLE); in BTM_UseLeLink()
Dbtm_ble_bgconn.c75 tBT_DEVICE_TYPE dev_type; in btm_add_dev_to_controller() local
108 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in btm_add_dev_to_controller()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c682 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local
686 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add()
687 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add()
689 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add()
693 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
716 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local
720 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
721 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add()
723 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add()
729 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
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ 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/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c1290 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/
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/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h339 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type);

12