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