Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_windows.c145 int register_new_device(usb_handle* handle) { in register_new_device()
257 int usb_write(usb_handle* handle, const void* data, int len) { in usb_write()
301 int usb_read(usb_handle *handle, void* data, int len) { in usb_read()
341 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle()
359 void usb_kick(usb_handle* handle) { in usb_kick()
372 int usb_close(usb_handle* handle) { in usb_close()
396 const char *usb_name(usb_handle* handle) { in usb_name()
406 int recognized_device(usb_handle* handle) { in recognized_device()
449 usb_handle* handle = NULL; in find_devices() local
Dusb_osx.c250 usb_handle* handle = CheckInterface((IOUSBInterfaceInterface**)iface, in AndroidInterfaceAdded() local
280 usb_handle *handle = (usb_handle *)refCon; in AndroidInterfaceNotify() local
298 usb_handle* handle = NULL; in CheckInterface() local
444 int usb_write(usb_handle *handle, const void *buf, int len) in usb_write()
484 int usb_read(usb_handle *handle, void *buf, int len) in usb_read()
520 int usb_close(usb_handle *handle) in usb_close()
525 void usb_kick(usb_handle *handle) in usb_kick()
Dsysdeps_win32.c99 HANDLE handle; member
/system/extras/ext4_utils/
Dext4_jbd2.h42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle… argument
43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (hand… argument
44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (… argument
45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (ha… argument
46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (han… argument
50 #define ext4_journal_stop(handle) __ext4_journal_stop(__func__, (handle)) argument
/system/core/fastboot/
Dusb_windows.c153 int usb_write(usb_handle* handle, const void* data, int len) { in usb_write()
195 int usb_read(usb_handle *handle, void* data, int len) { in usb_read()
232 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle()
250 void usb_kick(usb_handle* handle) { in usb_kick()
259 int usb_close(usb_handle* handle) { in usb_close()
271 int recognized_device(usb_handle* handle, ifc_match_func callback) { in recognized_device()
321 usb_handle* handle = NULL; in find_usb_device() local
Dusb_osx.c67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) { in try_interfaces() argument
262 static int try_device(io_service_t device, usb_handle *handle) { in try_device()
374 static int init_usb(ifc_match_func callback, usb_handle **handle) { in init_usb()
448 usb_handle *handle = NULL; in usb_open() local
/system/extras/tests/bionic/libc/other/
Dtest_timer_create.c36 handle(sigval_t v) in handle() function
Dtest_timer_create2.c36 handle(int v) in handle() function
Dtest_timer_create3.c43 handle(sigval_t v) in handle() function
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
DmemMngrEx.c669 TI_STATUS wlan_memMngrFreeListOfMSDU(TI_HANDLE hMemMngr, UINT32 handle) in wlan_memMngrFreeListOfMSDU()
706 TI_STATUS wlan_memMngrFreeMSDU(TI_HANDLE hMemMngr, UINT32 handle) in wlan_memMngrFreeMSDU()
861 UINT32 wlan_memMngrFreeBD(TI_HANDLE hMemMngr, UINT32 handle) in wlan_memMngrFreeBD()
1218 void memMngrPrintHandle(TI_HANDLE hMemMngr, UINT32 handle) in memMngrPrintHandle()
/system/core/sdcard/
Dsdcard.c78 struct handle { struct
83 struct dirhandle { argument
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
DmemMngrEx.h162 UINT32 handle; /* Hanlde of this Data Buffer Structure */ member
178 UINT32 handle; /* Hanlde of this BD Data Structure */ member
200 UINT32 handle; /* handle of this MSDU data structure */ member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
DconfigMgr.h67 TI_HANDLE handle; member
DconfigMgr.c941 TI_STATUS configMgr_memMngrFreeMSDU(TI_HANDLE hConfigMgr, UINT32 handle) … in configMgr_memMngrFreeMSDU()
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DCmdDispatcher.c75 TI_HANDLE handle; member
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
Dmmc_omap_api.h178 SDIO_Handle handle; /* SDIO object handle */ member
/system/bluetooth/bluez-clean-headers/bluetooth/
Dhci.h697 uint16_t handle; member