Searched refs:enableGsi (Results 1 – 5 of 5) sorted by relevance
/system/gsid/aidl/android/gsi/ |
D | IGsiService.aidl | 89 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi() method
|
/system/gsid/ |
D | gsi_service.h | 53 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
|
D | gsi_tool.cpp | 361 status = gsid->enableGsi(true, dsuSlot, &error); in Install() 495 status = gsid->enableGsi(/* one_shot = */ true, dsuSlot, &error); in CreatePartition() 702 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()
|
D | gsi_service.cpp | 334 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() function in android::gsi::GsiService
|
/system/core/fs_mgr/ |
D | fs_mgr_remount.cpp | 336 if (auto status = gsid->enableGsi(/* oneShot = */ true, dsu_slot, &error); !status.isOk()) { in EnableDsuIfNeeded()
|