Home
last modified time | relevance | path

Searched refs:InhibitRecord (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileInhibitManager.java66 private final HashSet<InhibitRecord> mRestoredInhibits = new HashSet<>();
175 private class InhibitRecord implements IBinder.DeathRecipient { class in BluetoothProfileInhibitManager
181 InhibitRecord(BluetoothConnection params, IBinder token) { in InhibitRecord() method in BluetoothProfileInhibitManager.InhibitRecord
251 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 …]