Home
last modified time | relevance | path

Searched refs:resultCallback (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dgsi_service.h54 const sp<IGsiServiceCallback>& resultCallback) override;
57 binder::Status removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) override;
Dgsi_service.cpp254 const sp<IGsiServiceCallback>& resultCallback) { in enableGsiAsync() argument
261 resultCallback->onResult(result); in enableGsiAsync()
304 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync() argument
311 resultCallback->onResult(result); in removeGsiAsync()