Searched refs:mUsingLnbHandles (Results 1 – 1 of 1) sorted by relevance
80 private Set<Integer> mUsingLnbHandles = new HashSet<>(); field in ClientProfile209 mUsingLnbHandles.add(lnbHandle); in useLnb()213 return mUsingLnbHandles; in getInUseLnbHandles()222 mUsingLnbHandles.remove(lnbHandle); in releaseLnb()271 mUsingLnbHandles.clear(); in reclaimAllResources()