Searched refs:time (Results 251 - 255 of 255) sorted by relevance

<<11

/frameworks/base/services/input/
H A DInputDispatcher.cpp56 #include <time.h>
69 // Amount of time to allow for all pending events to be processed when an app switch
74 // Amount of time to allow for an event to be dispatched (measured since its eventTime)
78 // Amount of time to allow touch events to be streamed out to a connection before requiring
749 // Handle case where the policy asked us to try again later last time.
1687 // to touch whatever was visible at the time. Even if focus changes or a new
1689 // whatever window happened to be on screen at the time.
3390 // Capture a record of the InputDispatcher state at the time of the ANR.
3391 time_t t = time(NULL);
3752 dump.append("\nInput Dispatcher State at time o
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp284 // Determine the track time scale
286 // the time scale; however, if user chooses the overwrite
287 // value, the user-supplied time scale will be used.
298 // Duration is time scale based
620 ALOGV("movie time scale: %d", mTimeScale);
921 time_t now = time(NULL);
922 // MP4 file uses time counting seconds since midnight, Jan. 1, 1904
923 // while time function returns Unix epoch values which starts
933 writeInt32(now); // creation time
934 writeInt32(now); // modification time
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp26 #include <sys/time.h>
101 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
102 // we define a minimum time during which a global effect is considered enabled.
186 ALOGI("Using %u mSec as standby time.", int_val);
189 ALOGI("Using default %u mSec as standby time.",
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java260 // Amount of time after a call to stopAppSwitches() during which we will
277 // The minimum amount of time between successive GC requests for a process.
280 // The minimum amount of time between successive PSS requests for a process.
283 // The minimum amount of time between successive PSS requests for a process
308 // Amount of time we wait for observers to handle a user switch before
312 // Maximum number of users we allow to be running at a time.
455 * The last time that various processes have crashed.
463 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) { argument
464 this.time = time;
470 final long time; field in class:ActivityManagerService.BadProcessInfo
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp25 // An arbitrary time value.
140 // Set the size of both the internal and external display at the same time.
756 virtual void disableVirtualKeysUntil(nsecs_t time) { argument
2063 // Button release. Should have same down time.
4929 processToolType(mapper, MT_TOOL_FINGER); // this is the first time we send MT_TOOL_TYPE

Completed in 192 milliseconds

<<11