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:pscMask
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_message.c
563
if (streamCtrl->reqCfg.
pscMask
& AVDT_PSC_MSK_TRANS) {
in AvdtBuildSetConfigureCmd()
566
if (streamCtrl->reqCfg.
pscMask
& AVDT_PSC_MSK_DELAY_RPT) {
in AvdtBuildSetConfigureCmd()
603
if (avdtMsgData->getcap.cfg->
pscMask
& AVDT_PSC_MSK_TRANS) {
in AvdtBuildGetCapRsp()
606
if ((avdtMsgData->getcap.cfg->
pscMask
& AVDT_PSC_MSK_DELAY_RPT) && (sigId != AVDT_SIG_GETCAP)) {
in AvdtBuildGetCapRsp()
638
if (streamCtrl->currCfg.cfg.
pscMask
& AVDT_PSC_MSK_TRANS) {
in AvdtBuildGetConfigureRsp()
641
if (streamCtrl->currCfg.cfg.
pscMask
& AVDT_PSC_MSK_DELAY_RPT) {
in AvdtBuildGetConfigureRsp()
675
if (avdtMsgData->reconfigureCmd.cfg.
pscMask
& AVDT_PSC_MSK_TRANS) {
in AvdtBuildReconfigureCmd()
678
if (avdtMsgData->reconfigureCmd.cfg.
pscMask
& AVDT_PSC_MSK_DELAY_RPT) {
in AvdtBuildReconfigureCmd()
690
streamCtrl->reqCfg.
pscMask
= AVDT_PSC_MSK_CODEC; /* reconfigure is modify codec only */
in AvdtBuildReconfigureCmd()
763
if (cfg->
pscMask
in AvdtBuildCapability()
[all...]
H
A
D
avdtp_impl.c
238
capability.
pscMask
= streamConfig->cfg.
pscMask
;
in AvdtGetSepConfig()
245
LOG_DEBUG("[AVDT]%{public}s: GetCapdata acpid(%hu),capability.
pscMask
(%hu),capability.numCodec(%hhu) ",
in AvdtGetSepConfig()
248
capability.
pscMask
,
in AvdtGetSepConfig()
598
capability.
pscMask
= sigCtrl->streamCtrl[i].currCfg.cfg.
pscMask
;
in AvdtGetConfig()
604
LOG_DEBUG("[AVDT]%{public}s: sepNumber(%{public}d),seid(%hu),capability.
pscMask
(%hu),"
in AvdtGetConfig()
609
capability.
pscMask
,
in AvdtGetConfig()
H
A
D
avdtp_ctrl.c
1710
if (avdtStreamConfig[i].cfg.
pscMask
== 0 || ((avdtStreamConfig[i].cfg.
pscMask
& (~AVDT_PSC_MSK)) != 0)) {
in AvdtRegisterLocalSEP()
1712
__func__, avdtStreamConfig[i].cfg.
pscMask
);
in AvdtRegisterLocalSEP()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile_peer.cpp
701
codecReconfig_.
pscMask
= (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC);
in SetUserCodecConfigure()
703
codecReconfig_.
pscMask
= AVDT_PSC_MSK_CODEC;
in SetUserCodecConfigure()
789
codecReconfig_.
pscMask
= (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC);
in EnableOptionalCodec()
961
configureStream_.cfg.
pscMask
= streamCtrl_[selectbleStreamIndex_].GetPeerSEPInformation().
pscMask
;
in SetConfigure()
H
A
D
a2dp_profile.cpp
454
cfg[number].cfg.
pscMask
= (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC);
in CreateSEPConfigureInfo()
477
cfg[number].cfg.
pscMask
= (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC);
in CreateSEPConfigureInfo()
905
data.a2dpMsg.configStream.cfg.
pscMask
= AVDT_PSC_MSK_CODEC;
in Reconfigure()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
avdtp.h
209
uint16_t
pscMask
; // Protocol service capabilities mask
member
Completed in 11 milliseconds