OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eventthread
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/services/surfaceflinger/
EventThread.cpp
32
#include "
EventThread
.h"
39
EventThread
::
EventThread
(const sp<SurfaceFlinger>& flinger)
52
void
EventThread
::onFirstRef() {
53
run("
EventThread
", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
56
sp<
EventThread
::Connection>
EventThread
::createEventConnection() const {
57
return new Connection(const_cast<
EventThread
*>(this));
60
status_t
EventThread
::registerDisplayEventConnection(
61
const sp<
EventThread
::Connection>& connection)
[
all
...]
EventThread.h
43
class
EventThread
: public Thread {
46
Connection(const sp<
EventThread
>&
eventThread
);
60
sp<
EventThread
> const mEventThread;
66
EventThread
(const sp<SurfaceFlinger>& flinger);
84
Vector< sp<
EventThread
::Connection> > waitForEvent(
MessageQueue.cpp
31
#include "
EventThread
.h"
103
void MessageQueue::setEventThread(const sp<
EventThread
>&
eventThread
)
105
mEventThread =
eventThread
;
106
mEvents =
eventThread
->createEventConnection();
MessageQueue.h
35
class
EventThread
;
83
sp<
EventThread
> mEventThread;
102
void setEventThread(const sp<
EventThread
>& events);
Android.mk
7
EventThread
.cpp \
SurfaceFlinger.h
60
class
EventThread
;
112
// TODO: this should be made accessible only to
EventThread
422
sp<
EventThread
> mEventThread;
SurfaceFlinger.cpp
62
#include "
EventThread
.h"
538
// start the
EventThread
539
mEventThread = new
EventThread
(this);
706
// does not mean
EventThread
has finished initializing, so this
708
ALOGW("WARNING:
EventThread
not started, ignoring vsync");
720
// does not mean
EventThread
has finished initializing, so this
722
ALOGW("WARNING:
EventThread
not started, ignoring hotplug");
736
// Defer
EventThread
notification until SF has updated mDisplays.
[
all
...]
/frameworks/base/tests/touchlag/
touchlag.cpp
141
class
EventThread
: public Thread {
167
EventThread
() : Thread(false),
173
sp<
EventThread
> thread;
177
thread = new
EventThread
();
178
thread->run("
EventThread
", PRIORITY_URGENT_DISPLAY);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar
org.eclipse.equinox.registry_3.5.0.v20100503.jar
/external/chromium-trace/trace-viewer/test_data/
android_systrace.html
[
all
...]
Completed in 332 milliseconds