Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.h95 int EnableGsi(bool one_shot, const std::string& dsu_slot);
109 bool SetBootMode(bool one_shot);
Dgsi_service.cpp324 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()
Dgsi_tool.cpp659 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/
Dservice.rs71 .one_shot(&lock.config, tag) in trace_once()
Dscheduler.rs97 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() method