Home
last modified time | relevance | path

Searched defs:handle_list (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/fastrpc/src/
H A Dfastrpc_apps_user.c192 struct handle_list { struct
216 static struct handle_list *hlist = 0; argument
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c54 struct handle_list { struct
65 static struct list_head handle_list; variable
1207 static void read_data_info(struct list_head *handle_list, enum output_type otype, in read_data_info()
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dhandle.h138 struct handle_list { struct
139 struct list_node handles;
140 mutex_t lock;
141 event_t* wait_event;
/aosp_15_r20/packages/modules/adb/client/
Dusb_windows.cpp78 static std::vector<usb_handle*>& handle_list = *new std::vector<usb_handle*>(); variable
/aosp_15_r20/external/libdrm/freedreno/kgsl/
H A Dkgsl_drm.h172 uint32_t *handle_list; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dclient.cc504 BufferView handle_list = rsp.payload_data(); in DiscoverServicesByUuidInRange() local
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py1423 def _filter_handle_list(self, handle_list): argument
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtipc_virtio_dev.c97 struct handle_list handle_list; member
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c937 LPHANDLE handle_list; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h115 uint16_t handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h446 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member
/aosp_15_r20/external/blktrace/
H A Dblktrace.c329 static int (*handle_list)(struct tracer_devpath_head *, struct list_head *); variable