Home
last modified time | relevance | path

Searched defs:GetDebugInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DIdmap.h127 const std::string& GetDebugInfo() const { in GetDebugInfo() function
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DGrpcGraph.cpp405 std::string GrpcGraph::GetDebugInfo() { in GetDebugInfo() function in android::automotive::computepipe::graph::GrpcGraph
H A DLocalPrebuiltGraph.cpp347 std::string LocalPrebuiltGraph::GetDebugInfo() { in GetDebugInfo() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
/aosp12/art/libelffile/elf/
H A Delf_builder.h509 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp240 ErrorCode KeymasterHidlTest::GetDebugInfo(DebugInfo* debug_info) { in GetDebugInfo() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
/aosp12/art/dexlayout/
H A Ddex_ir.h1097 uint8_t* GetDebugInfo() const { return debug_info_.get(); } in GetDebugInfo() function
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc4074 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo() function in art::linker::OatWriter