Home
last modified time | relevance | path

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

/system/webservd/webservd/
Ddbus_request_handler.cc33 bool debug, in OnError()
/system/connectivity/shill/
Dppp_daemon.h61 bool debug; member
/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/adb/
Dsockets.cpp420 char debug[PROPERTY_VALUE_MAX]; in create_local_service_socket() local
/system/vold/
DVolumeManager.cpp142 …tupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, bool debug) { in setupLoopDevice()
159 …t char* key, const char* idHash , unsigned long numImgSectors, bool* createdDMDevice, bool debug) { in setupDevMapperDevice()
/system/bt/stack/rfcomm/
Dport_api.c46 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro