Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/app/timedetector/
DTelephonyTimeSuggestion.java87 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()
DTimeSuggestionHelper.java82 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/
DTelephonyTimeZoneSuggestion.java83 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 …]
DTimeZoneDetector.java141 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument
143 suggestion.addDebugInfo(debugInfo); in createManualTimeZoneSuggestion()
DManualTimeZoneSuggestion.java68 …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/
DTimeZoneLookupHelper.java78 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/
DDevicesFactoryHalHidl.cpp172 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()
DEffectHalHidl.cpp339 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()
DStreamHalHidl.cpp267 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/
DTableEntry.cpp172 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable() local
173 if (!debugInfo.empty()) textTable.add(debugInfo); in createTextTable()
DListCommand.cpp640 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/
DLocationTimeZoneProvider.java194 @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()
DLocationTimeZoneProviderController.java660 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()
DLocationTimeZoneManagerShellCommand.java279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
281 "debug_info", LocationTimeZoneProviderEventProto.DEBUG_INFO, debugInfo); in runDumpControllerState()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.cpp394 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/
DGralloc2.cpp376 std::string debugInfo; in dumpDebugInfo() local
379 debugInfo = tmpDebugInfo.c_str(); in dumpDebugInfo()
382 return debugInfo; in dumpDebugInfo()
DGralloc3.cpp365 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/
DUsageStatsDatabaseTest.java359 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/
DNetworkTimeUpdateService.java666 @NonNull String debugInfo, @NonNull RefreshCallbacks refreshCallbacks) { in makeNetworkTimeSuggestion() argument
671 timeSuggestion.addDebugInfo(debugInfo); in makeNetworkTimeSuggestion()
/frameworks/base/apct-tests/perftests/rubidium/assets/
Drubidium_scoring_logic_compiled.js48 …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),
Dturtledove_generate_bid.js114 ….l):(b=c,b.J=H.l)}return{bidResponse:{ad:{},bid:b.J,render:b.renderUrl},debugInfo:void 0}};var Ac=…
Dturtledove_parametrized_generateBid.js111 ….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/
DInputDispatcher.h578 std::vector<std::string> debugInfo; member
DInputDispatcher.cpp2990 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/
DActiveServices.java7930 final String debugInfo = in shouldAllowFgsStartForegroundWithBindingCheckLocked() local
7951 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundWithBindingCheckLocked()
7953 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundWithBindingCheckLocked()

12