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.java513 private final Object mAsyncRequestPoolLock = new Object(); field in AidlVehicleStub.PendingAsyncRequestPool
557 synchronized (mAsyncRequestPoolLock) { in addRequests()
564 synchronized (mAsyncRequestPoolLock) { in finishRequestIfFound()
572 synchronized (mAsyncRequestPoolLock) { in size()
578 synchronized (mAsyncRequestPoolLock) { in contains()
586 synchronized (mAsyncRequestPoolLock) { in cancelRequests()
604 synchronized (mAsyncRequestPoolLock) { in removeRequestsForCallback()