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:AVDT_NUM_SEPS
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_int.h
64
#define AVDT_MAX_NUM_SEP (AVDT_NUM_STREAM_LINKS *
AVDT_NUM_SEPS
)
410
AvdtStreamCtrl streamCtrl[
AVDT_NUM_SEPS
];
457
AvdtStreamEndpoint localSEP[
AVDT_NUM_SEPS
]; /* Local stream endpoint */
H
A
D
avdtp_ctrl.c
1117
for (int j = 0; j <
AVDT_NUM_SEPS
; j++) {
in AvdtGetStreamCtrlByHandle()
1143
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtStreamCtrlAllocate()
1177
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtStreamCtrlDeallocByHandle()
1201
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtStreamCtrlDeallocAll()
1557
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtCreateSEP()
1593
for (sepId = 0; sepId <
AVDT_NUM_SEPS
; sepId++) {
in AvdtCheckSepExited()
1614
for (sepId = 0; sepId <
AVDT_NUM_SEPS
; sepId++) {
in AvdtSepAlloc()
1643
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtGetSepConfigByCodecIndex()
1666
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtCheckSepIsUsed()
1716
if (AvdtCheckSepExited(avdtStreamConfig[i].codecIndex) <
AVDT_NUM_SEPS
) {
in AvdtRegisterLocalSEP()
[all...]
H
A
D
avdtp_impl.c
96
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtActDiscoverInd()
232
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtGetSepConfig()
596
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtGetConfig()
1699
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in AvdtActDisconnReq()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
avdtp.h
48
#ifndef
AVDT_NUM_SEPS
49
#define
AVDT_NUM_SEPS
6 // SOW Max Number of stream endpoints
macro
257
uint8_t seidList[
AVDT_NUM_SEPS
]; // Array of SEID values
263
AvdtSepInfo seps[
AVDT_NUM_SEPS
]; // Pointer to SEP information
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_def.h
206
AvdtSepInfo discoverData[
AVDT_NUM_SEPS
];
H
A
D
a2dp_profile_peer.h
706
AvdtSepInfo peerSepInfo_[
AVDT_NUM_SEPS
] {};
H
A
D
a2dp_profile_peer.cpp
1142
for (int i = 0; i <
AVDT_NUM_SEPS
; i++) {
in Reconfigure()
1153
if (i >= (
AVDT_NUM_SEPS
- 1)) {
in Reconfigure()
H
A
D
a2dp_profile.cpp
425
AvdtStreamConfig cfg[
AVDT_NUM_SEPS
] = {};
in CreateSEPConfigureInfo()
H
A
D
a2dp_state_machine.cpp
243
avdtp.DiscoverReq(addr,
AVDT_NUM_SEPS
, label);
in ProcessDiscoverReq()
Completed in 16 milliseconds