Home
last modified time | relevance | path

Searched refs:isGsiInstalled (Results 1 – 4 of 4) sorted by relevance

/system/gsid/aidl/android/gsi/
DIGsiService.aidl134 boolean isGsiInstalled(); in isGsiInstalled() method
/system/gsid/
Dgsi_tool.cpp364 status = gsid->isGsiInstalled(&installed); in WipeData()
397 status = gsid->isGsiInstalled(&installed); in Status()
496 gsid->isGsiInstalled(&installed); in Enable()
Dgsi_service.h59 binder::Status isGsiInstalled(bool* _aidl_return) override;
Dgsi_service.cpp346 binder::Status GsiService::isGsiInstalled(bool* _aidl_return) { in isGsiInstalled() function in android::gsi::GsiService