Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java408 private final Object mAsyncRequestPoolLock = new Object(); field in AidlVehicleStub.PendingAsyncRequestPool
451 synchronized (mAsyncRequestPoolLock) { in addRequests()
457 synchronized (mAsyncRequestPoolLock) { in finishRequestIfFound()
465 synchronized (mAsyncRequestPoolLock) { in size()
471 synchronized (mAsyncRequestPoolLock) { in contains()
479 synchronized (mAsyncRequestPoolLock) { in cancelRequests()
497 synchronized (mAsyncRequestPoolLock) { in removeRequestsForCallback()