Home
last modified time | relevance | path

Searched defs:removeGsiAsync (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl125 oneway void removeGsiAsync(IGsiServiceCallback result); in removeGsiAsync() method
/aosp12/system/gsid/
H A Dgsi_service.cpp344 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync() function in android::gsi::GsiService