Home
last modified time | relevance | path

Searched refs:LOG_VERBOSE (Results 1 – 10 of 10) sorted by relevance

/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp124 ALOG(LOG_VERBOSE, LOG_TAG, "enroll(gid=%d, timeout=%d)\n", groupId, timeout); in enroll()
126 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize); in enroll()
142 ALOG(LOG_VERBOSE, LOG_TAG, "stopEnrollment()\n"); in stopEnrollment()
147 ALOG(LOG_VERBOSE, LOG_TAG, "authenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId); in authenticate()
152 ALOG(LOG_VERBOSE, LOG_TAG, "stopAuthentication()\n"); in stopAuthentication()
157 ALOG(LOG_VERBOSE, LOG_TAG, "remove(fid=%d, gid=%d)\n", fingerId, groupId); in remove()
175 ALOG(LOG_VERBOSE, LOG_TAG, "setActiveGroup(%d, %s, %zu)", groupId, path_name, pathlen); in setActiveGroup()
180 ALOG(LOG_VERBOSE, LOG_TAG, "nativeOpenHal()\n"); in openHal()
223 ALOG(LOG_VERBOSE, LOG_TAG, "fingerprint HAL successfully initialized"); in openHal()
228 ALOG(LOG_VERBOSE, LOG_TAG, "nativeCloseHal()\n"); in closeHal()
/system/bt/osi/include/
Dlog.h23 #define LOG_VERBOSE(...) ALOGV(__VA_ARGS__) macro
/system/core/include/log/
Dlog.h91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
105 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
176 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
/system/bt/btif/src/
Dbtif_gatt_server.c62 LOG_VERBOSE("%s", __FUNCTION__);\
172 LOG_VERBOSE("%s: Event %d", __FUNCTION__, event); in btapp_gatts_handle_cback()
371 LOG_VERBOSE("%s: Event %d", __FUNCTION__, event); in btgatts_handle_event()
Dbtif_media_task.c1183 LOG_VERBOSE("btif_media_task_aa_handle_uipc_rx_rdy calls bta_av_ci_src_data_ready"); in btif_media_task_aa_handle_uipc_rx_rdy()
1254 LOG_VERBOSE("btif_media_thread_handle_cmd : %d %s", p_msg->event, in btif_media_thread_handle_cmd()
1299 LOG_VERBOSE("%s: %s DONE", __func__, dump_media_event(p_msg->event)); in btif_media_thread_handle_cmd()
2260 LOG_VERBOSE("WRITE %d FRAMES", result); in btif_get_num_aa_frame()
2665 LOG_VERBOSE("btif_media_send_aa_frame : send %d frames", nb_frame_2_send); in btif_media_send_aa_frame()
Dbtif_gatt_client.c66 LOG_VERBOSE("%s", __FUNCTION__);\
404 LOG_VERBOSE("%s device added idx=%d", __FUNCTION__, i ); in btif_gattc_add_remote_bdaddr()
415 LOG_VERBOSE("%s device overwrite idx=%d", __FUNCTION__, i ); in btif_gattc_add_remote_bdaddr()
467 LOG_VERBOSE("%s: Event %d", __FUNCTION__, event); in btif_gattc_upstreams_evt()
1161 LOG_VERBOSE("%s: Event %d", __FUNCTION__, event); in btgattc_handle_event()
Dbtif_pan.c610 LOG_VERBOSE("%s pan connection open status: %d", __func__, p_data->open.status); in bta_pan_callback_transfer()
/system/extras/perfprofd/quipper/base/
Dlogging.h131 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity variable
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c61 #define FNLOG() LOG_VERBOSE("%s", __FUNCTION__);
62 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
/system/core/libutils/
DThreads.cpp212 ALOG(LOG_VERBOSE, "thread", "thread exiting\n"); in threadIntermediary()