Searched refs:reqInterface (Results 1 – 1 of 1) sorted by relevance
1063 boolean isRequestActive(IBinder reqInterface) { in isRequestActive() argument1065 return mActiveRequests.containsKey(reqInterface); in isRequestActive()1069 Request removeRequest(IBinder reqInterface) { in removeRequest() argument1071 return mActiveRequests.remove(reqInterface); in removeRequest()