OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextEventTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/surfaceflinger/
MessageQueue.cpp
73
nsecs_t
nextEventTime
= -1;
99
nextEventTime
= result->when;
103
if (timeout >= 0 &&
nextEventTime
> 0) {
104
if (
nextEventTime
> timeoutTime) {
105
nextEventTime
= timeoutTime;
109
if (
nextEventTime
>= 0) {
110
//LOGD("
nextEventTime
= %lld ms",
nextEventTime
);
111
if (
nextEventTime
> 0) {
114
const nsecs_t reltime =
nextEventTime
- systemTime()
[
all
...]
/frameworks/base/services/java/com/android/server/
WindowManagerService.java
[
all
...]
Completed in 79 milliseconds