Home
last modified time | relevance | path

Searched refs:DEBUG_INFO (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_common.h54 #define DEBUG_INFO 0x0002 macro
59 #define DPRINT_INFO if (defined_debug & DEBUG_INFO) \
80 unsigned short defined_debug = DEBUG_ERR | DEBUG_INFO;
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java50 static final String DEBUG_INFO = "DebugInfo"; field in TrackerEntry
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
201 cValues.put(DEBUG_INFO, debugBuilder.toString()); in getAsContentValues()
203 cValues.put(DEBUG_INFO, mLogMsg); in getAsContentValues()
240 entry.setLogMsg(cursor.getString(cursor.getColumnIndex(DEBUG_INFO))); in createEntry()
/aosp12/system/bt/gd/hci/
H A Dvendor_specific_event_manager.cc69 case (VseSubeventCode::DEBUG_INFO): { in check_event_supported()
H A Dhci_packets.pdl774 DEBUG_INFO = 0x57,
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneManagerShellCommand.java247 "debug_info", GeolocationTimeZoneSuggestionProto.DEBUG_INFO, debugInfo); in runDumpControllerState()