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:tryNumReply
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H
A
D
audio_interface_lib_capture.c
801
int32_t
tryNumReply
= 100; // try get reply count
in AudioOutputCaptureReadFrame()
local
831
usleep(AUDIO_CAP_WAIT_DELAY + (
tryNumReply
% AUDIO_TRYNUM) * AUDIO_TRYNUM_TIME);
in AudioOutputCaptureReadFrame()
840
tryNumReply
--;
in AudioOutputCaptureReadFrame()
842
} while (
tryNumReply
> 0);
in AudioOutputCaptureReadFrame()
844
if (
tryNumReply
<= 0) {
in AudioOutputCaptureReadFrame()
845
AUDIO_FUNC_LOGE("Out of
tryNumReply
!");
in AudioOutputCaptureReadFrame()
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H
A
D
audio_adm_interface_test.cpp
1218
int32_t
tryNumReply
= 100;
in HWTEST_F()
local
1245
tryNumReply
--;
in HWTEST_F()
1251
} while (
tryNumReply
> 0);
in HWTEST_F()
1252
EXPECT_GE(
tryNumReply
, 0);
in HWTEST_F()
Completed in 6 milliseconds