OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systemtime
(Results
126 - 150
of
319
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dbus/tools/
dbus-monitor.c
58
SYSTEMTIME
st;
/external/google-benchmark/src/
walltime.cc
98
SYSTEMTIME
system_time;
/frameworks/av/cmds/screenrecord/
screenrecord.cpp
324
int64_t startWhenNsec =
systemTime
(CLOCK_MONOTONIC);
343
if (
systemTime
(CLOCK_MONOTONIC) > endWhenNsec) {
393
ptsUsec =
systemTime
(SYSTEM_TIME_MONOTONIC) / 1000;
479
systemTime
(CLOCK_MONOTONIC) - startWhenNsec));
[
all
...]
/frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp
100
timestamp =
systemTime
(SYSTEM_TIME_BOOTTIME);
/frameworks/base/libs/hwui/utils/
LinearAllocator.cpp
65
nsecs_t now =
systemTime
(SYSTEM_TIME_MONOTONIC);
/frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp
81
nsecs_t now =
systemTime
(SYSTEM_TIME_MONOTONIC);
/frameworks/native/libs/gui/tests/
BufferQueue_test.cpp
770
auto startTime =
systemTime
();
772
ASSERT_GE(
systemTime
() - startTime, TIMEOUT);
776
startTime =
systemTime
();
778
ASSERT_GE(
systemTime
() - startTime, TIMEOUT);
[
all
...]
/frameworks/rs/
rsCppUtils.h
162
static inline nsecs_t
systemTime
(int clock)
/hardware/libhardware/tests/input/evdev/
InputHub_test.cpp
180
nsecs_t expectedWhen =
systemTime
(CLOCK_MONOTONIC) + ms2ns(inputDelayMs.count());
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp
198
uint64_t timestamp =
systemTime
();
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp
199
uint64_t timestamp =
systemTime
();
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp
208
uint64_t timestamp =
systemTime
();
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp
202
uint64_t timestamp =
systemTime
();
/hardware/ti/omap4-aah/libtiutils/
DebugUtils.h
137
# define TI_UTILS_DEBUG_TIMESTAMP_VARIABLE static_cast<int>(nanoseconds_to_milliseconds(
systemTime
()) % 1000000),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h
245
SYSTEMTIME
Submitted;
261
SYSTEMTIME
Submitted;
289
SYSTEMTIME
Submitted;
315
SYSTEMTIME
Submitted;
[
all
...]
netmon.h
638
SYSTEMTIME
TimeStamp;
929
SYSTEMTIME
SysTime;
1058
typedef
SYSTEMTIME
UNALIGNED *ULPSYSTEMTIME;
[
all
...]
/system/core/include/utils/
Mutex.h
142
timeoutNs +=
systemTime
(SYSTEM_TIME_REALTIME);
/device/huawei/angler/camera/QCamera2/util/
QCameraPerf.cpp
207
nsecs_t timeDiff =
systemTime
() - mStartTimeofLock;
231
mStartTimeofLock =
systemTime
();
265
nsecs_t curElapsedTime =
systemTime
() - mStartTimeofLock;
/device/lge/bullhead/camera/QCamera2/util/
QCameraPerf.cpp
207
nsecs_t timeDiff =
systemTime
() - mStartTimeofLock;
231
mStartTimeofLock =
systemTime
();
265
nsecs_t curElapsedTime =
systemTime
() - mStartTimeofLock;
/frameworks/native/libs/gui/
BufferQueueConsumer.cpp
139
systemTime
(CLOCK_MONOTONIC));
185
systemTime
(CLOCK_MONOTONIC),
193
systemTime
(CLOCK_MONOTONIC));
/hardware/qcom/camera/QCamera2/util/
QCameraPerf.cpp
223
nsecs_t timeDiff =
systemTime
() - mStartTimeofLock;
263
mStartTimeofLock =
systemTime
();
297
nsecs_t curElapsedTime =
systemTime
() - mStartTimeofLock;
/prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go
492
type
Systemtime
struct {
506
StandardDate
Systemtime
509
DaylightDate
Systemtime
/prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go
492
type
Systemtime
struct {
506
StandardDate
Systemtime
509
DaylightDate
Systemtime
/system/core/libutils/tests/
Looper_test.cpp
561
nsecs_t now =
systemTime
(SYSTEM_TIME_MONOTONIC);
598
nsecs_t now =
systemTime
(SYSTEM_TIME_MONOTONIC);
617
nsecs_t now =
systemTime
(SYSTEM_TIME_MONOTONIC);
/prebuilts/go/darwin-x86/pkg/darwin_amd64/os/
exec.a
146
func (@"os".p·2 *@"os".ProcessState "esc:0x1")
SystemTime
() (? @"time".Duration) { return @"os".p·2.@"os".
systemTime
() }
152
func (@"os".p·2 *@"os".ProcessState "esc:0x1") @"os".
systemTime
() (? @"time".Duration) { return @"time".Duration(@"os".p·2.@"os".rusage.Stime.Nano()) * @"time".Duration(0x1) }
[
all
...]
Completed in 1483 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>