OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPL_TRACE_API
(Results
1 - 9
of
9
) sorted by null
/system/bt/bta/sdp/
bta_sdp_api.c
62
APPL_TRACE_API
(__FUNCTION__);
100
APPL_TRACE_API
("%s", __func__);
129
APPL_TRACE_API
("%s", __func__);
156
APPL_TRACE_API
("%s", __func__);
/system/bt/bta/mce/
bta_mce_api.c
64
APPL_TRACE_API
("%", __func__);
103
APPL_TRACE_API
("%s", __func__);
/system/bt/bta/jv/
bta_jv_api.c
65
APPL_TRACE_API
( "BTA_JvEnable");
107
APPL_TRACE_API
("%s", __func__);
166
APPL_TRACE_API
("%s", __func__);
198
APPL_TRACE_API
("%s", __func__);
228
APPL_TRACE_API
("%s", __func__);
259
APPL_TRACE_API
("%s", __func__);
284
APPL_TRACE_API
("%s", __func__);
314
APPL_TRACE_API
("%s", __func__);
367
APPL_TRACE_API
("%s", __func__);
415
APPL_TRACE_API
("%s", __func__)
[
all
...]
bta_jv_act.c
455
APPL_TRACE_API
("%s(jv_handle: 0x%2x), idx: %d, "
457
APPL_TRACE_API
("%s, bd_counter = %d, "
565
APPL_TRACE_API
("bta_jv_alloc_set_pm_profile_cb(handle 0x%2x, app_id %d): "
[
all
...]
/system/bt/bta/dm/
bta_dm_api.c
121
APPL_TRACE_API
("%s", __func__);
143
APPL_TRACE_API
("%s", __func__);
889
APPL_TRACE_API
("BTA_DmSetBleAdvParam: %d, %d", adv_int_min, adv_int_max);
[
all
...]
/system/bt/bta/hf_client/
bta_hf_client_sco.c
301
APPL_TRACE_API
("Setting retry_with_sco_only to TRUE");
307
APPL_TRACE_API
("retrying with SCO only");
332
APPL_TRACE_API
("%s: orig %d, inx 0x%04x, status 0x%x, pkt types 0x%04x",
/system/bt/bta/ag/
bta_ag_sco.c
526
APPL_TRACE_API
("Setting retry_with_sco_only to TRUE");
531
APPL_TRACE_API
("Setting retry_with_sco_only to FALSE");
535
APPL_TRACE_API
("Setting retry_with_sco_only to TRUE");
542
APPL_TRACE_API
("retrying with SCO only");
609
APPL_TRACE_API
("ag create sco: orig %d, inx 0x%04x, status 0x%x, pkt types 0x%04x",
[
all
...]
/system/bt/bta/gatt/
bta_gattc_api.c
571
APPL_TRACE_API
("%s conn_id=%d handle=0x%04x", __func__, conn_id, handle);
/system/bt/include/
bt_trace.h
363
#define
APPL_TRACE_API
(...) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_NONE | TRACE_ORG_APPL | TRACE_TYPE_API, ##__VA_ARGS__);}
Completed in 1592 milliseconds