Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaRoute2Provider.java136 pw.println(prefix + getDebugString()); in dump()
163 return getDebugString(); in toString()
167 protected abstract String getDebugString(); in getDebugString() method in MediaRoute2Provider
DSystemMediaRoute2Provider.java590 protected String getDebugString() { in getDebugString() method in SystemMediaRoute2Provider
DMediaRoute2ProviderServiceProxy.java645 protected String getDebugString() { in getDebugString() method in MediaRoute2ProviderServiceProxy
/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java230 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
437 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
441 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
622 public String getDebugString() {
DProtoOutputStream.java2428 + " -- " + mBuffer.getDebugString()); in editEncodedSize()
2487 + " -- " + mBuffer.getDebugString()); in compactSizes()
2537 Log.d(tag, mBuffer.getDebugString()); in dump()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString() function
158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString() function
/frameworks/native/services/surfaceflinger/FrontEnd/
DDisplayInfo.h40 std::string getDebugString() const { in getDebugString() function
DLayerLifecycleManager.cpp51 layer.getDebugString().c_str(), in addLayers()
52 it->second.owner.getDebugString().c_str()); in addLayers()
85 LLOGV(layer.id, "%s", layer.getDebugString().c_str()); in addLayers()
102 LLOGV(layer.id, "%s", layer.getDebugString().c_str()); in onHandlesDestroyed()
396 std::string LayerLifecycleManager::References::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerLifecycleManager::References
DLayerCreationArgs.h48 std::string getDebugString() const;
DLayerCreationArgs.cpp76 std::string LayerCreationArgs::getDebugString() const { in getDebugString() function in android::surfaceflinger::LayerCreationArgs
DLayerLifecycleManager.h102 std::string getDebugString() const;
DLayerSnapshot.h145 std::string getDebugString() const;
DRequestedLayerState.h84 std::string getDebugString() const;
DRequestedLayerState.cpp94 LLOGV(layerId, "Created %s flags=%d", getDebugString().c_str(), flags); in RequestedLayerState()
216 getDebugString().c_str(), barrierProducerId, barrierFrameNumber, in merge()
399 std::string RequestedLayerState::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp279 snapshot.getDebugString().c_str()); in updateVisibility()
624 snapshot->getDebugString().c_str()); in sortSnapshotsByZ()
916 snapshot.getDebugString().c_str(), snapshot.changes.string().c_str(), in updateSnapshot()
918 std::to_string(requested.what).c_str(), parentSnapshot.getDebugString().c_str()); in updateSnapshot()
990 snapshot.getDebugString().c_str(), transformDebug.c_str(), bufferDebug.c_str()); in updateLayerBounds()
1210 snapshot->getDebugString().c_str()); in updateTouchableRegionCrop()
DLayerHierarchy.h213 std::string getDebugString(uint32_t layerId, uint32_t depth = 0) const;
DLayerHierarchy.cpp142 debug += ((mLayer) ? mLayer->getDebugString() : "root") + " "; in getDebugStringShort()
448 std::string LayerHierarchyBuilder::getDebugString(uint32_t layerId, uint32_t depth) const { in getDebugString() function in android::surfaceflinger::frontend::LayerHierarchyBuilder
DLayerSnapshot.cpp271 std::string LayerSnapshot::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerSnapshot
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp94 ALOGV(" %s", args.getDebugString().c_str()); in generate()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp93 debug_str = target->getDebugString(); in MergeSection()
DObjectLinker.cpp688 debug_str_sect->getDebugString()->computeOffsetSize(); in prelayout()
818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBigPictureIconManager.kt251 private fun getDebugString() = in <lambda>() method
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp112 section->getDebugString()->emit(region); in writeSection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2374 snapshot->getDebugString().c_str()); in updateLayerHistory()
2544 layer->getDebugString().c_str()); in updateLayerSnapshots()
3270 snapshot->getDebugString().c_str()); in onCompositionPresented()
6427 StringAppendF(&result, "%s\n", layer->getDebugString().c_str()); in listLayers()
6839 snapshot.getDebugString().c_str()); in dumpHwcLayersMinidump()
9391 snapshot->getDebugString().c_str()); in moveSnapshotsToCompositionArgs()
9463 snapshot->getDebugString().c_str()); in getLayerSnapshotsForScreenshots()
/frameworks/base/core/api/
Dtest-current.txt3546 method public String getDebugString();