Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dgsi_service.cpp292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() argument
295 auto status = enableGsi(one_shot, dsuSlot, &result); in enableGsiAsync()
304 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() argument
318 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in enableGsi()
325 *_aidl_return = ReenableGsi(one_shot); in enableGsi()
541 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode() argument
542 if (one_shot) { in SetBootMode()
924 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi() argument
939 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
944 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
H A Dgsi_service.h95 int ReenableGsi(bool one_shot);
104 bool SetBootMode(bool one_shot);
H A Dgsi_tool.cpp616 bool one_shot = false; in Enable() local
627 one_shot = true; in Enable()
659 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dscheduler.rs88 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() method
H A Dservice.rs72 .one_shot(&lock.config, tag) in trace_once()