Searched refs:aidl_return (Results 1 – 4 of 4) sorted by relevance
89 BinderStatus getSessions(std::vector<ApexSessionInfo>* aidl_return) override;93 std::vector<ApexInfo>* aidl_return) override;94 BinderStatus getActivePackages(std::vector<ApexInfo>* aidl_return) override;96 ApexInfo* aidl_return) override;97 BinderStatus getAllPackages(std::vector<ApexInfo>* aidl_return) override;122 ApexInfo* aidl_return) override;399 std::vector<ApexSessionInfo>* aidl_return) { in getSessions() argument411 aidl_return->push_back(session_info); in getSessions()441 const ApexSessionParams& params, std::vector<ApexInfo>* aidl_return) { in getStagedApexInfos() argument475 aidl_return->push_back(std::move(apex_info)); in getStagedApexInfos()[all …]
44 Status run(const std::vector<std::string>& args, std::string* aidl_return) override { in run() argument71 *aidl_return = output.str(); in run()
52 void getWakeLockStats(std::vector<WakeLockInfo>* aidl_return) const;61 void getKernelWakelockStats(std::vector<WakeLockInfo>* aidl_return) const;
307 void WakeLockEntryList::getKernelWakelockStats(std::vector<WakeLockInfo>* aidl_return) const { in getKernelWakelockStats()321 aidl_return->emplace_back(std::move(entry)); in getKernelWakelockStats()398 void WakeLockEntryList::getWakeLockStats(std::vector<WakeLockInfo>* aidl_return) const { in getWakeLockStats()403 aidl_return->emplace_back(entry); in getWakeLockStats()406 getKernelWakelockStats(aidl_return); in getWakeLockStats()