Searched refs:SetInputWindowsListener (Results 1 – 4 of 4) sorted by relevance
26 DECLARE_META_INTERFACE(SetInputWindowsListener)
37 IMPLEMENT_META_INTERFACE(SetInputWindowsListener, "android.input.ISetInputWindowsListener");
1169 struct SetInputWindowsListener : BnSetInputWindowsListener { struct1170 explicit SetInputWindowsListener(sp<SurfaceFlinger> flinger) in SetInputWindowsListener() function1178 const sp<SetInputWindowsListener> mSetInputWindowsListener = new SetInputWindowsListener(this); argument
6266 void SurfaceFlinger::SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()