Home
last modified time | relevance | path

Searched refs:adb_get_os_handle (Results 1 – 7 of 7) sorted by relevance

/packages/modules/adb/client/
Dincremental.cpp182 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()
Dincremental_utils.cpp269 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/
Dpairing_client.cpp144 int osh = cast_handle_to_int(adb_get_os_handle(fd.release())); in StartConnection()
/packages/modules/adb/
Dsysdeps.h111 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
Dsysdeps_win32.cpp464 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, &params)) { 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()
Dtransport.cpp519 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp39 : mapped_(android::base::MappedFile::FromOsHandle(adb_get_os_handle(fd), offset, length, in FileRegion()