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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 54 #define DEBUG_INFO 0x0002
59 #define DPRINT_INFO if (defined_debug & DEBUG_INFO) \
80 unsigned short defined_debug = DEBUG_ERR | DEBUG_INFO;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h 72 #define DEBUG_INFO 0x00000040 // Informational debug messages
92 #define EFI_D_INFO DEBUG_INFO
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 44 #define DEBUG_INFO 0x00000040 // Informational debug messages
68 #define EFI_D_INFO DEBUG_INFO
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 50 static final String DEBUG_INFO = "DebugInfo";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
201 cValues.put(DEBUG_INFO, debugBuilder.toString());
203 cValues.put(DEBUG_INFO, mLogMsg);
240 entry.setLogMsg(cursor.getString(cursor.getColumnIndex(DEBUG_INFO)));

Completed in 92 milliseconds