/frameworks/native/include/input/ |
D | TouchVideoFrame.h | 34 const struct timeval& timestamp); 56 const struct timeval& getTimestamp() const; 68 struct timeval mTimestamp;
|
/frameworks/base/libs/hwui/utils/ |
D | Timing.h | 28 struct timeval stop; in ~MethodTimer() 37 struct timeval mStart;
|
/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/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.h | 59 struct timeval mTimeStart; // Time at the start of decode() 60 struct timeval mTimeEnd; // Time at the end of decode()
|
/frameworks/base/core/java/android/net/ |
D | LocalSocketImpl.java | 424 StructTimeval timeval = Os.getsockoptTimeval(fd, OsConstants.SOL_SOCKET, in getOption() local 426 toReturn = (int) timeval.toMillis(); in getOption() 488 StructTimeval timeval = StructTimeval.fromMillis(intValue); in setOption() local 490 timeval); in setOption() 492 timeval); in setOption()
|
/frameworks/native/libs/input/ |
D | TouchVideoFrame.cpp | 23 const struct timeval& timestamp) : in TouchVideoFrame() 41 const struct timeval& TouchVideoFrame::getTimestamp() const { return mTimestamp; } in getTimestamp()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputClassifier_test.cpp | 231 timeval timestamp = { 1, 1}; in TEST_F() 247 timeval timestamp1 = { 1, 1}; in TEST_F() 251 timeval timestamp2 = { 1, 2}; in TEST_F()
|
/frameworks/native/cmds/lshal/ |
D | PipeRelay.cpp | 31 static constexpr struct timeval READ_TIMEOUT { .tv_sec = 1, .tv_usec = 0 }; 76 struct timeval timeout = READ_TIMEOUT; in threadLoop()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 63 struct timeval mTimeStart; // Time at the start of decode() 64 struct timeval mTimeEnd; // Time at the end of decode()
|
/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 | 201 struct timeval timeTemp; in main() 208 struct timeval timeNow; in main()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 145 struct timeval mTimeStart; 146 struct timeval mTimeEnd;
|
D | C2SoftHevcEnc.h | 99 struct timeval mTimeStart; 100 struct timeval mTimeEnd;
|
/frameworks/wilhelm/tests/sandbox/ |
D | getch.c | 37 struct timeval tv = { 0L, 0L }; in kbhit()
|
/frameworks/base/apex/jobscheduler/service/jni/ |
D | com_android_server_alarm_AlarmManagerService.cpp | 84 int setTime(struct timeval *tv); 134 int AlarmImpl::setTime(struct timeval *tv) in setTime() 209 struct timeval tv; in android_server_alarm_AlarmManagerService_setKernelTime()
|
/frameworks/av/media/tests/benchmark/src/native/common/utils/ |
D | Timers.cpp | 42 struct timeval t; in systemTime()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 186 struct timeval mTimeStart; 187 struct timeval mTimeEnd;
|
D | C2SoftAvcEnc.h | 161 struct timeval mTimeStart; // Time at the start of decode() 162 struct timeval mTimeEnd; // Time at the end of decode()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 186 struct timeval mTimeStart; 187 struct timeval mTimeEnd;
|
/frameworks/base/core/jni/ |
D | android_os_SystemClock.cpp | 68 struct timeval tv; in android_os_SystemClock_currentTimeMicro()
|
/frameworks/native/cmds/bugreportz/ |
D | main.cpp | 106 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/native/libs/input/tests/ |
D | TouchVideoFrame_test.cpp | 25 static const struct timeval TIMESTAMP = {1, 2}; 66 const struct timeval differentTimestamp = {TIMESTAMP.tv_sec + 1, TIMESTAMP.tv_usec + 1}; in TEST()
|
/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()
|