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:erfc
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap_core.c
436
static uint16_t L2capGetTxWindow(const L2capErfc *
erfc
)
in L2capGetTxWindow()
argument
438
return L2capGetSeqWindow(
erfc
->nextTxSeq,
erfc
->expectedAckSeq);
in L2capGetTxWindow()
441
static uint16_t L2capGetRxWindow(const L2capErfc *
erfc
)
in L2capGetRxWindow()
argument
443
return L2capGetSeqWindow(
erfc
->expectedTxSeq,
erfc
->bufferSeq);
in L2capGetRxWindow()
509
L2capErfc *
erfc
= NULL;
in L2capSendSFrame()
local
513
erfc
= &(chan->
erfc
);
in L2capSendSFrame()
516
sCtrl.reqSeq =
erfc
in L2capSendSFrame()
531
L2capErfc *
erfc
= NULL;
L2capProcessRxReqSeq()
local
593
L2capErfc *
erfc
= &(chan->
erfc
);
L2capErfcTxOneFrame()
local
632
L2capErfc *
erfc
= NULL;
L2capErfcRemoteBusyProcess()
local
768
L2capErfc *
erfc
= &(chan->
erfc
);
L2capErfcDoTx()
local
817
L2capErfc *
erfc
= &(chan->
erfc
);
L2capErfcTx()
local
854
L2capErfc *
erfc
= &(chan->
erfc
);
L2capStreamTx()
local
881
L2capErfc *
erfc
= NULL;
L2capBuildIFrame()
local
940
L2capErfc *
erfc
= NULL;
L2capSendIFrame()
local
1006
L2capErfc *
erfc
= NULL;
L2capErfcProcessSFrame()
local
1044
L2capReassembleIFrame(L2capErfc *
erfc
, const Packet *pkt, L2capErfcIControl *iCtrl)
L2capReassembleIFrame()
argument
1092
L2capErfc *
erfc
= NULL;
L2capErfcProcessIFrame()
local
1133
L2capErfc *
erfc
= NULL;
L2capStreamProcessIFrame()
local
[all...]
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()
297
if (chan->
erfc
.monitorTimer != NULL) {
in L2capDestroyChannel()
298
AlarmCancel(chan->
erfc
.monitorTimer);
in L2capDestroyChannel()
299
AlarmDelete(chan->
erfc
.monitorTimer);
in L2capDestroyChannel()
302
if (chan->
erfc
.retransmissionTimer != NULL) {
in L2capDestroyChannel()
303
AlarmCancel(chan->
erfc
in L2capDestroyChannel()
[all...]
H
A
D
l2cap.c
314
if ((chan->
erfc
.busyState & L2CAP_BUSY_LOCAL_BUSY) == isBusy) {
in L2CAP_LocalBusy()
319
chan->
erfc
.busyState |= L2CAP_BUSY_LOCAL_BUSY;
in L2CAP_LocalBusy()
322
chan->
erfc
.busyState &= (~L2CAP_BUSY_LOCAL_BUSY);
in L2CAP_LocalBusy()
323
chan->
erfc
.busyState |= L2CAP_BUSY_WAIT_F;
in L2CAP_LocalBusy()
326
chan->
erfc
.retryCount = 1;
in L2CAP_LocalBusy()
H
A
D
l2cap_inst.h
142
L2capErfc
erfc
;
member
Completed in 4 milliseconds