OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_layer
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
buildcfg.h
32
extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32
trace_layer
, UINT32 trace_type);
/external/bluetooth/bluedroid/main/
bte_logmsg.c
221
int
trace_layer
= TRACE_GET_LAYER(trace_set_mask);
local
222
if (
trace_layer
>= TRACE_LAYER_MAX_NUM)
223
trace_layer
= 0;
248
LOGE0(bt_layer_tags[
trace_layer
], buffer);
251
LOGW0(bt_layer_tags[
trace_layer
], buffer);
255
LOGI0(bt_layer_tags[
trace_layer
], buffer);
258
LOGD0(bt_layer_tags[
trace_layer
], buffer);
261
LOGE0(bt_layer_tags[
trace_layer
], buffer); /* we should never get this */
265
LOGI0(bt_layer_tags[
trace_layer
], buffer);
283
int
trace_layer
= TRACE_GET_LAYER(trace_set_mask)
local
[
all
...]
/external/libnfc-nci/src/include/
buildcfg.h
80
extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32
trace_layer
, UINT32 trace_type);
/external/libnfc-nci/src/adaptation/
libmain.c
344
void dumpbin(const char* data, int size, UINT32
trace_layer
, UINT32 trace_type)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
139
extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32
trace_layer
, UINT32 trace_type);
[
all
...]
Completed in 54 milliseconds