OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_STATUS_SUCCESS
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c
149
status =
LLCP_STATUS_SUCCESS
;
165
status =
LLCP_STATUS_SUCCESS
;
179
if ( (status ==
LLCP_STATUS_SUCCESS
)
252
status =
LLCP_STATUS_SUCCESS
;
268
status =
LLCP_STATUS_SUCCESS
;
282
if ( (status ==
LLCP_STATUS_SUCCESS
)
467
return
LLCP_STATUS_SUCCESS
;
llcp_dlc.c
108
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
121
if (status ==
LLCP_STATUS_SUCCESS
)
188
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
279
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
305
if (status ==
LLCP_STATUS_SUCCESS
)
370
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
498
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
643
if (llcp_util_parse_connect (p_data, length, ¶ms) !=
LLCP_STATUS_SUCCESS
)
716
if (status !=
LLCP_STATUS_SUCCESS
)
790
if (llcp_util_parse_cc (p_data, length, &(params.miu), &(params.rw)) ==
LLCP_STATUS_SUCCESS
)
[
all
...]
llcp_util.c
273
tLLCP_STATUS status =
LLCP_STATUS_SUCCESS
;
477
return
LLCP_STATUS_SUCCESS
;
566
return
LLCP_STATUS_SUCCESS
;
622
return
LLCP_STATUS_SUCCESS
;
683
return
LLCP_STATUS_SUCCESS
;
784
return
LLCP_STATUS_SUCCESS
;
llcp_api.c
291
** Returns
LLCP_STATUS_SUCCESS
if success
318
** Returns
LLCP_STATUS_SUCCESS
if success
328
return
LLCP_STATUS_SUCCESS
;
557
** Returns
LLCP_STATUS_SUCCESS
if success
616
return
LLCP_STATUS_SUCCESS
;
668
** Returns
LLCP_STATUS_SUCCESS
if success
900
** Returns
LLCP_STATUS_SUCCESS
if success
[
all
...]
llcp_link.c
286
return (
LLCP_STATUS_SUCCESS
);
[
all
...]
/external/libnfc-nci/src/nfc/include/
llcp_api.h
34
#define
LLCP_STATUS_SUCCESS
0 /* Successfully done */
308
** Returns
LLCP_STATUS_SUCCESS
if success
323
** Returns
LLCP_STATUS_SUCCESS
if success
373
** Returns
LLCP_STATUS_SUCCESS
if success
400
** Returns
LLCP_STATUS_SUCCESS
if success
447
** Returns
LLCP_STATUS_SUCCESS
if success
461
** Returns
LLCP_STATUS_SUCCESS
if success
481
** Returns
LLCP_STATUS_SUCCESS
if success
512
** Returns
LLCP_STATUS_SUCCESS
if success
560
** Returns
LLCP_STATUS_SUCCESS
if succes
[
all
...]
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c
236
&(nfa_p2p_cb.sdp_cb[xx].tid)) ==
LLCP_STATUS_SUCCESS
)
930
if (status ==
LLCP_STATUS_SUCCESS
)
[
all
...]
Completed in 143 milliseconds