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

  /external/libnfc-nci/src/adaptation/
OverrideLog.cpp 55 appl_trace_level = (unsigned char) num;
62 appl_trace_level = (unsigned char) num;
67 if (appl_trace_level == 0xFF)
68 appl_trace_level = BT_TRACE_LEVEL_DEBUG;
69 ALOGD ("%s: level=%u", __FUNCTION__, appl_trace_level);
70 return appl_trace_level;
libmain.c 554 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
586 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
NfcAdaptation.cpp 44 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
57 appl_trace_level = (unsigned char) num;
64 appl_trace_level = (unsigned char) num;
69 if (appl_trace_level == 0xFF)
70 appl_trace_level = BT_TRACE_LEVEL_DEBUG;
71 ALOGD ("%s: level=%u", __FUNCTION__, appl_trace_level);
72 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;
388 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "doWriteDelay() delay %ld ms", delay);
574 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, len);
687 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__,
751 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 118 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
126 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit", __FUNCTION__);
145 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
161 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.
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 112 #define MY_LOG_LEVEL appl_trace_level

Completed in 533 milliseconds