/frameworks/base/core/java/android/app/timedetector/ |
D | TelephonyTimeSuggestion.java | 87 ArrayList<String> debugInfo = in.readArrayList( in createFromParcel() local 89 if (debugInfo != null) { in createFromParcel() 90 suggestion.addDebugInfo(debugInfo); in createFromParcel() 197 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument 201 mDebugInfo.add(debugInfo); in addDebugInfo() 209 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument 211 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo() 213 mDebugInfo.addAll(debugInfo); in addDebugInfo() 279 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument 283 mDebugInfo.add(debugInfo); in addDebugInfo()
|
D | TimeSuggestionHelper.java | 82 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument 86 mDebugInfo.add(debugInfo); in addDebugInfo() 103 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument 105 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo() 107 mDebugInfo.addAll(debugInfo); in addDebugInfo()
|
/frameworks/base/core/java/android/app/timezonedetector/ |
D | TelephonyTimeZoneSuggestion.java | 83 int slotIndex, @NonNull String debugInfo) { in createEmptySuggestion() argument 84 return new Builder(slotIndex).addDebugInfo(debugInfo).build(); in createEmptySuggestion() 167 List<String> debugInfo = in createFromParcel() local 169 if (debugInfo != null) { in createFromParcel() 170 suggestion.addDebugInfo(debugInfo); in createFromParcel() 246 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument 250 mDebugInfo.add(debugInfo); in addDebugInfo() 258 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument 260 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo() 262 mDebugInfo.addAll(debugInfo); in addDebugInfo() [all …]
|
D | TimeZoneDetector.java | 141 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument 143 suggestion.addDebugInfo(debugInfo); in createManualTimeZoneSuggestion()
|
D | ManualTimeZoneSuggestion.java | 68 …ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */, java.la… in createFromParcel() local 69 suggestion.mDebugInfo = debugInfo; in createFromParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelper.java | 78 public CountryResult(@NonNull String zoneId, @Quality int quality, String debugInfo) { in CountryResult() argument 81 mDebugInfo = debugInfo; in CountryResult() 210 String debugInfo; in lookupByCountry() local 214 debugInfo = "Country default is boosted"; in lookupByCountry() 222 debugInfo = "No effective time zones found at whenMillis=" + whenMillis; in lookupByCountry() 226 debugInfo = "One effective time zone found at whenMillis=" + whenMillis; in lookupByCountry() 233 debugInfo = "countryUsesDifferentOffsets=" + countryUsesDifferentOffsets + " at" in lookupByCountry() 237 return new CountryResult(countryDefaultZone.getID(), matchQuality, debugInfo); in lookupByCountry()
|
/frameworks/av/media/libaudiohal/impl/ |
D | DevicesFactoryHalHidl.cpp | 172 DebugInfo debugInfo; in getHalPids() local 174 debugInfo = info; in getHalPids() 179 if (debugInfo.pid == (int)IServiceManager::PidConstant::NO_PID) { in getHalPids() 182 pidsSet.insert(debugInfo.pid); in getHalPids()
|
D | EffectHalHidl.cpp | 339 DebugInfo debugInfo; in getHalPid() local 341 debugInfo = info; in getHalPid() 347 if (debugInfo.pid != (int)IServiceManager::PidConstant::NO_PID) { in getHalPid() 348 *pid = debugInfo.pid; in getHalPid()
|
D | StreamHalHidl.cpp | 267 DebugInfo debugInfo; in getHalPid() local 269 debugInfo = info; in getHalPid() 274 if (debugInfo.pid != (int)IServiceManager::PidConstant::NO_PID) { in getHalPid() 275 *pid = debugInfo.pid; in getHalPid()
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.cpp | 172 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable() local 173 if (!debugInfo.empty()) textTable.add(debugInfo); in createTextTable()
|
D | ListCommand.cpp | 640 DebugInfo debugInfo; in fetchBinderizedEntry() local 642 debugInfo = received; in fetchBinderizedEntry() 650 entry->serverPid = debugInfo.pid; in fetchBinderizedEntry() 651 entry->serverObjectAddress = debugInfo.ptr; in fetchBinderizedEntry() 652 entry->arch = fromBaseArchitecture(debugInfo.arch); in fetchBinderizedEntry() 654 if (debugInfo.pid != NO_PID) { in fetchBinderizedEntry() 655 const BinderPidInfo* pidInfo = getPidInfoCached(debugInfo.pid); in fetchBinderizedEntry() 658 "no information for PID " + std::to_string(debugInfo.pid) + in fetchBinderizedEntry() 662 if (debugInfo.ptr != NO_PTR) { in fetchBinderizedEntry() 663 auto it = pidInfo->refPids.find(debugInfo.ptr); in fetchBinderizedEntry()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
D | LocationTimeZoneProvider.java | 194 @Nullable String debugInfo) { in ProviderState() argument 200 this.mDebugInfo = debugInfo; in ProviderState() 217 @Nullable String debugInfo) { in newState() argument 287 return new ProviderState(provider, newStateEnum, event, currentUserConfig, debugInfo); in newState() 773 String debugInfo = "handleTemporaryFailure: reason=" + reason in handleTemporaryFailure() local 777 null, currentState.currentUserConfiguration, debugInfo); in handleTemporaryFailure()
|
D | LocationTimeZoneProviderController.java | 660 String debugInfo = "Provider event received: provider=" + provider in handleProviderSuggestion() local 663 reportSuggestionEvent(suggestion, debugInfo); in handleProviderSuggestion() 771 String debugInfo = "Uncertainty timeout triggered for " + provider.getName() + ":" in onProviderUncertaintyTimeout() local 779 reportSuggestionEvent(suggestion, debugInfo); in onProviderUncertaintyTimeout()
|
D | LocationTimeZoneManagerShellCommand.java | 279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState() 281 "debug_info", LocationTimeZoneProviderEventProto.DEBUG_INFO, debugInfo); in runDumpControllerState()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerLifecycleManager.cpp | 394 std::string debugInfo = owner.name + "[" + std::to_string(owner.id) + "] refs:"; in getDebugString() local 396 [&debugInfo = debugInfo](const uint32_t& reference) mutable { in getDebugString() 397 debugInfo += std::to_string(reference) + ","; in getDebugString() 399 return debugInfo; in getDebugString()
|
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 376 std::string debugInfo; in dumpDebugInfo() local 379 debugInfo = tmpDebugInfo.c_str(); in dumpDebugInfo() 382 return debugInfo; in dumpDebugInfo()
|
D | Gralloc3.cpp | 365 std::string debugInfo; in dumpDebugInfo() local 367 mAllocator->dumpDebugInfo([&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); }); in dumpDebugInfo() 369 return debugInfo; in dumpDebugInfo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | UsageStatsDatabaseTest.java | 359 String debugInfo = ""; in compareIntervalStats() local 361 debugInfo += c.toString() + "\n"; in compareIntervalStats() 363 debugInfo += "\n"; in compareIntervalStats() 365 debugInfo += c.toString() + "\n"; in compareIntervalStats() 368 + " not found in deserialized IntervalStat\n" + debugInfo); in compareIntervalStats()
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | NetworkTimeUpdateService.java | 666 @NonNull String debugInfo, @NonNull RefreshCallbacks refreshCallbacks) { in makeNetworkTimeSuggestion() argument 671 timeSuggestion.addDebugInfo(debugInfo); in makeNetworkTimeSuggestion()
|
/frameworks/base/apct-tests/perftests/rubidium/assets/ |
D | rubidium_scoring_logic_compiled.js | 48 …a,r:b};Ac(this,a,b);return{desirability:0,postRevshareBidCpmUsdMicros:0,debugInfo:this.D?g:void 0,… 49 …mUsdMicros,postRevshareBidCpmUsdMicros:this.postRevshareBidCpmUsdMicros,debugInfo:this.D?f:void 0,… 51 …d,f,W(a,8)||W(a,22));W(a,8)&&b.debugInfo&&console.log(b.debugInfo);if(W(a,22)&&b.debugInfo){d=b.de… 58 …ac(e),a.o.set(m,e),e=Mc(a,e),1!==e.B))return c=a.reject(e.G,e.B),c.debugInfo&&(c.debugInfo.acru=m),
|
D | turtledove_generate_bid.js | 114 ….l):(b=c,b.J=H.l)}return{bidResponse:{ad:{},bid:b.J,render:b.renderUrl},debugInfo:void 0}};var Ac=…
|
D | turtledove_parametrized_generateBid.js | 111 ….l):(b=c,b.J=H.l)}return{bidResponse:{ad:{},bid:b.J,render:b.renderUrl},debugInfo:void 0}};var wc=…
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 578 std::vector<std::string> debugInfo; member
|
D | InputDispatcher.cpp | 2990 info.debugInfo.push_back( in computeTouchOcclusionInfoLocked() 3019 info.debugInfo.push_back( in computeTouchOcclusionInfoLocked() 5003 for (const auto& log : occlusionInfo.debugInfo) { in canWindowReceiveMotionLocked()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 7930 final String debugInfo = in shouldAllowFgsStartForegroundWithBindingCheckLocked() local 7951 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundWithBindingCheckLocked() 7953 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundWithBindingCheckLocked()
|