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.java109 private final Object mReplyBufLock = new Object(); field in LmkdConnection
183 synchronized (mReplyBufLock) { in fileDescriptorEventHandler()
186 mReplyBufLock.notifyAll(); in fileDescriptorEventHandler()
202 synchronized (mReplyBufLock) { in processIncomingData()
209 mReplyBufLock.notifyAll(); in processIncomingData()
214 mReplyBufLock.notifyAll(); in processIncomingData()
298 synchronized (mReplyBufLock) { in exchange()
304 mReplyBufLock.wait(); in exchange()