Searched refs:one_shot (Results 1 – 5 of 5) sorted by relevance
/system/gsid/ |
D | gsi_service.h | 95 int EnableGsi(bool one_shot, const std::string& dsu_slot); 109 bool SetBootMode(bool one_shot);
|
D | gsi_service.cpp | 324 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() argument 329 const auto result = EnableGsi(one_shot, dsuSlot); in enableGsiAsync() 334 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() argument 338 *_aidl_return = EnableGsi(one_shot, dsuSlot); in enableGsi() 558 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode() argument 559 if (one_shot) { in SetBootMode() 1017 int GsiService::EnableGsi(bool one_shot, const std::string& dsu_slot) { in EnableGsi() argument 1031 if (!SetBootMode(one_shot)) { in EnableGsi()
|
D | gsi_tool.cpp | 659 bool one_shot = false; in Enable() local 670 one_shot = true; in Enable() 702 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()
|
/system/extras/profcollectd/libprofcollectd/ |
D | service.rs | 71 .one_shot(&lock.config, tag) in trace_once()
|
D | scheduler.rs | 97 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() method
|