Searched refs:_aidl_return (Results 1 – 2 of 2) sorted by relevance
70 ndk::ScopedAStatus getType(int64_t* _aidl_return) override;116 ndk::ScopedAStatus isAlive(bool* _aidl_return) override;120 int64_t* _aidl_return) override;126 aidl::com::android::server::art::GetDexoptStatusResult* _aidl_return) override;130 bool* _aidl_return) override;136 aidl::com::android::server::art::CopyAndRewriteProfileResult* _aidl_return) override;141 aidl::com::android::server::art::CopyAndRewriteProfileResult* _aidl_return) override;151 aidl::com::android::server::art::FileVisibility* _aidl_return) override;159 bool* _aidl_return) override;163 aidl::com::android::server::art::FileVisibility* _aidl_return) override;[all …]
547 ScopedAStatus Artd::isAlive(bool* _aidl_return) { in isAlive() argument548 *_aidl_return = true; in isAlive()552 ScopedAStatus Artd::deleteArtifacts(const ArtifactsPath& in_artifactsPath, int64_t* _aidl_return) { in deleteArtifacts() argument558 *_aidl_return = 0; in deleteArtifacts()559 *_aidl_return += GetSizeAndDeleteFile(path.oat_path); in deleteArtifacts()560 *_aidl_return += GetSizeAndDeleteFile(path.vdex_path); in deleteArtifacts()561 *_aidl_return += GetSizeAndDeleteFile(path.art_path); in deleteArtifacts()569 GetDexoptStatusResult* _aidl_return) { in getDexoptStatus() argument593 oat_file_assistant->GetOptimizationStatus(&_aidl_return->locationDebugString, in getDexoptStatus()594 &_aidl_return->compilerFilter, in getDexoptStatus()[all …]