Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 8 of 8) sorted by relevance

/system/core/storaged/
Dstoraged_service.cpp109 bool debug = false; in dump() local
/system/extras/libfec/
Dfec_private.h159 #define debug(format, args...) macro
161 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) macro
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c13 static int debug; variable
/system/core/logd/
DLogTags.cpp188 bool debug = !etc && !strcmp(filename, debug_event_log_tags); in ReadFileEventLogTags() local
647 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() local
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py467 def debug(string): function
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc93 Return<void> GenericContextHub::debug( in debug() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
/system/bt/stack/rfcomm/
Dport_api.cc47 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
/system/core/logcat/
Dlogcat.cpp121 bool debug; member