Home
last modified time | relevance | path

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

/system/core/adb/
Dsockets.cpp438 char debug[PROPERTY_VALUE_MAX]; in create_local_service_socket() local
/system/vold/
DVolumeManager.cpp140 …tupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, bool debug) { in setupLoopDevice()
157 …Name, const char* key, const char* idHash , int numImgSectors, bool* createdDMDevice, bool debug) { in setupDevMapperDevice()
/system/bt/stack/rfcomm/
Dport_api.c43 #define debug(fmt, ...) LOG_DEBUG ("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro