HomeSort by relevance Sort by last modified time
    Searched refs:DebugLevel (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
Properties.h 52 * by the DebugLevel enum below.
59 enum DebugLevel {
199 static DebugLevel readDebugLevel() {
202 return (DebugLevel) atoi(property);
Caches.h 140 DebugLevel getDebugLevel() const {
345 DebugLevel mDebugLevel;
  /external/mdnsresponder/mDNSShared/
DebugServices.c 83 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize );
128 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize );
198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo;
199 static DebugLevel gDebugPrintLevelMax = kDebugLevelMax;
200 static DebugLevel gDebugBreakLevel = kDebugLevelAssert;
424 DebugLevel * level;
430 level = va_arg( args, DebugLevel * );
436 level = va_arg( args, DebugLevel * );
442 level = va_arg( args, DebugLevel * );
463 DebugLevel level
    [all...]
DebugServices.h 276 /*! @typedef DebugLevel
281 typedef int32_t DebugLevel;
344 #define kDebugPropertyTagPrintLevelMin 0x6D696E70U // 'minp' Get: 1st param = DebugLevel *
345 // Set: 1st param = DebugLevel
349 #define kDebugPropertyTagPrintLevelMax 0x706D786CU // 'maxp' Get: 1st param = DebugLevel *
350 // Set: 1st param = DebugLevel
352 #define kDebugPropertyTagBreakLevel 0x62726B6CU // 'brkl' Get: 1st param = DebugLevel *
353 // Set: 1st param = DebugLevel
    [all...]

Completed in 258 milliseconds