Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/include/input/
DTouchVideoFrame.h34 const struct timeval& timestamp);
56 const struct timeval& getTimestamp() const;
68 struct timeval mTimestamp;
/frameworks/base/libs/hwui/utils/
DTiming.h28 struct timeval stop; in ~MethodTimer()
37 struct timeval mStart;
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h75 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/
DC2SoftGav1Dec.h59 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/
DLocalSocketImpl.java424 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/
DTouchVideoFrame.cpp23 const struct timeval& timestamp) : in TouchVideoFrame()
41 const struct timeval& TouchVideoFrame::getTimestamp() const { return mTimestamp; } in getTimestamp()
/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp231 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/
DPipeRelay.cpp31 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/
DC2SoftAomDec.h63 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/
DSoftMPEG2.h80 struct timeval mTimeStart; // Time at the start of decode()
81 struct timeval mTimeEnd; // Time at the end of decode()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp201 struct timeval timeTemp; in main()
208 struct timeval timeNow; in main()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h145 struct timeval mTimeStart;
146 struct timeval mTimeEnd;
DC2SoftHevcEnc.h99 struct timeval mTimeStart;
100 struct timeval mTimeEnd;
/frameworks/wilhelm/tests/sandbox/
Dgetch.c37 struct timeval tv = { 0L, 0L }; in kbhit()
/frameworks/base/apex/jobscheduler/service/jni/
Dcom_android_server_alarm_AlarmManagerService.cpp84 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/
DTimers.cpp42 struct timeval t; in systemTime()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h186 struct timeval mTimeStart;
187 struct timeval mTimeEnd;
DC2SoftAvcEnc.h161 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/
DC2SoftMpeg2Dec.h186 struct timeval mTimeStart;
187 struct timeval mTimeEnd;
/frameworks/base/core/jni/
Dandroid_os_SystemClock.cpp68 struct timeval tv; in android_os_SystemClock_currentTimeMicro()
/frameworks/native/cmds/bugreportz/
Dmain.cpp106 struct timeval tv; in main()
/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.cpp31 struct timeval tv; in getTimeUs()
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.cpp31 struct timeval tv; in getTimeUs()
/frameworks/native/libs/input/tests/
DTouchVideoFrame_test.cpp25 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/
DSoftAVCEnc.h160 struct timeval mTimeStart; // Time at the start of decode()
161 struct timeval mTimeEnd; // Time at the end of decode()

12