Searched refs:DEBUG_INFO (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_common.h | 54 #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 D | TrackerEntry.java | 50 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 D | vendor_specific_event_manager.cc | 69 case (VseSubeventCode::DEBUG_INFO): { in check_event_supported()
|
H A D | hci_packets.pdl | 774 DEBUG_INFO = 0x57,
|
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneManagerShellCommand.java | 247 "debug_info", GeolocationTimeZoneSuggestionProto.DEBUG_INFO, debugInfo); in runDumpControllerState()
|