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:alsaSnd
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H
A
D
alsa_snd_render.c
287
struct AlsaSoundCard *
alsaSnd
= NULL;
in GetRenderInsByName()
local
293
alsaSnd
= (struct AlsaSoundCard *)&g_alsaRenderList[i];
in GetRenderInsByName()
294
if (
alsaSnd
->cardStatus) {
in GetRenderInsByName()
295
if (0 == strcmp(
alsaSnd
->adapterName, adapterName)) {
in GetRenderInsByName()
303
alsaSnd
= (struct AlsaSoundCard *)&g_alsaRenderList[i];
in GetRenderInsByName()
304
if (
alsaSnd
->cardStatus == 0) {
in GetRenderInsByName()
306
int32_t ret = strncpy_s(
alsaSnd
->adapterName, MAX_CARD_NAME_LEN + 1, adapterName, strlen(adapterName));
in GetRenderInsByName()
311
alsaSnd
->cardStatus++;
in GetRenderInsByName()
H
A
D
alsa_snd_capture.c
385
struct AlsaSoundCard *
alsaSnd
= NULL;
in GetCaptureInsByName()
local
391
alsaSnd
= (struct AlsaSoundCard *)&g_alsaCaptureList[i];
in GetCaptureInsByName()
392
if (
alsaSnd
->cardStatus) {
in GetCaptureInsByName()
393
if (0 == strcmp(
alsaSnd
->adapterName, adapterName)) {
in GetCaptureInsByName()
401
alsaSnd
= (struct AlsaSoundCard *)&g_alsaCaptureList[i];
in GetCaptureInsByName()
402
if (
alsaSnd
->cardStatus == 0) {
in GetCaptureInsByName()
404
int32_t ret = strncpy_s(
alsaSnd
->adapterName, MAX_CARD_NAME_LEN + 1, adapterName, strlen(adapterName));
in GetCaptureInsByName()
409
alsaSnd
->cardStatus++;
in GetCaptureInsByName()
Completed in 4 milliseconds