Searched refs:mServiceListeners (Results 1 – 3 of 3) sorted by relevance
233 private final Collection<ServiceListener> mServiceListeners = field in LocalBluetoothProfileManager309 mServiceListeners.add(l); in addServiceListener()314 mServiceListeners.remove(l); in removeServiceListener()319 for (ServiceListener l : mServiceListeners) { in callServiceConnectedListeners()326 for (ServiceListener listener : mServiceListeners) { in callServiceDisconnectedListeners()
130 mServiceListeners.add(uniqueId, drmServiceListener); in setDrmServiceListener()132 mServiceListeners.removeItem(uniqueId); in setDrmServiceListener()602 for (size_t index = 0; index < mServiceListeners.size(); index++) { in onInfo()603 int uniqueId = mServiceListeners.keyAt(index); in onInfo()606 sp<IDrmServiceListener> serviceListener = mServiceListeners.valueFor(uniqueId); in onInfo()
161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners; variable