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.java117 pw.println(prefix + getDebugString()); in dump()
132 return getDebugString(); in toString()
136 protected abstract String getDebugString(); in getDebugString() method in MediaRoute2Provider
DSystemMediaRoute2Provider.java399 protected String getDebugString() { in getDebugString() method in SystemMediaRoute2Provider
DMediaRoute2ProviderServiceProxy.java504 protected String getDebugString() { in getDebugString() method in MediaRoute2ProviderServiceProxy
/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java229 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
436 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
440 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
621 public String getDebugString() {
DProtoOutputStream.java2427 + " -- " + mBuffer.getDebugString()); in editEncodedSize()
2486 + " -- " + mBuffer.getDebugString()); in compactSizes()
2536 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/
DLayerLifecycleManager.cpp50 layer.getDebugString().c_str(), in addLayers()
51 it->second.owner.getDebugString().c_str()); in addLayers()
83 LLOGV(layer.id, "%s", layer.getDebugString().c_str()); in addLayers()
99 LLOGV(layer.id, "%s", layer.getDebugString().c_str()); in onHandlesDestroyed()
393 std::string LayerLifecycleManager::References::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerLifecycleManager::References
DDisplayInfo.h39 std::string getDebugString() const { in getDebugString() function
DLayerHierarchy.h159 std::string getDebugString(const char* prefix = "") const;
192 std::string getDebugString(uint32_t layerId, uint32_t depth = 0) const;
DLayerCreationArgs.h48 std::string getDebugString() const;
DLayerHierarchy.cpp143 debug += ((mLayer) ? mLayer->getDebugString() : "root") + " "; in getDebugStringShort()
152 std::string LayerHierarchy::getDebugString(const char* prefix) const { in getDebugString() function in android::surfaceflinger::frontend::LayerHierarchy
156 debug += "\n" + child->getDebugString(childPrefix.c_str()); in getDebugString()
373 std::string LayerHierarchyBuilder::getDebugString(uint32_t layerId, uint32_t depth) const { in getDebugString() function in android::surfaceflinger::frontend::LayerHierarchyBuilder
DRequestedLayerState.h75 std::string getDebugString() const;
DLayerLifecycleManager.h100 std::string getDebugString() const;
DLayerCreationArgs.cpp76 std::string LayerCreationArgs::getDebugString() const { in getDebugString() function in android::surfaceflinger::LayerCreationArgs
DLayerSnapshot.h143 std::string getDebugString() const;
DRequestedLayerState.cpp92 LLOGV(layerId, "Created %s flags=%d", getDebugString().c_str(), flags); in RequestedLayerState()
189 getDebugString().c_str(), bufferData->producerId, bufferData->frameNumber, in merge()
361 std::string RequestedLayerState::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp279 snapshot.getDebugString().c_str()); in updateVisibility()
627 snapshot->getDebugString().c_str()); in sortSnapshotsByZ()
866 snapshot.getDebugString().c_str(), snapshot.changes.string().c_str(), in updateSnapshot()
868 std::to_string(requested.what).c_str(), parentSnapshot.getDebugString().c_str()); in updateSnapshot()
935 snapshot.getDebugString().c_str(), transformDebug.c_str(), bufferDebug.c_str()); in updateLayerBounds()
1139 snapshot->getDebugString().c_str()); in updateTouchableRegionCrop()
DLayerSnapshot.cpp212 std::string LayerSnapshot::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerSnapshot
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp86 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/compile/mclinker/lib/LD/
DELFObjectWriter.cpp112 section->getDebugString()->emit(region); in writeSection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2208 snapshot.getDebugString().c_str()); in updateLayerHistory()
2295 layer->getDebugString().c_str()); in updateLayerSnapshots()
8268 snapshot->getDebugString().c_str()); in moveSnapshotsToCompositionArgs()
8339 snapshot->getDebugString().c_str()); in getLayerSnapshotsForScreenshots()
/frameworks/base/core/api/
Dtest-lint-baseline.txt632 MissingNullability: android.util.proto.EncodedBuffer#getDebugString():
633 Missing nullability on method `getDebugString` return
Dtest-current.txt3354 method public String getDebugString();