Home
last modified time | relevance | path

Searched defs:aidl_return (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/partition_tools/
H A Dlpdumpd.cc42 Status run(const std::vector<std::string>& args, std::string* aidl_return) override { in run()
/aosp12/system/apex/apexd/
H A Dapexservice.cpp347 std::vector<ApexSessionInfo>* aidl_return) { in getSessions()
418 std::vector<ApexInfo>* aidl_return) { in getActivePackages()
430 ApexInfo* aidl_return) { in getActivePackage()
439 BinderStatus ApexService::getAllPackages(std::vector<ApexInfo>* aidl_return) { in getAllPackages()
459 const std::string& package_path, ApexInfo* aidl_return) { in installAndActivatePackage()
/aosp12/frameworks/av/services/mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h452 std::optional<std::vector<int32_t>> aidl_return; in getClientUids() local