Searched defs:gsid (Results 1 – 2 of 2) sorted by relevance
/system/gsid/ |
D | gsi_tool.cpp | 95 static int EnforceNonLockedDsu(sp<IGsiService> gsid) { in EnforceNonLockedDsu() 120 explicit ProgressBar(sp<IGsiService> gsid) : gsid_(gsid) {} in ProgressBar() 232 static int Install(sp<IGsiService> gsid, int argc, char** argv) { in Install() 379 static int CreatePartition(sp<IGsiService> gsid, int argc, char** argv) { in CreatePartition() 506 static int Wipe(sp<IGsiService> gsid, int argc, char** /* argv */) { in Wipe() 527 static int WipeData(sp<IGsiService> gsid, int argc, char** /* argv */) { in WipeData() 564 static int Status(sp<IGsiService> gsid, int argc, char** /* argv */) { in Status() 644 static int Cancel(sp<IGsiService> gsid, int /* argc */, char** /* argv */) { in Cancel() 658 static int Enable(sp<IGsiService> gsid, int argc, char** argv) { in Enable() 711 static int Disable(sp<IGsiService> gsid, int argc, char** /* argv */) { in Disable()
|
/system/core/fs_mgr/ |
D | fs_mgr_remount.cpp | 304 auto gsid = android::gsi::GetGsiService(); in EnableDsuIfNeeded() local
|