Searched refs:dev_type (Results 1 - 25 of 26) sorted by last modified time

12

/system/sepolicy/prebuilts/api/26.0/private/
H A Dapp.te346 neverallow appdomain dev_type:blk_file { read write };
491 dev_type
H A Dsystem_server.te721 neverallow system_server { dev_type -frp_block_device }:blk_file no_rw_file_perms;
/system/sepolicy/prebuilts/api/26.0/public/
H A Dattributes8 attribute dev_type;
H A Dtee.te7 type tee_device, dev_type;
/system/sepolicy/private/
H A Dsystem_server.te752 neverallow system_server { dev_type -frp_block_device }:blk_file no_rw_file_perms;
/system/sepolicy/public/
H A Dattributes8 attribute dev_type;
H A Dtee.te7 type tee_device, dev_type;
/system/bt/btif/include/
H A Dbtif_dm.h109 tBT_DEVICE_TYPE dev_type);
H A Dbtif_hl.h224 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon587
/system/bt/btif/src/
H A Dbtif_ble_scanner.cc139 bt_device_type_t dev_type; local
169 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d",
176 dev_type = (bt_device_type_t)device_type;
178 sizeof(dev_type), &dev_type);
H A Dbtif_dm.cc222 tBT_DEVICE_TYPE dev_type);
557 bt_device_type_t dev_type; local
604 dev_type = (bt_device_type_t)(remote_dev_type | device_type);
606 dev_type = (bt_device_type_t)device_type;
609 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type),
610 &dev_type);
835 int dev_type; local
838 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type)) {
839 dev_type = BT_DEVICE_TYPE_BREDR;
843 (tBT_DEVICE_TYPE)dev_type);
916 int dev_type; local
987 int dev_type; local
1256 bt_device_type_t dev_type; local
2781 int dev_type; local
2969 int dev_type; local
3014 int dev_type; local
3122 btif_dm_update_ble_remote_properties(const RawAddress& bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type) argument
[all...]
H A Dbtif_hl.cc2949 reg_param.dev_type = p_acb->dev_type;
3473 reg_param.dev_type = p_acb->dev_type;
3821 p_acb->dev_type = BTA_HL_DEVICE_TYPE_DUAL;
3823 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SINK;
3825 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SOURCE;
/system/bt/stack/btm/
H A Dbtm_acl.cc1904 tBT_DEVICE_TYPE dev_type; local
1910 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1911 if (dev_type == BT_DEVICE_TYPE_BLE) transport = BT_TRANSPORT_LE;
1942 tBT_DEVICE_TYPE dev_type; local
1948 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1949 if (dev_type == BT_DEVICE_TYPE_BLE) transport = BT_TRANSPORT_LE;
1981 tBT_DEVICE_TYPE dev_type; local
1987 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1988 if (dev_type == BT_DEVICE_TYPE_BLE) transport = BT_TRANSPORT_LE;
H A Dbtm_ble.cc64 * dev_type - Remote device's device type.
71 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type) {
72 BTM_TRACE_DEBUG("%s: dev_type=0x%x", __func__, dev_type);
99 p_dev_rec->device_type |= dev_type;
762 tBT_DEVICE_TYPE dev_type; local
774 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
775 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
70 BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type) argument
H A Dbtm_sec.cc1121 tBT_DEVICE_TYPE dev_type; local
1124 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
1126 if ((transport == BT_TRANSPORT_LE && (dev_type & BT_DEVICE_TYPE_BLE) == 0) ||
1128 (dev_type & BT_DEVICE_TYPE_BREDR) == 0)) {
/system/bt/stack/include/
H A Dbtm_ble_api.h49 * dev_type - Remote device's device type.
56 tBT_DEVICE_TYPE dev_type,
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2129 tBT_DEVICE_TYPE dev_type; local
2132 BTM_ReadDevInfo(p_lcb->remote_bd_addr, &dev_type, &addr_type);
/system/bt/bta/dm/
H A Dbta_dm_act.cc2076 tBT_DEVICE_TYPE dev_type; local
2079 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2080 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM)
2553 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type,
2592 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type,
4080 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type,
4180 p_data->add_ble_device.dev_type,
H A Dbta_dm_api.cc638 * dev_type - Remote device's device type.
645 tBT_DEVICE_TYPE dev_type) {
652 p_msg->dev_type = dev_type;
644 BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) argument
H A Dbta_dm_int.h336 tBT_DEVICE_TYPE dev_type; member in struct:__anon99
/system/bt/bta/hh/
H A Dbta_hh_api.cc387 p_data->dev_type = BTA_HH_DEVT_UNKNOWN;
393 p_data->dev_type = p_report[0];
399 p_data->dev_type = p_report[0];
/system/bt/bta/hl/
H A Dbta_hl_int.h233 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon216
248 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon217
488 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon239
H A Dbta_hl_main.cc679 p_acb->dev_type = p_data->api_reg.dev_type;
/system/bt/bta/include/
H A Dbta_api.h524 tBT_DEVICE_TYPE dev_type; member in struct:__anon271
1481 * dev_type - Remote device's device type.
1489 tBT_DEVICE_TYPE dev_type);
H A Dbta_hh_api.h255 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon385

Completed in 354 milliseconds

12