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:useCase
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/audio/hal/pathselect/src/
H
A
D
audio_pathselect.c
400
static int32_t AudioRenderParseUsecase(struct AudioHwRenderParam *renderParam, const char *
useCase
)
in AudioRenderParseUsecase()
argument
417
cJSON *useCaseNode = cJSON_GetObjectItem(cardList,
useCase
);
in AudioRenderParseUsecase()
419
AUDIO_FUNC_LOGE("failed to check item when [%{public}s] gets object!",
useCase
);
in AudioRenderParseUsecase()
425
AUDIO_FUNC_LOGE("no child when [%{public}s] gets object!",
useCase
);
in AudioRenderParseUsecase()
451
const char *
useCase
= AudioPathSelGetUseCase(renderParam->frameRenderMode.attrs.type);
in AudioPathSelGetPlanRender()
local
452
if (
useCase
== NULL) {
in AudioPathSelGetPlanRender()
453
AUDIO_FUNC_LOGE("
useCase
not support!");
in AudioPathSelGetPlanRender()
456
return AudioRenderParseUsecase(renderParam,
useCase
);
in AudioPathSelGetPlanRender()
628
static int32_t AudioCaptureParseUsecase(struct AudioHwCaptureParam *captureParam, const char *
useCase
)
in AudioCaptureParseUsecase()
argument
630
if (captureParam == NULL ||
useCase
in AudioCaptureParseUsecase()
689
const char *
useCase
= AudioPathSelGetUseCase(type);
AudioPathSelGetPlanCapture()
local
[all...]
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H
A
D
audio_internal.h
215
char
useCase
[NAME_LEN];
member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H
A
D
audio_internal.h
260
char
useCase
[NAME_LEN];
member
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H
A
D
audio_internal.h
221
char
useCase
[NAME_LEN];
member
Completed in 5 milliseconds