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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 32 unsigned char appl_trace_level = BT_TRACE_LEVEL_DEBUG; variable
58 appl_trace_level = (unsigned char) num;
65 appl_trace_level = (unsigned char) num;
70 if (appl_trace_level == 0xFF)
71 appl_trace_level = BT_TRACE_LEVEL_DEBUG;
72 ALOGD ("%s: level=%u", __FUNCTION__, appl_trace_level);
74 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
79 return appl_trace_level;
android_logmsg.cpp 205 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
223 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
249 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
273 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
userial_linux.c 49 extern UINT8 appl_trace_level;
417 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "doWriteDelay() delay %ld ms", delay);
624 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, len);
739 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__,
803 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/src/adaptation/
OverrideLog.cpp 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);
72 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG)
77 return appl_trace_level;
NfcAdaptation.cpp 45 UINT8 appl_trace_level = 0xff; variable
  /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;
config.h 35 #define NAME_APPL_TRACE_LEVEL "APPL_TRACE_LEVEL"
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/main/
bte_logmsg.c 99 /* LayerIDs for BTA, currently everything maps onto appl_trace_level */
311 appl_trace_level = new_level;
313 return (appl_trace_level);
486 /* LayerIDs for BTA, currently everything maps onto appl_trace_level.
  /external/bluetooth/bluedroid/include/
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...]
bte_appl.h 111 extern UINT8 appl_trace_level;
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c 61 UINT8 appl_trace_level = BT_TRACE_LEVEL_WARNING; //APPL_INITIAL_TRACE_LEVEL; variable
177 appl_trace_level = p_bta_sys_cfg->trace_level;
707 appl_trace_level = level;
bta_sys.h 194 extern UINT8 appl_trace_level;
  /device/asus/flo/nfc/
libnfc-brcm.conf 5 APPL_TRACE_LEVEL=0x01
  /device/htc/flounder/nfc/
libnfc-brcm.conf 3 APPL_TRACE_LEVEL=0x01
  /device/lge/hammerhead/nfc/
libnfc-brcm.conf 5 APPL_TRACE_LEVEL=0x01
  /device/moto/shamu/nfc/
libnfc-brcm.conf 3 APPL_TRACE_LEVEL=0x01
  /device/lge/mako/nfc/
libnfc-brcm.conf 5 APPL_TRACE_LEVEL=0x01
  /device/samsung/manta/nfc/
libnfc-brcm.conf 5 APPL_TRACE_LEVEL=0x01
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 113 #define MY_LOG_LEVEL appl_trace_level

Completed in 378 milliseconds