Searched refs:in_dst (Results 1 – 2 of 2) sorted by relevance
/art/artd/ |
D | artd.h | 134 aidl::com::android::server::art::OutputProfile* in_dst, 139 aidl::com::android::server::art::OutputProfile* in_dst,
|
D | artd.cc | 720 OutputProfile* in_dst, in copyAndRewriteProfile() argument 737 return CopyAndRewriteProfileImpl(std::move(*src.value()), in_dst, in_dexFile, _aidl_return); in copyAndRewriteProfile() 740 ndk::ScopedAStatus Artd::copyAndRewriteEmbeddedProfile(OutputProfile* in_dst, in copyAndRewriteEmbeddedProfile() argument 755 return CopyAndRewriteProfileImpl(std::move(src.value()), in_dst, in_dexFile, _aidl_return); in copyAndRewriteEmbeddedProfile()
|