OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cu_find_rcb_by_psm
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/l2cap/
l2c_ucd.cc
100
p_rcb =
l2cu_find_rcb_by_psm
(psm);
204
p_rcb =
l2cu_find_rcb_by_psm
(psm);
214
p_rcb =
l2cu_find_rcb_by_psm
(L2C_UCD_RCB_ID);
260
p_rcb =
l2cu_find_rcb_by_psm
(psm);
278
p_rcb =
l2cu_find_rcb_by_psm
(L2C_UCD_RCB_ID);
322
if (((p_rcb =
l2cu_find_rcb_by_psm
(psm)) == NULL) ||
388
if (((p_rcb =
l2cu_find_rcb_by_psm
(psm)) == NULL) ||
597
p_rcb =
l2cu_find_rcb_by_psm
(L2C_UCD_RCB_ID);
865
((p_rcb =
l2cu_find_rcb_by_psm
(L2C_UCD_RCB_ID)) != NULL)) {
[
all
...]
l2c_api.cc
88
p_rcb =
l2cu_find_rcb_by_psm
(vpsm);
97
p_rcb =
l2cu_find_rcb_by_psm
(vpsm);
131
p_rcb =
l2cu_find_rcb_by_psm
(psm);
188
if ((
l2cu_find_rcb_by_psm
(psm)) == NULL) done = true;
246
p_rcb =
l2cu_find_rcb_by_psm
(psm);
[
all
...]
l2c_int.h
697
extern tL2C_RCB*
l2cu_find_rcb_by_psm
(uint16_t psm);
[
all
...]
l2c_main.cc
370
p_rcb =
l2cu_find_rcb_by_psm
(con_info.psm);
l2c_utils.cc
1787
tL2C_RCB*
l2cu_find_rcb_by_psm
(uint16_t psm) {
function
[
all
...]
Completed in 178 milliseconds