/frameworks/base/libs/hwui/utils/ |
D | Timing.h | 31 struct timeval stop; in ~MethodTimer() 39 struct timeval mStart;
|
/frameworks/base/libs/common_time/ |
D | utils.h | 66 struct timeval first_ts; 67 struct timeval last_ts;
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 75 struct timeval mTimeStart; // Time at the start of decode() 76 struct timeval mTimeEnd; // Time at the end of decode()
|
/frameworks/base/core/java/android/net/ |
D | LocalSocketImpl.java | 457 StructTimeval timeval = Os.getsockoptTimeval(fd, OsConstants.SOL_SOCKET, in getOption() local 459 toReturn = (int) timeval.toMillis(); in getOption() 521 StructTimeval timeval = StructTimeval.fromMillis(intValue); in setOption() local 523 timeval); in setOption() 525 timeval); in setOption()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 80 struct timeval mTimeStart; // Time at the start of decode() 81 struct timeval mTimeEnd; // Time at the end of decode()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 205 struct timeval timeTemp; in main() 212 struct timeval timeNow; in main()
|
/frameworks/wilhelm/tests/sandbox/ |
D | getch.c | 37 struct timeval tv = { 0L, 0L }; in kbhit()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AlarmManagerService.cpp | 82 int setTime(struct timeval *tv); 121 int AlarmImpl::setTime(struct timeval *tv) in setTime() 203 struct timeval tv; in android_server_AlarmManagerService_setKernelTime()
|
/frameworks/native/cmds/bugreportz/ |
D | main.cpp | 91 struct timeval tv; in main()
|
/frameworks/base/core/jni/ |
D | android_os_SystemClock.cpp | 76 struct timeval tv; in android_os_SystemClock_currentTimeMicro()
|
D | com_android_internal_content_NativeLibraryHelper.cpp | 270 struct timeval times[2]; in copyFileIfChanged()
|
/frameworks/native/cmds/bugreport/ |
D | bugreport.cpp | 58 struct timeval tv; in main()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | time_util.cpp | 31 struct timeval tv; in getTimeUs()
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | time_util.cpp | 31 struct timeval tv; in getTimeUs()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 160 struct timeval mTimeStart; // Time at the start of decode() 161 struct timeval mTimeEnd; // Time at the end of decode()
|
/frameworks/rs/tests/cpp_api/latency/ |
D | latency.cpp | 75 struct timeval start, stop; in main()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 122 timeval tm; in DumpFileFromFdToFd()
|
/frameworks/rs/ |
D | rsCppUtils.h | 84 struct timeval t; in systemTime()
|
/frameworks/av/services/audioflinger/ |
D | BufLog.cpp | 130 struct timeval tv; in BufLogStream()
|
/frameworks/native/opengl/libagl/ |
D | dxt.cpp | 138 struct timeval start_t, end_t; in DXT1HasAlpha() 603 struct timeval start_t, end_t; in decodeDXT()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 1329 get_mod_time(const char* filename, struct timeval times[2]) in get_mod_time() 1409 struct timeval d_times[2]; in backup_helper_test_files() 1410 struct timeval e_times[2]; in backup_helper_test_files()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 362 struct timeval tv; in onCompleteConnection() 483 struct timeval tv; in onReceiveResponse()
|
D | MyTransmitter.h | 141 struct timeval tv; in ntpTime() 432 struct timeval tv; in onMessageReceived()
|
D | ARTPConnection.cpp | 249 struct timeval tv; in onPollStreams()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcStress.cpp | 246 struct timeval startTime, currentTime, delta; in main()
|