Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 25 of 36) 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;
Dtee.te6 type tee_device, dev_type;
Dppp.te4 type ppp_device, dev_type;
Dattributes6 attribute dev_type;
Dfile.te114 allow dev_type tmpfs:filesystem associate;
/external/wpa_supplicant_8/src/wps/
Dwps_common.c405 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()
Dwps_dev_attr.c355 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()
Dwps.h810 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/
Dbta_hh_api.c430 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/
Dbtif_dm.c127 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/
Dbtm_inq.c972 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 …]
Dbtm_ble_bgconn.c77 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()
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()
/external/bluetooth/bluedroid/btif/include/
Dbtif_dm.h116 tBT_DEVICE_TYPE dev_type);
Dbtif_hl.h238 tBTA_HL_DEVICE_TYPE dev_type; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c594 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/
Dgatt_main.c143 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/
Dmod_devicetable.h139 __u16 dev_type; /* device type */ member
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h248 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);
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c431 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()

12