OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisplayEventDispatcher
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/include/androidfw/
DisplayEventDispatcher.h
23
class
DisplayEventDispatcher
: public LooperCallback {
25
DisplayEventDispatcher
(const sp<Looper>& looper,
33
virtual ~
DisplayEventDispatcher
() = default;
/frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp
17
#define LOG_TAG "
DisplayEventDispatcher
"
22
#include <androidfw/
DisplayEventDispatcher
.h>
31
// Number of events to read at a time from the
DisplayEventDispatcher
pipe.
36
DisplayEventDispatcher
::
DisplayEventDispatcher
(const sp<Looper>& looper,
42
status_t
DisplayEventDispatcher
::initialize() {
57
void
DisplayEventDispatcher
::dispose() {
65
status_t
DisplayEventDispatcher
::scheduleVsync() {
89
int
DisplayEventDispatcher
::handleEvent(int, int events, void*) {
116
bool
DisplayEventDispatcher
::processPendingEvents
[
all
...]
Completed in 1770 milliseconds