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:sepType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
avdtp.h
189
uint8_t
sepType
; // SEP type
member
349
uint8_t
sepType
; // SEP type
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile_peer.cpp
242
peerSepInfo_[i].
sepType
= (seps.seps[i]).
sepType
;
in SetPeerSepInfo()
248
peerSepInfo_[i].
sepType
);
in SetPeerSepInfo()
H
A
D
a2dp_profile.cpp
433
cfg[number].
sepType
= AVDT_ROLE_SRC;
in CreateSEPConfigureInfo()
456
cfg[number].
sepType
= AVDT_ROLE_SNK;
in CreateSEPConfigureInfo()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_message.c
424
(avdtMsgData->discoverRsp.seps[i].
sepType
<< AVDT_OFFSET_3BIT));
in AvdtBuildSeps()
1619
data->discoverCfm.seps[index].
sepType
= ((context & 0x08) >> AVDT_OFFSET_3BIT);
in AvdtParseDiscoverRsp()
1622
LOG_DEBUG("[AVDT]%{public}s: sigCtrl->role(%hhu) seps[index].
sepType
(%hhu) acpid(%hhu) "
in AvdtParseDiscoverRsp()
1626
data->discoverCfm.seps[index].
sepType
,
in AvdtParseDiscoverRsp()
1631
if (sigCtrl->role != data->discoverCfm.seps[index].
sepType
&& (data->discoverCfm.seps[index].seid > 0)) {
in AvdtParseDiscoverRsp()
H
A
D
avdtp_ctrl.c
1157
config->
sepType
);
in AvdtStreamCtrlAllocate()
1621
LOG_DEBUG("[AVDT]%{public}s: localSEP(%{public}d): codecIndex(%hu)
sepType
(%hhu))",
in AvdtSepAlloc()
1625
avdtStreamConfig->
sepType
);
in AvdtSepAlloc()
H
A
D
avdtp_impl.c
102
event.msg.discoverRsp.seps[event.msg.discoverRsp.numSeps].
sepType
=
in AvdtActDiscoverInd()
103
streamConfig->
sepType
; /* Source or sink */
in AvdtActDiscoverInd()
470
sigCtrl->role = streamConfig->
sepType
;
in AvdtActSetConfigInd()
H
A
D
avdtp_api.c
912
if ((streamConfig != NULL) && (sigCtrl->role != streamConfig->
sepType
)) {
in AvdtSetConfigReq()
913
sigCtrl->role = streamConfig->
sepType
;
in AvdtSetConfigReq()
Completed in 16 milliseconds