/system/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 | 24 allow ueventd dev_type:dir create_dir_perms; 25 allow ueventd dev_type:lnk_file { create unlink }; 26 allow ueventd dev_type:chr_file { create setattr unlink }; 27 allow ueventd dev_type:blk_file { relabelfrom relabelto create setattr unlink };
|
D | tee.te | 6 type tee_device, dev_type;
|
D | ppp.te | 3 type ppp_device, dev_type;
|
D | recovery_persist.te | 19 neverallow recovery_persist dev_type:blk_file { read write };
|
D | recovery_refresh.te | 17 neverallow recovery_refresh dev_type:blk_file { read write };
|
D | su.te | 39 dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
|
D | logd.te | 49 neverallow logd dev_type:blk_file { read write };
|
D | init.te | 80 allow init dev_type:blk_file r_file_perms; 113 allow init dev_type:dir create_dir_perms; 114 allow init dev_type:lnk_file create; 124 allow init { dev_type -kmem_device }:chr_file { read open setattr };
|
D | attributes | 8 attribute dev_type;
|
D | netd.te | 86 neverallow netd dev_type:blk_file { read write };
|
D | recovery.te | 63 allow recovery dev_type:blk_file rw_file_perms;
|
/system/bt/btif/src/ |
D | btif_dm.c | 228 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type); 606 bt_device_type_t dev_type; in btif_update_remote_properties() local 649 dev_type = remote_dev_type | device_type; in btif_update_remote_properties() 651 dev_type = device_type; in btif_update_remote_properties() 654 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_update_remote_properties() 900 int dev_type; in btif_dm_pin_req_evt() local 903 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type)) in btif_dm_pin_req_evt() 905 dev_type = BT_DEVICE_TYPE_BREDR; in btif_dm_pin_req_evt() 908 p_pin_req->dev_class, (tBT_DEVICE_TYPE) dev_type); in btif_dm_pin_req_evt() 985 int dev_type; in btif_dm_ssp_cfm_req_evt() local [all …]
|
D | btif_gatt_client.c | 577 bt_device_type_t dev_type; in btif_gattc_upstreams_evt() local 598 dev_type = p_btif_cb->device_type; in btif_gattc_upstreams_evt() 600 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type); in btif_gattc_upstreams_evt()
|
D | btif_hl.c | 3195 reg_param.dev_type = p_acb->dev_type; in btif_hl_proc_cb_evt() 3761 reg_param.dev_type = p_acb->dev_type; in btif_hl_upstreams_ctrl_evt() 4133 p_acb->dev_type = BTA_HL_DEVICE_TYPE_DUAL; in register_application() 4136 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SINK; in register_application() 4139 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SOURCE; in register_application()
|
/system/bt/bta/hh/ |
D | bta_hh_api.c | 426 p_data->dev_type = BTA_HH_DEVT_UNKNOWN; in BTA_HhParseBootRpt() 434 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt() 439 p_data->dev_type = p_report[0]; in BTA_HhParseBootRpt()
|
/system/bt/btif/include/ |
D | btif_dm.h | 106 tBT_DEVICE_TYPE dev_type);
|
D | btif_hl.h | 246 tBTA_HL_DEVICE_TYPE dev_type; member
|
/system/bt/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 | 303 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
|
D | bta_api.h | 723 tBT_DEVICE_TYPE dev_type; member 1768 tBT_DEVICE_TYPE dev_type);
|
/system/bt/stack/btm/ |
D | btm_ble.c | 72 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() argument 75 BTM_TRACE_DEBUG ("%s: dev_type=0x%x", __func__, dev_type); in BTM_SecAddBleDevice() 108 p_dev_rec->device_type |= dev_type; in BTM_SecAddBleDevice() 788 tBT_DEVICE_TYPE dev_type; in BTM_UseLeLink() local 802 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_UseLeLink() 803 use_le = (dev_type == BT_DEVICE_TYPE_BLE); in BTM_UseLeLink()
|
D | btm_acl.c | 1980 tBT_DEVICE_TYPE dev_type; in BTM_ReadRSSI() local 1992 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadRSSI() 1993 if (dev_type == BT_DEVICE_TYPE_BLE) in BTM_ReadRSSI()
|
/system/bt/bta/hl/ |
D | bta_hl_int.h | 243 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member 256 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member 524 tBTA_HL_DEVICE_TYPE dev_type; member
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 672 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) in BTA_DmAddBleDevice() argument 681 p_msg->dev_type = dev_type; in BTA_DmAddBleDevice()
|