Home
last modified time | relevance | path

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

/system/gsid/aidl/android/gsi/
DIGsiService.aidl98 boolean isGsiEnabled(); in isGsiEnabled() method
/system/gsid/
Dgsi_service.h55 binder::Status isGsiEnabled(bool* _aidl_return) override;
Dgsi_tool.cpp405 status = gsid->isGsiEnabled(&enabled); in Status()
Dgsi_service.cpp292 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled() function in android::gsi::GsiService