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:pCodecInfo
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_state_machine.cpp
193
uint8_t *
pCodecInfo
= msgData.configRsp.codecInfo;
in ProcessSetConfigInd()
local
198
ret = codecFactory->SetCodecConfig(
pCodecInfo
, pResultConfig);
in ProcessSetConfigInd()
201
if (codecFactory->FindSourceCodec(
pCodecInfo
) == nullptr ||
in ProcessSetConfigInd()
206
(codecFactory->FindSourceCodec(
pCodecInfo
)->GetCodecIndex() + A2DP_SINK_CODEC_INDEX_MIN -
in ProcessSetConfigInd()
208
ret = codecFactory->SetSinkCodecConfig(
pCodecInfo
, pResultConfig);
in ProcessSetConfigInd()
211
userConfig.codecIndex_ = codecFactory->FindSourceCodec(
pCodecInfo
)->GetCodecIndex();
in ProcessSetConfigInd()
213
ret = codecFactory->SetCodecUserConfig(userConfig,
pCodecInfo
, pResultConfig, &reconfig);
in ProcessSetConfigInd()
406
uint8_t *
pCodecInfo
= msgData.configRsp.codecInfo;
in ProcessSetConfigInd()
local
409
codecFactory->SetCodecConfig(
pCodecInfo
, pResultConfig);
in ProcessSetConfigInd()
412
codecFactory->FindSourceCodec(
pCodecInfo
)
in ProcessSetConfigInd()
[all...]
H
A
D
a2dp_avdtp.cpp
395
uint8_t *
pCodecInfo
= const_cast<uint8_t *>(data.reconfigInd.cfg.codecInfo);
in ParseAvdtpReconfigureInd()
local
398
if (peer->GetCodecConfigure()->SetPeerSourceCodecCapabilities(
pCodecInfo
)) {
in ParseAvdtpReconfigureInd()
399
ret = peer->GetCodecConfigure()->SetSinkCodecConfig(
pCodecInfo
, pResultConfig);
in ParseAvdtpReconfigureInd()
404
if (peer->GetCodecConfigure()->SetPeerSinkCodecCapabilities(
pCodecInfo
)) {
in ParseAvdtpReconfigureInd()
405
ret = peer->GetCodecConfigure()->SetCodecConfig(
pCodecInfo
, pResultConfig);
in ParseAvdtpReconfigureInd()
Completed in 4 milliseconds