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:tempPins
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_render.cpp
409
uint32_t
tempPins
= 0;
in HdiServiceRenderSelectScene()
local
420
if (!HdfSbufReadUint32(data, &
tempPins
)) {
in HdiServiceRenderSelectScene()
421
HDF_LOGI("%{public}s: Read
tempPins
Fail", __func__);
in HdiServiceRenderSelectScene()
424
scene.desc.pins = (AudioPortPin)
tempPins
;
in HdiServiceRenderSelectScene()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H
A
D
audio_proxy_render.cpp
198
uint32_t
tempPins
;
in AudioProxyRenderCheckSceneCapability()
local
215
tempPins
= (uint32_t)scene->desc.pins;
in AudioProxyRenderCheckSceneCapability()
216
if (!HdfSbufWriteUint32(data,
tempPins
)) {
in AudioProxyRenderCheckSceneCapability()
217
HDF_LOGE("
tempPins
Write FAIL");
in AudioProxyRenderCheckSceneCapability()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_render.c
454
uint32_t
tempPins
= 0;
in HdiServiceRenderSelectScene()
local
465
if (!HdfSbufReadUint32(data, &
tempPins
)) {
in HdiServiceRenderSelectScene()
466
AUDIO_FUNC_LOGI("Read
tempPins
Fail");
in HdiServiceRenderSelectScene()
469
scene.desc.pins = (enum AudioPortPin)
tempPins
;
in HdiServiceRenderSelectScene()
H
A
D
hdf_audio_server_capture.c
455
uint32_t
tempPins
= 0;
in HdiServiceCaptureSelectScene()
local
463
if (!HdfSbufReadUint32(data, &
tempPins
)) {
in HdiServiceCaptureSelectScene()
466
scene.desc.pins = (enum AudioPortPin)
tempPins
;
in HdiServiceCaptureSelectScene()
Completed in 7 milliseconds