HomeSort by relevance Sort by last modified time
    Searched refs:handle_list (Results 1 - 7 of 7) sorted by null

  /system/core/adb/client/
usb_windows.cpp 79 static usb_handle handle_list = { variable
80 .prev = &handle_list,
81 .next = &handle_list,
87 /// Checks if there is opened usb handle in handle_list for this device.
90 /// Checks if there is opened usb handle in handle_list for this device.
94 /// Registers opened usb handle (adds it to handle_list).
137 for(usb = handle_list.next; usb != &handle_list; usb = usb->next) {
172 handle->next = &handle_list;
173 handle->prev = handle_list.prev
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 172 uint32_t *handle_list; member in struct:drm_kgsl_gem_lock_handles
  /external/fio/
workqueue.c 117 static void handle_list(struct submit_worker *sw, struct flist_head *list) function
201 handle_list(sw, &local_list);
  /system/tpm/trunks/
resource_manager.cc 85 const TPML_HANDLE& handle_list = data.data.handles; local
86 for (UINT32 i = 0; i < handle_list.count; ++i) {
87 factory_.GetTpm()->FlushContextSync(handle_list.handle[i], nullptr);
92 handle_range = handle_list.handle[handle_list.count - 1];
  /system/bt/stack/include/
gatt_api.h 278 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon113856
    [all...]
  /external/blktrace/
blktrace.c 327 static int (*handle_list)(struct tracer_devpath_head *, struct list_head *); variable
1408 handled += handle_list(hd, &list);
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 154 uint16_t handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon113060
    [all...]

Completed in 134 milliseconds