Searched defs:handle_ (Results 1 – 10 of 10) sorted by relevance
/system/libziparchive/include/ziparchive/ | ||
D | zip_archive_stream_entry.h | 42 ZipArchiveHandle handle_; variable |
/system/core/trusty/gatekeeper/ | ||
D | trusty_gatekeeper_ipc.c | 33 static int handle_ = 0; variable |
/system/libbase/include/android-base/ | ||
D | mapped_file.h | 86 HANDLE handle_; variable |
/system/extras/simpleperf/ | ||
D | utils.h | 108 ZipArchiveHandle handle_; variable |
/system/core/trusty/keymaster/ipc/ | ||
D | trusty_keymaster_ipc.cpp | 41 static int handle_ = -1; variable |
/system/core/fastboot/ | ||
D | usb_windows.cpp | 80 std::unique_ptr<usb_handle> handle_; member in WindowsUsbTransport |
D | usb_osx.cpp | 81 std::unique_ptr<usb_handle> handle_; member in OsxUsbTransport |
D | usb_linux.cpp | 109 std::unique_ptr<usb_handle> handle_; member in LinuxUsbTransport |
/system/extras/libfec/include/fec/ | ||
D | io.h | 127 int roots = FEC_DEFAULT_ROOTS) : handle_(nullptr, fec_close) { in handle_() function |
/system/core/fastboot/device/ | ||
D | commands.cpp | 853 PartitionHandle handle_; member in __anon6800b1aa0411::PartitionFetcher |