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:cbBr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H
A
D
avctp_br.c
52
LOG_DEBUG("[AVCT] %{public}s: EventID(%hhu) curState(%hhu)", __func__, event, cbDev->
cbBr
->stState);
in AvctCbBrEvt()
54
AvctCbCh *
cbBr
= cbDev->
cbBr
;
in AvctCbBrEvt()
local
55
int curSt =
cbBr
->stState;
in AvctCbBrEvt()
59
cbBr
->stState = nextSt;
in AvctCbBrEvt()
80
AvctCbCh *
cbBr
= NULL;
in AvctBrConnectInitiate()
local
90
if (cbConn->cbDev->
cbBr
== NULL) {
in AvctBrConnectInitiate()
91
cbBr
= AvctCbChAlloc();
in AvctBrConnectInitiate()
92
if (
cbBr
== NULL) {
in AvctBrConnectInitiate()
98
if (ret == AVCT_SUCCESS &&
cbBr
!
in AvctBrConnectInitiate()
[all...]
H
A
D
avctp_br_l2cap.c
112
AvctCbCh *
cbBr
= NULL;
in AvctBrRecvConnectionReqAct()
local
132
cbBr
= AvctCbChAlloc();
in AvctBrRecvConnectionReqAct()
133
if (
cbBr
== NULL) {
in AvctBrRecvConnectionReqAct()
143
cbBr
->chId = lcid;
in AvctBrRecvConnectionReqAct()
144
cbBr
->chState = AVCT_CH_CFG;
in AvctBrRecvConnectionReqAct()
145
cbDev->
cbBr
=
cbBr
;
in AvctBrRecvConnectionReqAct()
147
cbDev->
cbBr
->ia = AVCT_ACPT;
in AvctBrRecvConnectionReqAct()
208
if (cbDev->
cbBr
->chState == AVCT_CH_CONN) {
in AvctBrRecvConnectionRspCBack()
215
cbDev->
cbBr
in AvctBrRecvConnectionRspCBack()
[all...]
H
A
D
avctp_br_act.c
68
AvctCbChDealloc(&(cbDev->
cbBr
));
in AvctCbBrChConnFail()
115
L2CIF_DisconnectionReq(cbDev->
cbBr
->chId, NULL);
in AvctCbBrChDisconn()
152
if (cbDev->
cbBr
!= NULL) {
in AvctCbBrChCheckDisconn()
177
if (cbDev->
cbBr
->ia == AVCT_ACPT) {
in AvctCbBrChConnInd()
210
AvctCbChDealloc(&(cbDev->
cbBr
));
in AvctCbBrChCloseInd()
234
AvctCbChDealloc(&(cbDev->
cbBr
));
in AvctCbBrChCloseCfm()
289
AvctCbCh *
cbBr
= cbDev->
cbBr
;
in AvctCbBrSendMsg()
local
299
int lRet = L2CIF_SendData(
cbBr
->chId, pkt, NULL);
in AvctCbBrSendMsg()
320
Packet *pkt = AvctMsgAsmbl(cbDev->
cbBr
, dat
in AvctCbBrRevMsg()
[all...]
H
A
D
avctp_dev.c
61
((g_avctMng.cbDev[i].chLink & AVCT_ALLOC_BR) && (g_avctMng.cbDev[i].
cbBr
->chId == chId))) {
in AvctGetCbDevByChId()
105
if (cbDev->
cbBr
!= NULL) {
in AvctCbDevDealloc()
106
AvctCbChDealloc(&(cbDev->
cbBr
));
in AvctCbDevDealloc()
H
A
D
avctp_br.h
23
extern void AvctCbChDealloc(AvctCbCh **
cbBr
);
H
A
D
avctp_int.h
107
AvctCbCh *
cbBr
; /* Associated browser channel ControlBlock */
member
H
A
D
avctp_api.c
515
((cbConn->status == AVCT_CONN_BIND) && (cbConn->cbDev->
cbBr
== NULL))) {
in AvctBrSendMsgReq()
545
if ((cbConn != NULL) && (cbConn->status == AVCT_CONN_BIND) && (cbConn->cbDev->
cbBr
!= NULL)) {
in AVCT_BrGetPeerMtu()
546
peerMtu = cbConn->cbDev->
cbBr
->peerMtu;
in AVCT_BrGetPeerMtu()
H
A
D
avctp_ctrl_act.c
165
if (cbDev->
cbBr
!= NULL) {
in AvctCbCtrlChCheckDisconn()
234
if (cbConn->cbDev->
cbBr
!= NULL) {
in AvctCbCtrlChCloseInd()
H
A
D
avctp_gap.c
93
cbCh = cbDev->
cbBr
;
in AvctSecurityResult()
Completed in 5 milliseconds