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:GetNowTimeUs
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_latency_test.cpp
44
if (
GetNowTimeUs
() - lastPlayTime_ <= TWO_BEEP_TIME_INTERVAL) {
in AddPlayTime()
50
lastPlayTime_ =
GetNowTimeUs
();
in AddPlayTime()
61
if (
GetNowTimeUs
() - lastRecordTime_ <= TWO_BEEP_TIME_INTERVAL) {
in AddRecordTime()
67
lastRecordTime_ =
GetNowTimeUs
();
in AddRecordTime()
94
return
GetNowTimeUs
();
in RecordBeepTime()
H
A
D
daudio_util.cpp
215
int64_t
GetNowTimeUs
()
in GetNowTimeUs()
function
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H
A
D
daudio_utils_test.cpp
58
int64_t t =
GetNowTimeUs
();
in HWTEST_F()
61
t =
GetNowTimeUs
();
in HWTEST_F()
66
t =
GetNowTimeUs
();
in HWTEST_F()
69
t =
GetNowTimeUs
();
in HWTEST_F()
77
t =
GetNowTimeUs
();
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H
A
D
audio_process_client_test.cpp
239
int64_t
GetNowTimeUs
();
335
int64_t AudioProcessTestCallback::
GetNowTimeUs
()
in GetNowTimeUs()
function in OHOS::AudioStandard::AudioProcessTestCallback
361
return
GetNowTimeUs
();
in RecordBeepTime()
387
cout << "First record time : " <<
GetNowTimeUs
() << endl;
in CaptureToFile()
392
if (
GetNowTimeUs
() - recordLastTime_ <= biHighFrameTimeMs) {
in CaptureToFile()
398
recordLastTime_ =
GetNowTimeUs
();
in CaptureToFile()
399
cout << "Capture beep frame: " << recordIndex_ << " record time : " <<
GetNowTimeUs
() << endl;
in CaptureToFile()
429
cout << "First play time: " <<
GetNowTimeUs
() << endl;
in RenderFromFile()
433
if (
GetNowTimeUs
() - playLastTime_ <= biHighFrameTimeMs) {
in RenderFromFile()
439
playLastTime_ =
GetNowTimeUs
();
in RenderFromFile()
[all...]
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H
A
D
dmic_client.cpp
245
int64_t startTime =
GetNowTimeUs
();
in AudioFwkCaptureData()
257
int64_t endTime =
GetNowTimeUs
();
in AudioFwkCaptureData()
272
int64_t startTransTime =
GetNowTimeUs
();
in AudioFwkCaptureData()
278
int64_t endTransTime =
GetNowTimeUs
();
in AudioFwkCaptureData()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
276
int64_t startTime =
GetNowTimeUs
();
in PlayThreadRunning()
306
int64_t endTime =
GetNowTimeUs
();
in PlayThreadRunning()
344
int64_t startTime =
GetNowTimeUs
();
in OnDecodeTransDataDone()
356
int64_t endTime =
GetNowTimeUs
();
in OnDecodeTransDataDone()
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
147
static int64_t
GetNowTimeUs
()
in GetNowTimeUs()
function
321
int64_t endTime =
GetNowTimeUs
();
in WriteStreamWait()
346
int64_t startTime =
GetNowTimeUs
();
in Play()
534
int64_t endTime =
GetNowTimeUs
();
in ReadStreamWait()
560
int64_t startTime =
GetNowTimeUs
();
in Capture()
/foundation/distributedhardware/distributed_audio/common/include/
H
A
D
daudio_util.h
37
int64_t
GetNowTimeUs
();
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dspeaker_dev.cpp
301
int64_t startTime =
GetNowTimeUs
();
in WriteStreamData()
310
int64_t endTime =
GetNowTimeUs
();
in WriteStreamData()
H
A
D
dmic_dev.cpp
351
int64_t startTime =
GetNowTimeUs
();
in ReadStreamData()
374
int64_t endTime =
GetNowTimeUs
();
in ReadStreamData()
Completed in 10 milliseconds