/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRoute2Provider.java | 136 pw.println(prefix + getDebugString()); in dump() 163 return getDebugString(); in toString() 167 protected abstract String getDebugString(); in getDebugString() method in MediaRoute2Provider
|
D | SystemMediaRoute2Provider.java | 590 protected String getDebugString() { in getDebugString() method in SystemMediaRoute2Provider
|
D | MediaRoute2ProviderServiceProxy.java | 645 protected String getDebugString() { in getDebugString() method in MediaRoute2ProviderServiceProxy
|
/frameworks/base/core/java/android/util/proto/ |
D | EncodedBuffer.java | 230 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() {
|
D | ProtoOutputStream.java | 2428 + " -- " + mBuffer.getDebugString()); in editEncodedSize() 2487 + " -- " + mBuffer.getDebugString()); in compactSizes() 2537 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 | DisplayInfo.h | 40 std::string getDebugString() const { in getDebugString() function
|
D | LayerLifecycleManager.cpp | 51 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
|
D | LayerCreationArgs.h | 48 std::string getDebugString() const;
|
D | LayerCreationArgs.cpp | 76 std::string LayerCreationArgs::getDebugString() const { in getDebugString() function in android::surfaceflinger::LayerCreationArgs
|
D | LayerLifecycleManager.h | 102 std::string getDebugString() const;
|
D | LayerSnapshot.h | 145 std::string getDebugString() const;
|
D | RequestedLayerState.h | 84 std::string getDebugString() const;
|
D | RequestedLayerState.cpp | 94 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
|
D | LayerSnapshotBuilder.cpp | 279 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()
|
D | LayerHierarchy.h | 213 std::string getDebugString(uint32_t layerId, uint32_t depth = 0) const;
|
D | LayerHierarchy.cpp | 142 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
|
D | LayerSnapshot.cpp | 271 std::string LayerSnapshot::getDebugString() const { in getDebugString() function in android::surfaceflinger::frontend::LayerSnapshot
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | LayerTraceGenerator.cpp | 94 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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | BigPictureIconManager.kt | 251 private fun getDebugString() = in <lambda>() method
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 112 section->getDebugString()->emit(region); in writeSection()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2374 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/ |
D | test-current.txt | 3546 method public String getDebugString();
|