Searched refs:reqInterface (Results 1 – 1 of 1) sorted by relevance
1026 boolean isRequestActive(IBinder reqInterface) { in isRequestActive() argument1028 return mActiveRequests.containsKey(reqInterface); in isRequestActive()1032 Request removeRequest(IBinder reqInterface) { in removeRequest() argument1034 return mActiveRequests.remove(reqInterface); in removeRequest()