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:US_PER_MS
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
43
static constexpr int64_t
US_PER_MS
= 1000;
member in OHOS::MMI::final
47
static constexpr int64_t RESAMPLE_LATENCY = 5 *
US_PER_MS
;
50
static constexpr int64_t RESAMPLE_MIN_DELTA = 2 *
US_PER_MS
;
54
static constexpr int64_t RESAMPLE_MAX_DELTA = 20 *
US_PER_MS
;
58
static constexpr int64_t RESAMPLE_MAX_PREDICTION = 4 *
US_PER_MS
;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H
A
D
distributed_stream_test.h
28
#define
US_PER_MS
(1000)
macro
H
A
D
distributed_stream_test.cpp
112
usleep(
US_PER_MS
);
in Wsleep()
/foundation/distributedhardware/distributed_audio/common/include/
H
A
D
daudio_latency_test.h
41
constexpr static int32_t
US_PER_MS
= 1000;
member in OHOS::DistributedHardware::DAudioLatencyTest
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H
A
D
memory_pressure_observer.cpp
65
levelConfigArr[level].thresholdInMs *
US_PER_MS
,
in MonitorLevel()
66
WINDOW_IN_MS *
US_PER_MS
);
in MonitorLevel()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H
A
D
memory_pressure_observer.h
27
#define
US_PER_MS
1000
macro
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H
A
D
pipeline_threadpool.cpp
33
constexpr int64_t
US_PER_MS
= 1000;
member
184
syncCond_.WaitFor(lock, (nextJobUs - nowUs + ADJUST_US) /
US_PER_MS
);
in Run()
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
timer_mgr.h
28
constexpr int32_t
US_PER_MS
= 1000;
member
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H
A
D
update_engine_controller.cpp
147
timerId_ = SetTimer(0, delaySecond_ * MS_PER_S *
US_PER_MS
, 0, this);
in StartUpdateTimer()
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_latency_test.cpp
114
DHLOGI("Time is: %{public}" PRId64" ms.", (captureBeepTime_[i] - playBeepTime_[i]) /
US_PER_MS
);
in ComputeLatency()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H
A
D
vtp_stream_socket.cpp
45
const int
US_PER_MS
= 1000;
member
379
MS_PER_SECOND + fillpStatsGetTime.usec /
US_PER_MS
)); /* ms */
in FillpAppStatistics()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_manager.cpp
51
constexpr int32_t
US_PER_MS
= 1000;
member
275
usleep(randNumber *
US_PER_MS
);
in RegisterDistributedHardware()
Completed in 10 milliseconds