Home
last modified time | relevance | path

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

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dscheduler.rs88 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() method
/aosp12/system/gsid/
H A Dgsi_service.cpp292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
304 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
541 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
924 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi()
H A Dgsi_tool.cpp616 bool one_shot = false; in Enable() local