Home
last modified time | relevance | path

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

12

/system/sepolicy/
Ddevice.te2 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 …]
Dueventd.te24 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 };
Dtee.te6 type tee_device, dev_type;
Dppp.te3 type ppp_device, dev_type;
Drecovery_persist.te19 neverallow recovery_persist dev_type:blk_file { read write };
Drecovery_refresh.te17 neverallow recovery_refresh dev_type:blk_file { read write };
Dsu.te39 dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
Dlogd.te49 neverallow logd dev_type:blk_file { read write };
Dinit.te80 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 };
Dattributes8 attribute dev_type;
Dnetd.te86 neverallow netd dev_type:blk_file { read write };
Drecovery.te63 allow recovery dev_type:blk_file rw_file_perms;
/system/bt/btif/src/
Dbtif_dm.c228 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 …]
Dbtif_gatt_client.c577 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()
Dbtif_hl.c3195 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/
Dbta_hh_api.c426 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/
Dbtif_dm.h106 tBT_DEVICE_TYPE dev_type);
Dbtif_hl.h246 tBTA_HL_DEVICE_TYPE dev_type; member
/system/bt/bta/include/
Dbta_hh_api.h270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member
Dbta_hl_api.h303 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member
Dbta_api.h723 tBT_DEVICE_TYPE dev_type; member
1768 tBT_DEVICE_TYPE dev_type);
/system/bt/stack/btm/
Dbtm_ble.c72 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()
Dbtm_acl.c1980 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/
Dbta_hl_int.h243 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/
Dbta_dm_api.c672 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()

12