Home | History | Annotate | Download | only in ui

Lines Matching refs:sp

76     virtual sp<InputReaderInterface> getReader() = 0;
79 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
88 const sp<EventHubInterface>& eventHub,
89 const sp<InputReaderPolicyInterface>& readerPolicy,
90 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
94 const sp<InputReaderInterface>& reader,
95 const sp<InputDispatcherInterface>& dispatcher);
100 virtual sp<InputReaderInterface> getReader();
101 virtual sp<InputDispatcherInterface> getDispatcher();
104 sp<InputReaderInterface> mReader;
105 sp<InputReaderThread> mReaderThread;
107 sp<InputDispatcherInterface> mDispatcher;
108 sp<InputDispatcherThread> mDispatcherThread;