Home
last modified time | relevance | path

Searched refs:presentedWithinThresholds (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerState.h77 void invoke(bool presentedWithinThresholds) { in invoke() argument
78 callbackInterface->onTrustedPresentationChanged(callbackId, presentedWithinThresholds); in invoke()
DSurfaceComposerClient.h976 void onTrustedPresentationChanged(int id, bool presentedWithinThresholds) override;
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp586 bool presentedWithinThresholds) { in onTrustedPresentationChanged() argument
597 tpc(context, presentedWithinThresholds); in onTrustedPresentationChanged()