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 78 static std::vector<usb_handle*> handle_list; member in namespace:native
83 /// Checks if there is opened usb handle in handle_list for this device.
86 /// Checks if there is opened usb handle in handle_list for this device.
90 /// Registers opened usb handle (adds it to handle_list).
131 for (usb_handle* usb : handle_list) {
164 handle_list.push_back(handle);
473 handle_list.erase(std::remove(handle_list.begin(), handle_list.end(), handle),
474 handle_list.end())
    [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/bta/include/
bta_gatt_api.h 82 uint16_t handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon1485
    [all...]
  /system/bt/stack/include/
gatt_api.h 281 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon2400
    [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...]

Completed in 137 milliseconds