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

  /external/libnfc-nci/src/adaptation/
OverrideLog.cpp 54 appl_trace_level = (unsigned char) num;
61 appl_trace_level = (unsigned char) num;
66 if (appl_trace_level == 0xFF)
67 appl_trace_level = BT_TRACE_LEVEL_DEBUG;
68 ALOGD ("%s: level=%u", __FUNCTION__, appl_trace_level);
69 return appl_trace_level;
libmain.c 502 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
534 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
NfcAdaptation.cpp 43 UINT8 appl_trace_level = 0xff; variable
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 31 unsigned char appl_trace_level = BT_TRACE_LEVEL_DEBUG; variable
56 appl_trace_level = (unsigned char) num;
63 appl_trace_level = (unsigned char) num;
68 if (appl_trace_level == 0xFF)
69 appl_trace_level = BT_TRACE_LEVEL_DEBUG;
70 ALOGD ("%s: level=%u", __FUNCTION__, appl_trace_level);
71 return appl_trace_level;
android_logmsg.cpp 87 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
112 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
userial_linux.c 49 extern UINT8 appl_trace_level;
387 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "doWriteDelay() delay %ld ms", delay);
573 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, len);
684 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: return %d(0x%x) bytes, errno=%d count=%d, n=%d, timeout=%d\n", __func__,
748 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "userial_read_thread(): enqueued p_buf=%p, count=%d, length=%d\n",
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
43 extern unsigned char appl_trace_level;
  /external/libnfc-nci/src/include/
OverrideLog.h 31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
43 extern unsigned char appl_trace_level; //defined in /external/libnfc-nci/
bt_trace.h 161 /* External declaration for appl_trace_level here to avoid to add the declaration in all the files using APPL_TRACExxx macros */
162 extern UINT8 appl_trace_level ;
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeLlcpSocket.cpp 117 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
125 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit", __FUNCTION__);
144 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
159 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; actual len=%d", __FUNCTION__, retval);
PeerToPeer.cpp 884 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: send data; jniHandle: %u nfaHandle: 0x%04X",
898 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: peer disconnected", fn);
904 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit OK; JNI handle: %u NFA Handle: 0x%04x", fn, jniHandle, pConn->mNfaConnHandle);
929 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter; jniHandle: %u bufferLen: %u", fn, jniHandle, bufferLen);
942 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: jniHandle: %u nfaHandle: 0x%04X buf len=%u", fn, pConn->mJniHandle, pConn->mNfaConnHandle, bufferLen);
954 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: waiting for data...", fn);
961 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; nfa h: 0x%X ok: %u actual len: %u", fn, pConn->mNfaConnHandle, retVal, actualLen);
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c 60 UINT8 appl_trace_level = BT_TRACE_LEVEL_WARNING; //APPL_INITIAL_TRACE_LEVEL; variable
176 appl_trace_level = p_bta_sys_cfg->trace_level;
705 appl_trace_level = level;
bta_sys.h 191 extern UINT8 appl_trace_level;
  /external/bluetooth/bluedroid/include/
bte_appl.h 111 extern UINT8 appl_trace_level;
bt_trace.h 191 /* External declaration for appl_trace_level here to avoid to add the declaration in all the files using APPL_TRACExxx macros */
192 extern UINT8 appl_trace_level ;
    [all...]
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 97 /* LayerIDs for BTA, currently everything maps onto appl_trace_level */
309 appl_trace_level = new_level;
311 return (appl_trace_level);
474 /* LayerIDs for BTA, currently everything maps onto appl_trace_level.

Completed in 625 milliseconds