Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
H A DOfflineLocationTimeZoneDelegate.java214 logDebug(debugInfo); in onStartUpdates()
241 logDebug(debugInfo); in onStopUpdates()
252 enterStoppedMode(debugInfo); in onStopUpdates()
315 logDebug(debugInfo); in onActiveListeningResult()
336 startNextLocationListening(debugInfo); in onActiveListeningResult()
378 logDebug(debugInfo); in handleLocationKnown()
409 logDebug(debugInfo); in handleLocationNotKnown()
422 logDebug(debugInfo); in onPassiveListeningEnded()
451 logDebug(debugInfo); in onInitializationTimeout()
562 logWarn(debugInfo); in handleUnexpectedStateTransition()
[all …]
/aosp12/frameworks/base/core/java/android/app/timedetector/
H A DTelephonyTimeSuggestion.java83 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
84 if (debugInfo != null) { in createFromParcel()
85 suggestion.addDebugInfo(debugInfo); in createFromParcel()
137 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
141 mDebugInfo.add(debugInfo); in addDebugInfo()
149 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument
151 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo()
153 mDebugInfo.addAll(debugInfo); in addDebugInfo()
224 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
228 mDebugInfo.add(debugInfo); in addDebugInfo()
H A DGnssTimeSuggestion.java72 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
73 suggestion.mDebugInfo = debugInfo; in createFromParcel()
H A DManualTimeSuggestion.java72 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
73 suggestion.mDebugInfo = debugInfo; in createFromParcel()
H A DNetworkTimeSuggestion.java72 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
73 suggestion.mDebugInfo = debugInfo; in createFromParcel()
/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java83 int slotIndex, @NonNull String debugInfo) { in createEmptySuggestion() argument
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()
356 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
[all …]
H A DTimeZoneDetector.java103 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument
105 suggestion.addDebugInfo(debugInfo); in createManualTimeZoneSuggestion()
H A DManualTimeZoneSuggestion.java68 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
69 suggestion.mDebugInfo = debugInfo; in createFromParcel()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DRuntimeService.java141 String debugKeyPrefix, DebugInfo debugInfo) { in addDistroVersionDebugInfo() argument
151 debugInfo.addStringEntry(statusKey, "OK") in addDistroVersionDebugInfo()
158 debugInfo.addStringEntry(statusKey, "ERROR"); in addDistroVersionDebugInfo()
159 debugInfo.addStringEntry(debugKeyPrefix + "exception_class", in addDistroVersionDebugInfo()
161 debugInfo.addStringEntry(debugKeyPrefix + "exception_msg", e.getMessage()); in addDistroVersionDebugInfo()
165 debugInfo.addStringEntry(statusKey, "NOT_FOUND"); in addDistroVersionDebugInfo()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDevicesFactoryHalHidl.cpp146 DebugInfo debugInfo; in getHalPids() local
148 debugInfo = info; in getHalPids()
153 if (debugInfo.pid == (int)IServiceManager::PidConstant::NO_PID) { in getHalPids()
156 pidsSet.insert(debugInfo.pid); in getHalPids()
/aosp12/build/soong/dexpreopt/
H A Ddexpreopt.go411 debugInfo := true
414 debugInfo = false
421 debugInfo = true
423 debugInfo = false
427 debugInfo = true
429 debugInfo = false
435 debugInfo = false
438 if debugInfo {
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DLocalPrebuiltGraph.cpp356 std::vector<unsigned char> debugInfo(debugInfoSize); in GetDebugInfo() local
358 errorCode = mappedFn(&debugInfo[0], debugInfo.size(), &debugInfoSize); in GetDebugInfo()
363 return std::string(reinterpret_cast<char*>(&debugInfo[0]), in GetDebugInfo()
364 reinterpret_cast<char*>(&debugInfo[0]) + debugInfo.size()); in GetDebugInfo()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp487 std::string debugInfo = "VsyncSource debug info:\n"; in threadMain() local
488 mVSyncSource->dump(debugInfo); in threadMain()
490 auto pos = debugInfo.find('\n'); in threadMain()
492 ALOGW("%s", debugInfo.substr(0, pos).c_str()); in threadMain()
493 debugInfo = debugInfo.substr(pos + 1); in threadMain()
494 pos = debugInfo.find('\n'); in threadMain()
/aosp12/frameworks/native/cmds/lshal/
H A DTableEntry.cpp170 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable() local
171 if (!debugInfo.empty()) textTable.add(debugInfo); in createTextTable()
/aosp12/hardware/google/gchips/gralloc3/src/
H A DGrallocWrapper.cpp208 std::string debugInfo; in dumpDebugInfo() local
211 debugInfo = tmpDebugInfo.c_str(); in dumpDebugInfo()
214 return debugInfo; in dumpDebugInfo()
/aosp12/frameworks/base/core/java/android/app/time/
H A DExternalTimeSuggestion.java108 ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */); in createFromParcel() local
109 suggestion.mDebugInfo = debugInfo; in createFromParcel()
/aosp12/hardware/google/graphics/common/libhwjpeg/include/
H A DExynosJpegEncoderForCamera.h105 …code(int *size, exif_attribute_t *exifInfo, char** pcJpegBuffer, debug_attribute_t *debugInfo = 0);
106 …if_attribute_t *exifInfo, int fdJpegBuffer, char** pcJpegBuffer, debug_attribute_t *debugInfo = 0);
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DExynosJpegEncoderForCamera.cpp332 char** pcJpegBuffer, debug_attribute_t *debugInfo) in encode() argument
334 return encode(size, exifInfo, -1, pcJpegBuffer, debugInfo); in encode()
339 debug_attribute_t *debugInfo) in encode() argument
341 if ((!debugInfo) || (debugInfo->num_of_appmarker == 0)) { in encode()
349 ExtractDebugAttributeInfo(debugInfo, &m_extraInfo); in encode()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp59 std::string debugInfo; in dumpDebugInfo() local
60 mAllocator->dumpDebugInfo([&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); }); in dumpDebugInfo()
62 return debugInfo; in dumpDebugInfo()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c2278 hndrte_debug_t debugInfo; in dhd_coredump()
2336 start = debugInfo.ram_base; in dhd_coredump()
2337 size = debugInfo.ram_size; in dhd_coredump()
2341 if (debugInfo.trap_ptr != 0) { in dhd_coredump()
2346 params[0] = debugInfo.trap_ptr; in dhd_coredump()
2374 fprintf(fp, "Dump starts for version %s FWID 01-%x\n", debugInfo.epivers, debugInfo.fwid); in dhd_coredump()
2377 if (fwrite(&debugInfo, sizeof(unsigned char), sizeof(debugInfo), fp) != sizeof(debugInfo)) { in dhd_coredump()
2433 hndrte_debug_t debugInfo; in dhd_consoledump()
2474 if (debugInfo.console <= debugInfo.ram_base) { in dhd_consoledump()
2481 params[0] = debugInfo.console; in dhd_consoledump()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DActivityBlockingActivity.java325 TextView debugInfo = findViewById(R.id.debug_info); in displayDebugInfo() local
326 debugInfo.setText(getDebugInfo(blockedActivity, rootActivity)); in displayDebugInfo()
333 boolean isDebugVisible = debugInfo.getVisibility() == View.VISIBLE; in displayDebugInfo()
334 debugInfo.setVisibility(isDebugVisible ? View.GONE : View.VISIBLE); in displayDebugInfo()
/aosp12/hardware/interfaces/graphics/mapper/3.0/utils/vts/
H A DMapperVts.cpp74 std::string debugInfo; in dumpDebugInfo() local
75 mAllocator->dumpDebugInfo([&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); }); in dumpDebugInfo()
77 return debugInfo; in dumpDebugInfo()
/aosp12/hardware/interfaces/graphics/allocator/2.0/
H A DIAllocator.hal26 * @return debugInfo is a string of debug information.
31 dumpDebugInfo() generates (string debugInfo);
/aosp12/hardware/interfaces/graphics/allocator/3.0/
H A DIAllocator.hal26 * @return debugInfo is a string of debug information.
28 dumpDebugInfo() generates (string debugInfo);

12