Home
last modified time | relevance | path

Searched refs:aidl_return (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexservice.cpp89 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() argument
411 aidl_return->push_back(session_info); in getSessions()
441 const ApexSessionParams& params, std::vector<ApexInfo>* aidl_return) { in getStagedApexInfos() argument
475 aidl_return->push_back(std::move(apex_info)); in getStagedApexInfos()
[all …]
/system/extras/partition_tools/
Dlpdumpd.cc44 Status run(const std::vector<std::string>& args, std::string* aidl_return) override { in run() argument
71 *aidl_return = output.str(); in run()
/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.h52 void getWakeLockStats(std::vector<WakeLockInfo>* aidl_return) const;
61 void getKernelWakelockStats(std::vector<WakeLockInfo>* aidl_return) const;
DWakeLockEntryList.cpp307 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()