Searched refs:reqInterface (Results 1 – 1 of 1) sorted by relevance
978 boolean isRequestActive(IBinder reqInterface) { in isRequestActive() argument980 return mActiveRequests.containsKey(reqInterface); in isRequestActive()984 Request removeRequest(IBinder reqInterface) { in removeRequest() argument986 return mActiveRequests.remove(reqInterface); in removeRequest()