Searched refs:adb_get_os_handle (Results 1 – 7 of 7) sorted by relevance
/packages/modules/adb/client/ |
D | incremental.cpp | 182 auto osh = cast_handle_to_int(adb_get_os_handle(connection_fd.get())); in install() 194 auto pipe_write_fd_param = std::to_string(cast_handle_to_int(adb_get_os_handle(pipe_write_fd))); in install()
|
D | incremental_utils.cpp | 269 auto handle = adb_get_os_handle(fd); in openZipArchiveFd() 306 android::base::MappedFile::FromOsHandle(adb_get_os_handle(fd), 0, fileSize, PROT_READ); in openZipArchive()
|
/packages/modules/adb/client/pairing/ |
D | pairing_client.cpp | 144 int osh = cast_handle_to_int(adb_get_os_handle(fd.release())); in StartConnection()
|
/packages/modules/adb/ |
D | sysdeps.h | 111 extern HANDLE adb_get_os_handle(borrowed_fd fd); 741 static inline int adb_get_os_handle(borrowed_fd fd) { in adb_get_os_handle() function
|
D | sysdeps_win32.cpp | 464 if (!::ReadFile(adb_get_os_handle(fd), buf, static_cast<DWORD>(len), &bytes_read, in adb_pread() 506 if (!::WriteFile(adb_get_os_handle(fd), buf, len, &bytes_written, ¶ms)) { in adb_pwrite() 542 HANDLE adb_get_os_handle(borrowed_fd fd) { in adb_get_os_handle() function 3032 auto osh = adb_get_os_handle(fd); in enable_inherit() 3038 auto osh = adb_get_os_handle(fd); in disable_inherit()
|
D | transport.cpp | 519 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()
|
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | apk_archive.cpp | 39 : mapped_(android::base::MappedFile::FromOsHandle(adb_get_os_handle(fd), offset, length, in FileRegion()
|