Home
last modified time | relevance | path

Searched refs:enableGsi (Results 1 – 5 of 5) sorted by relevance

/system/gsid/aidl/android/gsi/
DIGsiService.aidl89 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi() method
/system/gsid/
Dgsi_service.h53 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
Dgsi_tool.cpp361 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()
Dgsi_service.cpp334 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/
Dfs_mgr_remount.cpp336 if (auto status = gsid->enableGsi(/* oneShot = */ true, dsu_slot, &error); !status.isOk()) { in EnableDsuIfNeeded()