HomeSort by relevance Sort by last modified time
    Searched refs:LLCP_STATUS_SUCCESS (Results 1 - 7 of 7) sorted by null

  /system/nfc/src/nfc/llcp/
llcp_sdp.c 144 status = LLCP_STATUS_SUCCESS;
158 status = LLCP_STATUS_SUCCESS;
168 if ((status == LLCP_STATUS_SUCCESS) &&
236 status = LLCP_STATUS_SUCCESS;
250 status = LLCP_STATUS_SUCCESS;
260 if ((status == LLCP_STATUS_SUCCESS) &&
431 return LLCP_STATUS_SUCCESS;
llcp_dlc.c 114 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
126 if (status == LLCP_STATUS_SUCCESS) {
200 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
294 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
318 if (status == LLCP_STATUS_SUCCESS) {
381 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
511 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
646 if (llcp_util_parse_connect(p_data, length, &params) != LLCP_STATUS_SUCCESS) {
712 if (status != LLCP_STATUS_SUCCESS) {
786 LLCP_STATUS_SUCCESS) {
    [all...]
llcp_util.c 250 tLLCP_STATUS status = LLCP_STATUS_SUCCESS;
444 return LLCP_STATUS_SUCCESS;
527 return LLCP_STATUS_SUCCESS;
580 return LLCP_STATUS_SUCCESS;
639 return LLCP_STATUS_SUCCESS;
737 return LLCP_STATUS_SUCCESS;
llcp_api.c 284 ** Returns LLCP_STATUS_SUCCESS if success
310 ** Returns LLCP_STATUS_SUCCESS if success
319 return LLCP_STATUS_SUCCESS;
523 ** Returns LLCP_STATUS_SUCCESS if success
575 return LLCP_STATUS_SUCCESS;
626 ** Returns LLCP_STATUS_SUCCESS if success
830 ** Returns LLCP_STATUS_SUCCESS if success
906 if (status != LLCP_STATUS_SUCCESS) {
915 return LLCP_STATUS_SUCCESS;
925 ** Returns LLCP_STATUS_SUCCESS if succes
    [all...]
llcp_link.c 284 return (LLCP_STATUS_SUCCESS);
    [all...]
  /system/nfc/src/nfc/include/
llcp_api.h 34 #define LLCP_STATUS_SUCCESS 0
318 ** Returns LLCP_STATUS_SUCCESS if success
334 ** Returns LLCP_STATUS_SUCCESS if success
385 ** Returns LLCP_STATUS_SUCCESS if success
412 ** Returns LLCP_STATUS_SUCCESS if success
458 ** Returns LLCP_STATUS_SUCCESS if success
472 ** Returns LLCP_STATUS_SUCCESS if success
491 ** Returns LLCP_STATUS_SUCCESS if success
520 ** Returns LLCP_STATUS_SUCCESS if success
565 ** Returns LLCP_STATUS_SUCCESS if succes
    [all...]
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.c 220 LLCP_STATUS_SUCCESS) {
851 if (status == LLCP_STATUS_SUCCESS) {
913 if (status != LLCP_STATUS_SUCCESS) {
    [all...]

Completed in 104 milliseconds