/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRoute2Provider.java | 117 pw.println(prefix + getDebugString()); in dump() 132 return getDebugString(); in toString() 136 protected abstract String getDebugString(); in getDebugString() method in MediaRoute2Provider
|
D | SystemMediaRoute2Provider.java | 399 protected String getDebugString() { in getDebugString() method in SystemMediaRoute2Provider
|
D | MediaRoute2ProviderServiceProxy.java | 504 protected String getDebugString() { in getDebugString() method in MediaRoute2ProviderServiceProxy
|
/frameworks/base/core/java/android/util/proto/ |
D | EncodedBuffer.java | 229 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() {
|
D | ProtoOutputStream.java | 2427 + " -- " + mBuffer.getDebugString()); in editEncodedSize() 2486 + " -- " + mBuffer.getDebugString()); in compactSizes() 2536 Log.d(tag, mBuffer.getDebugString()); in dump()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSection.h | 157 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/ |
D | LayerLifecycleManager.cpp | 50 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
|
D | DisplayInfo.h | 39 std::string getDebugString() const { in getDebugString() function
|
D | LayerHierarchy.h | 159 std::string getDebugString(const char* prefix = "") const; 192 std::string getDebugString(uint32_t layerId, uint32_t depth = 0) const;
|
D | LayerCreationArgs.h | 48 std::string getDebugString() const;
|
D | LayerHierarchy.cpp | 143 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
|
D | RequestedLayerState.h | 75 std::string getDebugString() const;
|
D | LayerLifecycleManager.h | 100 std::string getDebugString() const;
|
D | LayerCreationArgs.cpp | 76 std::string LayerCreationArgs::getDebugString() const { in getDebugString() function in android::surfaceflinger::LayerCreationArgs
|
D | LayerSnapshot.h | 143 std::string getDebugString() const;
|
D | RequestedLayerState.cpp | 92 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
|
D | LayerSnapshotBuilder.cpp | 279 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()
|
D | LayerSnapshot.cpp | 212 std::string LayerSnapshot::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerSnapshot
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | LayerTraceGenerator.cpp | 86 ALOGV(" %s", args.getDebugString().c_str()); in generate()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 93 debug_str = target->getDebugString(); in MergeSection()
|
D | ObjectLinker.cpp | 688 debug_str_sect->getDebugString()->computeOffsetSize(); in prelayout() 818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 112 section->getDebugString()->emit(region); in writeSection()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2208 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/ |
D | test-lint-baseline.txt | 632 MissingNullability: android.util.proto.EncodedBuffer#getDebugString(): 633 Missing nullability on method `getDebugString` return
|
D | test-current.txt | 3354 method public String getDebugString();
|