Home
last modified time | relevance | path

Searched refs:proto_output_fd (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp41 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect() argument
94 if (proto_output_fd) { in tombstoned_connect()
95 *proto_output_fd = std::move(tmp_proto_fd); in tombstoned_connect()
/aosp12/system/core/debuggerd/tombstoned/include/tombstoned/
H A Dtombstoned.h27 android::base::unique_fd* proto_output_fd, DebuggerdDumpType dump_type);