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:RelativeSleep
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
none_mix_engine.cpp
145
ClockTime::
RelativeSleep
(PERIOD_NS * DIRECT_SINK_STANDBY_TIMES);
in Stop()
198
ClockTime::
RelativeSleep
(PERIOD_NS * DIRECT_SINK_STANDBY_TIMES);
in Pause()
273
ClockTime::
RelativeSleep
(PERIOD_NS);
in MixStreams()
H
A
D
audio_endpoint.cpp
1362
ClockTime::
RelativeSleep
(ONE_MILLISECOND_DURATION);
in WaitAllProcessReady()
/foundation/multimedia/audio_framework/test/fuzztest/audioutils_fuzzer/
H
A
D
audio_utils_fuzzer.cpp
109
ClockTime::
RelativeSleep
(nanoTime);
in RelativeSleepFuzzTest()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_process_in_client.cpp
631
ClockTime::
RelativeSleep
(ONE_MILLISECOND_DURATION * waitThreadStartTime);
in Init()
986
ClockTime::
RelativeSleep
(MAX_STOP_FADING_DURATION_NANO);
in Pause()
1063
ClockTime::
RelativeSleep
(MAX_STOP_FADING_DURATION_NANO);
in Stop()
1375
ClockTime::
RelativeSleep
(spanSizeInMs_ * ONE_MILLISECOND_DURATION);
in RecordProcessCallbackFuc()
1398
ClockTime::
RelativeSleep
(MAX_READ_COST_DURATION_NANO);
in RecordReSyncServicePos()
1430
ClockTime::
RelativeSleep
(RECORD_RESYNC_SLEEP_NANO);
in RecordPrepareCurrent()
1485
ClockTime::
RelativeSleep
(ONE_MILLISECOND_DURATION + ONE_MILLISECOND_DURATION);
in PrepareCurrent()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H
A
D
oh_audio_capturer_lowlatency_test.cpp
483
ClockTime::
RelativeSleep
(recordTimeS * SECOND_TO_NANOSECOND);
in AutoRunMic()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H
A
D
audio_process_client_test.cpp
931
ClockTime::
RelativeSleep
(recordTimeS * SECOND_TO_NANOSECOND);
in AutoRunMic()
1034
ClockTime::
RelativeSleep
(MIC_SLEEP_TIME_US);
in LoopLatencyTest()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H
A
D
audio_utils_unit_test.cpp
77
ret = ClockTime::
RelativeSleep
(CLOCK_TIME);
in HWTEST()
80
ret = ClockTime::
RelativeSleep
(nanoTime);
in HWTEST()
2294
* @tc.name : Test
RelativeSleep
API
2297
* @tc.desc : Test
RelativeSleep
API
2302
int32_t ret = ClockTime::
RelativeSleep
(CLOCK_TIME);
in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
120
static int32_t
RelativeSleep
(int64_t nanoTime);
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H
A
D
remote_fast_audio_capturer_source.cpp
466
ClockTime::
RelativeSleep
(waitTime); // us
in CheckPositionTime()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H
A
D
fast_audio_renderer_sink.cpp
611
ClockTime::
RelativeSleep
(waitTime); // us
in CheckPositionTime()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H
A
D
fast_audio_capturer_source.cpp
496
ClockTime::
RelativeSleep
(waitTime); // us
in CheckPositionTime()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H
A
D
remote_fast_audio_renderer_sink.cpp
482
ClockTime::
RelativeSleep
(waitTime); // us
in CheckPositionTime()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
719
ClockTime::
RelativeSleep
(MAX_GET_POSITION_WAIT_TIME);
in CheckPositionTime()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
154
int32_t ClockTime::
RelativeSleep
(int64_t nanoTime)
in RelativeSleep()
function in OHOS::AudioStandard::ClockTime
167
AUDIO_WARNING_LOG("
RelativeSleep
may failed, ret is :%{public}d", ret);
in RelativeSleep()
Completed in 32 milliseconds