OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createEventConnection
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
EventThread.h
81
sp<Connection>
createEventConnection
() const;
MessageQueue.cpp
106
mEvents = eventThread->
createEventConnection
();
EventThread.cpp
57
sp<EventThread::Connection> EventThread::
createEventConnection
() const {
SurfaceFlinger.cpp
733
return mEventThread->
createEventConnection
();
[
all
...]
Completed in 299 milliseconds