Searched defs:getTime (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java98 timeOfDay = getTime(rfcMatcher.group(4));
104 timeOfDay = getTime(ansicMatcher.group(3));
206 private static TimeOfDay getTime(String timeString) { method in class:HttpDateTime
/frameworks/base/core/java/android/os/
H A DCommonClock.java43 * Sentinel value returned by {@link #getTime()} and {@link #getEstimatedError()} when the
177 public long getTime() method in class:CommonClock
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp110 uint64_t getTime() { function
118 gTime = getTime();
123 uint64_t t2 = getTime();
/frameworks/base/location/java/android/location/
H A DLocation.java492 * <p>On the other hand, {@link #getTime} is useful for presenting
502 public long getTime() { method in class:Location
524 * is in deep sleep (unlike {@link #getTime}.
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java674 public long getTime() { method in class:AppOpsManager.OpEntry
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java491 public long getTime() { method in class:StateMachine.LogRec
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp184 jmethodID getTime = env->GetMethodID(locationClass, "getTime", "()J"); local
185 location.timestamp = env->CallLongMethod(locationObject, getTime);
/frameworks/rs/
H A DrsContext.cpp126 uint64_t Context::getTime() const { function in class:Context
143 mTimeLast = getTime();
155 mTimeFrame = getTime();
170 mTimeLast = getTime();
415 //ALOGE("vs2 time past %lld", (rsc->getTime() - eventBuffer[0].header.timestamp) / 1000000);

Completed in 515 milliseconds