Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd.cpp1576 ActivationMode mode, std::queue<const ApexFile*>& apex_queue, in ActivateApexWorker() argument
1584 if (apex_queue.empty()) break; in ActivateApexWorker()
1585 apex = apex_queue.front(); in ActivateApexWorker()
1586 apex_queue.pop(); in ActivateApexWorker()
1613 std::queue<const ApexFile*> apex_queue; in ActivateApexPackages() local
1617 apex_queue.emplace(&apex); in ActivateApexPackages()
1622 worker_num = std::min(apex_queue.size(), worker_num); in ActivateApexPackages()
1637 std::ref(mode), std::ref(apex_queue), in ActivateApexPackages()