/system/bt/stack/hid/ |
D | hidh_api.cc | 277 hh_cb.devices[i].conn.process_repage_timer = in HID_HostRegister() 298 alarm_free(hh_cb.devices[i].conn.process_repage_timer); in HID_HostDeregister() 324 if ((hh_cb.devices[i].in_use) && addr == hh_cb.devices[i].addr) break; in HID_HostAddDev() 329 if (!hh_cb.devices[i].in_use) break; in HID_HostAddDev() 335 if (!hh_cb.devices[i].in_use) { in HID_HostAddDev() 336 hh_cb.devices[i].in_use = true; in HID_HostAddDev() 337 hh_cb.devices[i].addr = addr; in HID_HostAddDev() 338 hh_cb.devices[i].state = HID_DEV_NO_CONN; in HID_HostAddDev() 339 hh_cb.devices[i].conn_tries = 0; in HID_HostAddDev() 342 if (attr_mask != HID_ATTR_MASK_IGNORE) hh_cb.devices[i].attr_mask = attr_mask; in HID_HostAddDev() [all …]
|
D | hidh_conn.cc | 111 hh_cb.devices[xx].in_use = false; in hidh_conn_reg() 112 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED; in hidh_conn_reg() 128 tHID_CONN* p_hcon = &hh_cb.devices[dhandle].conn; in hidh_conn_disconnect() 137 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, in hidh_conn_disconnect() 219 p_hcon = &hh_cb.devices[i].conn; in hidh_l2cif_connect_ind() 220 p_dev = &hh_cb.devices[i]; in hidh_l2cif_connect_ind() 308 device = &hh_cb.devices[dhandle]; in hidh_try_repage() 333 dhandle = (PTR_TO_UINT(p_dev) - PTR_TO_UINT(&(hh_cb.devices[0]))) / in hidh_sec_check_complete_orig() 384 p_dev = &hh_cb.devices[dhandle]; in hidh_l2cif_connect_cfm() 385 p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_connect_cfm() [all …]
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 44 RawAddress* devices = (RawAddress*)bonded_devices_prop->val; in SetUp() local 49 bt_interface()->get_remote_device_property(&devices[i], BT_PROPERTY_UUIDS); in SetUp() 53 GetRemoteDeviceProperty(&devices[i], BT_PROPERTY_UUIDS); in SetUp() 60 bt_remote_bdaddr_ = *(devices + i); in SetUp()
|
/system/sepolicy/public/ |
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 11 # Run fsck on vold block devices 20 # block devices. With that information, it runs stat() on each block 24 # Allow stat access to all block devices so that fsck can compare 32 # Untrusted fsck should never be run on block devices holding sensitive data
|
D | fsck.te | 16 # Run fsck on certain block devices 25 # block devices. With that information, it runs stat() on each block 29 # Allow stat access to all block devices so that fsck can compare 43 # fsck should never be run on these block devices
|
D | update_verifier.te | 5 # Allow update_verifier to reach block devices in /dev/block. 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 11 # Run fsck on vold block devices 20 # block devices. With that information, it runs stat() on each block 24 # Allow stat access to all block devices so that fsck can compare 32 # Untrusted fsck should never be run on block devices holding sensitive data
|
D | fsck.te | 16 # Run fsck on certain block devices 25 # block devices. With that information, it runs stat() on each block 29 # Allow stat access to all block devices so that fsck can compare 40 # fsck should never be run on these block devices
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 11 # Run fsck on vold block devices 20 # block devices. With that information, it runs stat() on each block 24 # Allow stat access to all block devices so that fsck can compare 32 # Untrusted fsck should never be run on block devices holding sensitive data
|
D | fsck.te | 16 # Run fsck on certain block devices 25 # block devices. With that information, it runs stat() on each block 29 # Allow stat access to all block devices so that fsck can compare 43 # fsck should never be run on these block devices
|
D | update_verifier.te | 5 # Allow update_verifier to reach block devices in /dev/block. 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between
|
D | blkid_untrusted.te | 1 # blkid for untrusted block devices
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 11 # Run fsck on vold block devices 20 # block devices. With that information, it runs stat() on each block 24 # Allow stat access to all block devices so that fsck can compare 32 # Untrusted fsck should never be run on block devices holding sensitive data
|
D | fsck.te | 16 # Run fsck on certain block devices 25 # block devices. With that information, it runs stat() on each block 29 # Allow stat access to all block devices so that fsck can compare 40 # fsck should never be run on these block devices
|
D | blkid_untrusted.te | 1 # blkid for untrusted block devices
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | blkid_untrusted.te | 1 # blkid for untrusted block devices 5 # Allowed read-only access to vold block devices to extract UUID/label 20 # Untrusted blkid should never be run on block devices holding sensitive data
|
/system/sepolicy/private/ |
D | blkid_untrusted.te | 1 # blkid for untrusted block devices 5 # Allowed read-only access to vold block devices to extract UUID/label 20 # Untrusted blkid should never be run on block devices holding sensitive data
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | blkid_untrusted.te | 1 # blkid for untrusted block devices 5 # Allowed read-only access to vold block devices to extract UUID/label 20 # Untrusted blkid should never be run on block devices holding sensitive data
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | blkid_untrusted.te | 1 # blkid for untrusted block devices 5 # Allowed read-only access to vold block devices to extract UUID/label 20 # Untrusted blkid should never be run on block devices holding sensitive data
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 188 devices.push_back(device); in Add() 192 for (auto it = devices.begin(); it != devices.end();) { in Remove() 198 it = devices.erase(it); in Remove() 204 auto iter = std::find_if(devices.begin(), devices.end(), in FindByAddress() 209 return (iter == devices.end()) ? nullptr : &(*iter); in FindByAddress() 213 auto iter = std::find_if(devices.begin(), devices.end(), in FindByConnId() 218 return (iter == devices.end()) ? nullptr : &(*iter); in FindByConnId() 222 auto iter = std::find_if(devices.begin(), devices.end(), in FindByGapHandle() 227 return (iter == devices.end()) ? nullptr : &(*iter); in FindByGapHandle() 231 for (const auto& d : devices) { in IsAnyConnectionUpdatePending() [all …]
|
/system/core/adb/ |
D | console.cpp | 67 std::string devices; in adb_get_emulator_console_port() local 69 if (!adb_query("host:devices", &devices, &error)) { in adb_get_emulator_console_port() 76 for (const auto& device : android::base::Split(devices, "\n")) { in adb_get_emulator_console_port()
|
D | OVERVIEW.TXT | 7 - keep track of all Android devices and emulators instances 19 is to sense the USB ports to know when devices are attached/removed, 22 It thus maintains a list of "connected devices" and assigns a 'state' 28 services and devices. 35 (through USB for devices, through TCP for emulators) and provide a 44 devices when they are in the bootloader or recovery mode. 64 communicate with a device at all. A typical example is "adb devices" 65 which is used to return the list of currently known devices and their 126 - USB transports, for physical devices through USB
|
/system/core/rootdir/ |
D | ueventd.rc | 129 /sys/devices/platform/trusty.* trusty_version 0440 root log 130 /sys/devices/virtual/input/input* enable 0660 root input 131 /sys/devices/virtual/input/input* poll_delay 0660 root input 132 /sys/devices/virtual/usb_composite/* enable 0664 root system 133 /sys/devices/system/cpu/cpu* cpufreq/scaling_max_freq 0664 system system 134 /sys/devices/system/cpu/cpu* cpufreq/scaling_min_freq 0664 system system
|
/system/extras/tests/workloads/ |
D | capture.sh | 7 adb devices -l 2>&1 >/dev/null 21 devInfo=$(adb devices -l | grep -v ^List | head -1)
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 4 the latest devices, but not present in external/kernel-headers. 6 a few releases behind the kernels shipped on newer devices.
|