Home
last modified time | relevance | path

Searched refs:adb_read (Results 1 – 15 of 15) sorted by relevance

/system/core/adb/
Dadb_io.cpp75 int r = adb_read(fd, p, len); in ReadFdExactly()
150 int result = adb_read(fd, buf, sizeof(buf)); in ReadOrderlyShutdown()
Dconsole.cpp140 result = adb_read(fd, buf, sizeof(buf)); in adb_send_emulator_command()
Dsysdeps.h217 extern int adb_read(int fd, void* buf, int len);
566 static __inline__ int adb_read(int fd, void* buf, size_t len) in adb_read() function
682 #define unix_read adb_read
Dfdevent_test.cpp49 ASSERT_EQ(1, adb_read(fd, &c, 1)); in FdEventCallback()
Dshell_service_test.cpp103 int bytes = adb_read(fd, cur_ptr, end_ptr - cur_ptr); in ReadRaw()
Dshell_service.cpp128 int bytes = adb_read(fd, buffer, sizeof(buffer)); in ReadAll()
641 int bytes = adb_read(sfd->fd(), output_->data(), output_->data_capacity()); in PassOutput()
Dsysdeps_test.cpp239 ASSERT_EQ(adb_read(pfds[i].fd, buf, sizeof(buf)), static_cast<ssize_t>(sizeof(int32_t))); in TEST_F()
Dcommandline.cpp339 length = adb_read(fd, raw_buffer, sizeof(raw_buffer)); in read_and_dump()
355 int len = adb_read(fd, buf, count); in read_status_line()
423 len = adb_read(inFd, buf, BUFSIZE); in copy_to_file()
1097 ssize_t bytes_read = adb_read(fd.fd(), cur, bytes_left); in adb_root()
Dtransport.cpp99 int r = adb_read(fd, p, len); in read_packet()
449 r = adb_read(fd, p, len); in transport_read_action()
Dfile_sync_service.cpp362 int r = adb_read(fd, &buffer[0], buffer.size()); in do_recv()
Dusb_linux_client.cpp519 int n = adb_read(h->bulk_out, buf, read_len); in usb_ffs_read()
Dsockets.cpp316 r = adb_read(fd, x, avail); in local_socket_event_func()
Dadb.cpp875 int ret = adb_read(fd[0], temp, 3); in launch_server()
Dfile_sync_client.cpp233 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFile()
Dsysdeps_win32.cpp490 int adb_read(int fd, void* buf, int len) in adb_read() function