Searched refs:InhibitRecord (Results 1 – 1 of 1) sorted by relevance
66 private final HashSet<InhibitRecord> mRestoredInhibits = new HashSet<>();175 private class InhibitRecord implements IBinder.DeathRecipient { class in BluetoothProfileInhibitManager181 InhibitRecord(BluetoothConnection params, IBinder token) { in InhibitRecord() method in BluetoothProfileInhibitManager.InhibitRecord251 InhibitRecord record = new InhibitRecord(params, RESTORED_PROFILE_INHIBIT_TOKEN); in load()313 InhibitRecord record = new InhibitRecord(params, token); in requestProfileInhibit()332 InhibitRecord record; in releaseProfileInhibit()346 private boolean addInhibitRecord(InhibitRecord record) { in addInhibitRecord()428 private boolean removeInhibitRecord(InhibitRecord record) { in removeInhibitRecord()498 HashSet<InhibitRecord> successfullyRemoved = new HashSet<>(); in tryRemoveRestoredProfileInhibits()500 for (InhibitRecord record : mRestoredInhibits) { in tryRemoveRestoredProfileInhibits()[all …]