Home
last modified time | relevance | path

Searched refs:getDebugInfo (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/timedetector/
DGnssTimeSuggestion.java51 public List<String> getDebugInfo() { in getDebugInfo() method in GnssTimeSuggestion
52 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
DNetworkTimeSuggestion.java81 public List<String> getDebugInfo() { in getDebugInfo() method in NetworkTimeSuggestion
/frameworks/base/core/java/android/app/timedetector/
DManualTimeSuggestion.java78 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeSuggestion
79 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
DTimeSuggestionHelper.java72 public List<String> getDebugInfo() { in getDebugInfo() method in TimeSuggestionHelper
DTelephonyTimeSuggestion.java187 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeSuggestion
/frameworks/base/core/java/android/app/time/
DExternalTimeSuggestion.java128 public List<String> getDebugInfo() { in getDebugInfo() method in ExternalTimeSuggestion
129 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DManualTimeZoneSuggestionTest.java74 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
DTelephonyTimeZoneSuggestionTest.java174 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DManualTimeSuggestionTest.java73 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
DTelephonyTimeSuggestionTest.java105 assertEquals(suggestion1.getDebugInfo(), rtSuggestion1.getDebugInfo()); in testParcelable()
/frameworks/native/services/surfaceflinger/
DWindowInfosListenerInvoker.h56 DebugInfo getDebugInfo();
DWindowInfosListenerInvoker.cpp146 WindowInfosListenerInvoker::DebugInfo WindowInfosListenerInvoker::getDebugInfo() { in getDebugInfo() function in android::WindowInfosListenerInvoker
DSurfaceFlinger.cpp7000 auto windowInfosDebug = mWindowInfosListenerInvoker->getDebugInfo(); in dumpAll()
/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java55 DebugInfo i18nLibraryDebugInfo = I18nModuleDebug.getDebugInfo(); in dump()
/frameworks/base/core/java/android/app/timezonedetector/
DManualTimeZoneSuggestion.java90 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeZoneSuggestion
DTelephonyTimeZoneSuggestion.java236 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeZoneSuggestion
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DLocationAlgorithmEvent.java85 public List<String> getDebugInfo() { in getDebugInfo() method in LocationAlgorithmEvent
/frameworks/base/services/core/java/com/android/server/vibrator/
DHalVibration.java180 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in HalVibration
DVibratorManagerService.java665 mCurrentVibration.getVibration().getDebugInfo().dump(pw); in dumpText()
675 mNextVibration.getVibration().getDebugInfo().dump(pw); in dumpText()
685 mCurrentExternalVibration.getDebugInfo().dump(pw); in dumpText()
710 mCurrentVibration.getVibration().getDebugInfo().dump(proto, in dumpProto()
714 mCurrentExternalVibration.getDebugInfo().dump(proto, in dumpProto()
861 logAndRecordVibration(vib.getDebugInfo()); in endVibrationLocked()
872 logAndRecordVibration(vib.getDebugInfo()); in endVibrationAndWriteStatsLocked()
1684 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in VibratorManagerService.ExternalVibrationHolder
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerShellCommand.java279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.cpp340 const auto ret = mEffect->getDebugInfo([&] (const auto &info) { in getHalPid()
DStreamHalHidl.cpp270 auto ret = mStream->getDebugInfo([&] (const auto &info) { in getHalPid()
/frameworks/compile/slang/
Dslang_backend.cpp86 if (mCodeGenOpts.getDebugInfo() != clang::codegenoptions::NoDebugInfo) in getSlangLLVMVersion()
371 mCodeGenOpts.OptimizationLevel, mCodeGenOpts.getDebugInfo()); in HandleTranslationUnit()
/frameworks/native/cmds/lshal/
Dtest.cpp135 MOCK_METHOD_CB(getDebugInfo);
361 hardware::Return<void> getDebugInfo(getDebugInfo_cb cb) override { in getDebugInfo() function in android::lshal::TestService
DListCommand.cpp671 auto debugRet = timeoutIPC(mLshal.getIpcCallWait(), service, &IBase::getDebugInfo, in fetchBinderizedEntry()

12