Searched refs:enableGsi (Results 1 – 4 of 4) sorted by relevance
/system/gsid/aidl/android/gsi/ |
D | IGsiService.aidl | 87 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi() method
|
/system/gsid/ |
D | gsi_service.h | 52 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
|
D | gsi_tool.cpp | 308 status = gsid->enableGsi(true, dsuSlot, &error); in Install() 516 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()
|
D | gsi_service.cpp | 256 auto status = enableGsi(one_shot, dsuSlot, &result); in enableGsiAsync() 265 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() function in android::gsi::GsiService
|