Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.h55 const sp<IGsiServiceCallback>& resultCallback) override;
58 binder::Status removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) override;
Dgsi_service.cpp325 const sp<IGsiServiceCallback>& resultCallback) { in enableGsiAsync() argument
330 resultCallback->onResult(result); in enableGsiAsync()
354 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync() argument
362 resultCallback->onResult(result); in removeGsiAsync()