Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DLmkdConnection.java99 private final Object mReplyBufLock = new Object(); field in LmkdConnection
173 synchronized (mReplyBufLock) { in fileDescriptorEventHandler()
176 mReplyBufLock.notifyAll(); in fileDescriptorEventHandler()
189 synchronized (mReplyBufLock) { in processIncomingData()
196 mReplyBufLock.notifyAll(); in processIncomingData()
201 mReplyBufLock.notifyAll(); in processIncomingData()
282 synchronized (mReplyBufLock) { in exchange()
288 mReplyBufLock.wait(); in exchange()