Home
last modified time | relevance | path

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

/system/gsid/aidl/android/gsi/
DIGsiService.aidl87 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi()
93 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync()
/system/gsid/
Dgsi_tool.cpp302 std::string dsuSlot; in Install() local
474 std::string dsuSlot = {}; in Enable() local
Dgsi_service.cpp253 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
265 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()