/system/core/adb/ |
D | usb_windows.c | 145 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() 302 int usb_read(usb_handle *handle, void* data, int len) { in usb_read() 343 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle() 361 void usb_kick(usb_handle* handle) { in usb_kick() 374 int usb_close(usb_handle* handle) { in usb_close() 398 const char *usb_name(usb_handle* handle) { in usb_name() 408 int recognized_device(usb_handle* handle) { in recognized_device() 451 usb_handle* handle = NULL; in find_devices() local
|
D | usb_osx.c | 258 usb_handle* handle = CheckInterface((IOUSBInterfaceInterface**)iface, in AndroidInterfaceAdded() local 288 usb_handle *handle = (usb_handle *)refCon; in AndroidInterfaceNotify() local 306 usb_handle* handle = NULL; in CheckInterface() local 452 int usb_write(usb_handle *handle, const void *buf, int len) in usb_write() 492 int usb_read(usb_handle *handle, void *buf, int len) in usb_read() 528 int usb_close(usb_handle *handle) in usb_close() 533 void usb_kick(usb_handle *handle) in usb_kick()
|
D | sysdeps_win32.c | 99 HANDLE handle; member
|
/system/extras/ext4_utils/ |
D | ext4_jbd2.h | 42 #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/ |
D | usb_windows.c | 154 int usb_write(usb_handle* handle, const void* data, int len) { in usb_write() 196 int usb_read(usb_handle *handle, void* data, int len) { in usb_read() 233 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle() 251 void usb_kick(usb_handle* handle) { in usb_kick() 260 int usb_close(usb_handle* handle) { in usb_close() 272 int recognized_device(usb_handle* handle, ifc_match_func callback) { in recognized_device() 324 usb_handle* handle = NULL; in find_usb_device() local
|
D | usb_osx.c | 67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) { in try_interfaces() argument 260 static int try_device(io_service_t device, usb_handle *handle) { in try_device() 381 static int init_usb(ifc_match_func callback, usb_handle **handle) { in init_usb() 455 usb_handle *handle = NULL; in usb_open() local
|
/system/core/libion/ |
D | ion.c | 58 unsigned int flags, struct ion_handle **handle) in ion_alloc() 75 int ion_free(int fd, struct ion_handle *handle) in ion_free() 83 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() 106 int ion_share(int fd, struct ion_handle *handle, int *share_fd) in ion_share() 126 struct ion_handle *handle; in ion_alloc_fd() local 137 int ion_import(int fd, int share_fd, struct ion_handle **handle) in ion_import()
|
D | ion_test.c | 26 int _ion_alloc_test(int *fd, struct ion_handle **handle) in _ion_alloc_test() 44 struct ion_handle *handle; in ion_alloc_test() local 62 struct ion_handle *handle; in ion_map_test() local 103 struct ion_handle *handle; in ion_share_test() local
|
/system/media/audio_utils/ |
D | tinysndfile.c | 97 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_read() local 155 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_write() local 179 void sf_close(SNDFILE *handle) in sf_close() 199 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desiredFrames) in sf_readf_short() 224 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames) in sf_writef_short()
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
D | hci.h | 346 uint16_t handle; member 354 uint16_t handle; member 401 uint16_t handle; member 409 uint16_t handle; member 415 uint16_t handle; member 422 uint16_t handle; member 451 uint16_t handle; member 457 uint16_t handle; member 465 uint16_t handle; member 471 uint16_t handle; member [all …]
|
/system/extras/tests/bionic/libc/other/ |
D | test_timer_create.c | 36 handle(sigval_t v) in handle() function
|
D | test_timer_create2.c | 36 handle(int v) in handle() function
|
D | test_timer_create3.c | 43 handle(sigval_t v) in handle() function
|
/system/core/sdcard/ |
D | sdcard.c | 92 struct handle { struct 96 struct dirhandle { argument
|
/system/core/include/system/ |
D | window.h | 111 buffer_handle_t handle; member
|