/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | GnssTimeSuggestion.java | 51 public List<String> getDebugInfo() { in getDebugInfo() method in GnssTimeSuggestion 52 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
|
D | NetworkTimeSuggestion.java | 81 public List<String> getDebugInfo() { in getDebugInfo() method in NetworkTimeSuggestion
|
/frameworks/base/core/java/android/app/timedetector/ |
D | ManualTimeSuggestion.java | 78 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeSuggestion 79 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
|
D | TimeSuggestionHelper.java | 72 public List<String> getDebugInfo() { in getDebugInfo() method in TimeSuggestionHelper
|
D | TelephonyTimeSuggestion.java | 187 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeSuggestion
|
/frameworks/base/core/java/android/app/time/ |
D | ExternalTimeSuggestion.java | 128 public List<String> getDebugInfo() { in getDebugInfo() method in ExternalTimeSuggestion 129 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
|
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/ |
D | ManualTimeZoneSuggestionTest.java | 74 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
|
D | TelephonyTimeZoneSuggestionTest.java | 174 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
|
/frameworks/base/core/tests/timetests/src/android/app/timedetector/ |
D | ManualTimeSuggestionTest.java | 73 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
|
D | TelephonyTimeSuggestionTest.java | 105 assertEquals(suggestion1.getDebugInfo(), rtSuggestion1.getDebugInfo()); in testParcelable()
|
/frameworks/native/services/surfaceflinger/ |
D | WindowInfosListenerInvoker.h | 56 DebugInfo getDebugInfo();
|
D | WindowInfosListenerInvoker.cpp | 146 WindowInfosListenerInvoker::DebugInfo WindowInfosListenerInvoker::getDebugInfo() { in getDebugInfo() function in android::WindowInfosListenerInvoker
|
D | SurfaceFlinger.cpp | 7000 auto windowInfosDebug = mWindowInfosListenerInvoker->getDebugInfo(); in dumpAll()
|
/frameworks/base/services/core/java/com/android/server/ |
D | RuntimeService.java | 55 DebugInfo i18nLibraryDebugInfo = I18nModuleDebug.getDebugInfo(); in dump()
|
/frameworks/base/core/java/android/app/timezonedetector/ |
D | ManualTimeZoneSuggestion.java | 90 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeZoneSuggestion
|
D | TelephonyTimeZoneSuggestion.java | 236 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeZoneSuggestion
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | LocationAlgorithmEvent.java | 85 public List<String> getDebugInfo() { in getDebugInfo() method in LocationAlgorithmEvent
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | HalVibration.java | 180 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in HalVibration
|
D | VibratorManagerService.java | 665 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/ |
D | LocationTimeZoneManagerShellCommand.java | 279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectHalHidl.cpp | 340 const auto ret = mEffect->getDebugInfo([&] (const auto &info) { in getHalPid()
|
D | StreamHalHidl.cpp | 270 auto ret = mStream->getDebugInfo([&] (const auto &info) { in getHalPid()
|
/frameworks/compile/slang/ |
D | slang_backend.cpp | 86 if (mCodeGenOpts.getDebugInfo() != clang::codegenoptions::NoDebugInfo) in getSlangLLVMVersion() 371 mCodeGenOpts.OptimizationLevel, mCodeGenOpts.getDebugInfo()); in HandleTranslationUnit()
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 135 MOCK_METHOD_CB(getDebugInfo); 361 hardware::Return<void> getDebugInfo(getDebugInfo_cb cb) override { in getDebugInfo() function in android::lshal::TestService
|
D | ListCommand.cpp | 671 auto debugRet = timeoutIPC(mLshal.getIpcCallWait(), service, &IBase::getDebugInfo, in fetchBinderizedEntry()
|