Home
last modified time | relevance | path

Searched defs:enableGsiAsync (Results 1 – 2 of 2) 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.cpp292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() function in android::gsi::GsiService