Home
last modified time | relevance | path

Searched refs:outboundBinderMethod (Results 1 – 4 of 4) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java45 public String outboundBinderMethod; field in ThreadSnapshot
84 this.outboundBinderMethod = that.outboundBinderMethod; in ThreadSnapshot()
114 || this.outboundBinderMethod != null in isBinder()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java150 + "." + offendingThread.outboundBinderMethod); in detectDeadlocks()
202 + tr.thread.outboundBinderClass + "." + tr.thread.outboundBinderMethod); in detectDeadlocks()
DInspector.java285 thread.outboundBinderMethod = f.methodName; in markOutgoingBinderThread()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java283 thread.outboundBinderClass, thread.outboundBinderMethod)); in makeThreadSnapshotHdf()