Searched refs:reqInterface (Results 1 – 1 of 1) sorted by relevance
1135 boolean isRequestActive(IBinder reqInterface) { in isRequestActive() argument1137 return mActiveRequests.containsKey(reqInterface); in isRequestActive()1141 Request removeRequest(IBinder reqInterface) { in removeRequest() argument1143 return mActiveRequests.remove(reqInterface); in removeRequest()