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:txList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap_inst.c
266
node = ListGetFirstNode(chan->erfc.
txList
);
in L2capDestroyChannelTx()
272
ListRemoveNode(chan->erfc.
txList
, pkt);
in L2capDestroyChannelTx()
279
node = ListGetFirstNode(chan->erfc.
txList
);
in L2capDestroyChannelTx()
285
ListRemoveNode(chan->erfc.
txList
, tx);
in L2capDestroyChannelTx()
291
ListDelete(chan->erfc.
txList
);
in L2capDestroyChannelTx()
311
if (chan->erfc.
txList
!= NULL) {
in L2capDestroyChannel()
H
A
D
l2cap_le.c
53
List *
txList
;
member
275
if (chan->
txList
!= NULL) {
in L2capLeDestroyChannel()
280
node = ListGetFirstNode(chan->
txList
);
in L2capLeDestroyChannel()
286
ListRemoveNode(chan->
txList
, pkt);
in L2capLeDestroyChannel()
290
ListDelete(chan->
txList
);
in L2capLeDestroyChannel()
554
node = ListGetFirstNode(chan->
txList
);
in L2capLeTxWithCredit()
561
ListRemoveNode(chan->
txList
, pkt);
in L2capLeTxWithCredit()
627
ListAddLast(chan->
txList
, fragPkt);
in L2capLeSegmentPacketWithCredit()
1432
if (chan->
txList
== NULL) {
in L2CAP_LeSendData()
1433
chan->
txList
in L2CAP_LeSendData()
[all...]
H
A
D
l2cap_core.c
543
node = ListGetFirstNode(erfc->
txList
);
in L2capProcessRxReqSeq()
573
node = ListGetFirstNode(erfc->
txList
);
in L2capProcessRxReqSeq()
576
ListRemoveNode(erfc->
txList
, tx);
in L2capProcessRxReqSeq()
595
if (erfc->
txList
== NULL) {
in L2capErfcTxOneFrame()
599
node = ListGetFirstNode(erfc->
txList
);
in L2capErfcTxOneFrame()
819
if (erfc->
txList
== NULL) {
in L2capErfcTx()
832
node = ListGetFirstNode(erfc->
txList
);
in L2capErfcTx()
856
if (erfc->
txList
== NULL) {
in L2capStreamTx()
861
node = ListGetFirstNode(erfc->
txList
);
in L2capStreamTx()
867
ListRemoveNode(erfc->
txList
, pk
in L2capStreamTx()
[all...]
H
A
D
l2cap_inst.h
97
List *
txList
;
member
Completed in 6 milliseconds