Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:timespec
(Results
1 - 21
of
21
) sorted by relevance
/drivers/peripheral/sensor/test/performance/hdi/
H
A
D
hdf_sensor_hdi_performance_test.cpp
76
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
77
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
98
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
99
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
119
struct
timespec
tv1 = (struct
timespec
){
in HWTEST_F()
[all...]
/drivers/peripheral/sensor/test/performance/common/
H
A
D
hdf_sensor_performance_test.cpp
97
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
98
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
120
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
121
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
141
struct
timespec
tv1 = (struct
timespec
){
in HWTEST_F()
[all...]
/drivers/peripheral/wlan/test/performance/common/
H
A
D
hdf_wlan_performance_test.cpp
109
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
110
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
137
struct
timespec
tv1 = (struct
timespec
){0};
in HWTEST_F()
138
struct
timespec
tv2 = (struct
timespec
){0};
in HWTEST_F()
169
struct
timespec
tv1 = (struct
timespec
){
in HWTEST_F()
[all...]
/drivers/peripheral/vibrator/test/performance/common/
H
A
D
hdf_vibrator_performance_test.cpp
78
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
79
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
102
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
103
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
126
struct
timespec
tv1 = (struct
timespec
) {
in HWTEST_F()
[all...]
/drivers/peripheral/vibrator/test/performance/hdi/
H
A
D
hdf_vibrator_hdi_performance_test.cpp
74
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
75
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
98
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
99
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
122
struct
timespec
tv1 = (struct
timespec
) {
in HWTEST_F()
[all...]
/drivers/peripheral/light/test/performance/hdi/
H
A
D
hdf_light_hdi_performance_test.cpp
75
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
76
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
108
struct
timespec
tv1 = (struct
timespec
) {0};
in HWTEST_F()
109
struct
timespec
tv2 = (struct
timespec
) {0};
in HWTEST_F()
150
struct
timespec
tv1 = (struct
timespec
) {
in HWTEST_F()
[all...]
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
26
struct
timespec
curTime;
in GetRtcTime()
37
struct
timespec
curTime;
in GetSystemTime()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
27
struct
timespec
curTime;
in GetRtcTime()
38
struct
timespec
curTime;
in GetSystemTime()
/drivers/hdf_core/adapter/uhdf2/test/unittest/platform/i2c/
H
A
D
ui2c_test.cpp
61
struct
timespec
startTime;
in HWTEST_F()
69
struct
timespec
endTime;
in HWTEST_F()
/drivers/hdf_core/framework/support/posix/src/
H
A
D
osal_time.c
21
struct
timespec
ts;
in OsalGetTime()
74
struct
timespec
ts;
in OsalMSleep()
87
struct
timespec
ts;
in OsalUSleep()
H
A
D
osal_mutex.c
92
struct
timespec
time;
in OsalMutexTimedLock()
H
A
D
osal_sem.c
61
struct
timespec
time;
in OsalSemWait()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
hdi_smq_syncer.h
98
void TimeoutToRealtime(int64_t timeout, struct
timespec
&realtime);
H
A
D
hdi_smq.h
241
struct
timespec
ts;
in GetNanoTime()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
hdi_smq_syncer.cpp
63
struct
timespec
waitTime;
in FutexWait()
101
void SharedMemQueueSyncer::TimeoutToRealtime(int64_t timeout, struct
timespec
&realtime)
in TimeoutToRealtime()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_statistics.h
57
timespec
timestamp_ = {0, 0};
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H
A
D
sorft_vsync.cpp
82
struct
timespec
ts;
in WorkThread()
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H
A
D
daudio_utils.cpp
180
struct
timespec
time;
in GetCurNano()
196
struct
timespec
time;
in AbsoluteSleep()
/drivers/liteos/hievent/src/
H
A
D
hievent_driver.c
238
struct
timespec
now;
in HieventHeadInit()
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H
A
D
codec_node.cpp
288
struct
timespec
ts = {};
in DeliverBuffer()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dcamera_stream.cpp
376
struct
timespec
tp;
in GetVideoTimeStamp()
Completed in 11 milliseconds