Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DISetInputWindowsListener.h26 DECLARE_META_INTERFACE(SetInputWindowsListener)
/frameworks/native/libs/input/
DISetInputWindowsListener.cpp37 IMPLEMENT_META_INTERFACE(SetInputWindowsListener, "android.input.ISetInputWindowsListener");
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1146 struct SetInputWindowsListener : BnSetInputWindowsListener { struct
1147 explicit SetInputWindowsListener(sp<SurfaceFlinger> flinger) in SetInputWindowsListener() argument
1155 const sp<SetInputWindowsListener> mSetInputWindowsListener = new SetInputWindowsListener(this); argument
DSurfaceFlinger.cpp6126 void SurfaceFlinger::SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()