Home
last modified time | relevance | path

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

/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl94 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync() method
/aosp12/system/gsid/
H A Dgsi_service.h54 binder::Status enableGsiAsync(bool oneShot, const ::std::string& dsuSlot,
H A Dgsi_service.cpp292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() function in android::gsi::GsiService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java209 gsiService.enableGsiAsync(oneShot, mDsuSlot, callback); in setEnable()