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:routeNode
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H
A
D
audio_common_vdi.c
300
static int32_t AudioCommonRouteNodeToVdiRouteNodeVdi(struct AudioRouteNode *
routeNode
,
in AudioCommonRouteNodeToVdiRouteNodeVdi()
argument
303
vdiRouteNode->portId =
routeNode
->portId;
in AudioCommonRouteNodeToVdiRouteNodeVdi()
304
vdiRouteNode->role = (enum AudioPortRoleVdi)
routeNode
->role;
in AudioCommonRouteNodeToVdiRouteNodeVdi()
305
vdiRouteNode->type = (enum AudioPortTypeVdi)
routeNode
->type;
in AudioCommonRouteNodeToVdiRouteNodeVdi()
307
if (
routeNode
->type == AUDIO_VDI_PORT_DEVICE_TYPE) {
in AudioCommonRouteNodeToVdiRouteNodeVdi()
308
vdiRouteNode->ext.device.moduleId =
routeNode
->ext.device.moduleId;
in AudioCommonRouteNodeToVdiRouteNodeVdi()
309
vdiRouteNode->ext.device.type = (enum AudioPortPinVdi)
routeNode
->ext.device.type;
in AudioCommonRouteNodeToVdiRouteNodeVdi()
310
vdiRouteNode->ext.device.desc = strdup(
routeNode
->ext.device.desc);
in AudioCommonRouteNodeToVdiRouteNodeVdi()
312
AUDIO_FUNC_LOGE("strdup fail,
routeNode
->ext.device.desc = %{public}s",
routeNode
in AudioCommonRouteNodeToVdiRouteNodeVdi()
[all...]
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_common.c
1299
static void AudioRouteDevFreeByNum(const struct AudioRouteNode *
routeNode
, uint32_t num)
in AudioRouteDevFreeByNum()
argument
1302
if (
routeNode
== NULL) {
in AudioRouteDevFreeByNum()
1303
AUDIO_FUNC_LOGI("
routeNode
has been freed");
in AudioRouteDevFreeByNum()
1308
if (
routeNode
[nodeCnt].type == AUDIO_PORT_DEVICE_TYPE) {
in AudioRouteDevFreeByNum()
1309
AudioDevExtInfoFree((struct AudioDevExtInfo *)&
routeNode
[nodeCnt].ext.device, false);
in AudioRouteDevFreeByNum()
Completed in 4 milliseconds