Searched refs:mServiceListeners (Results 1 – 3 of 3) sorted by relevance
234 private final Collection<ServiceListener> mServiceListeners = field in LocalBluetoothProfileManager354 mServiceListeners.add(l); in addServiceListener()359 mServiceListeners.remove(l); in removeServiceListener()364 for (ServiceListener l : mServiceListeners) { in callServiceConnectedListeners()371 for (ServiceListener listener : mServiceListeners) { in callServiceDisconnectedListeners()
125 mServiceListeners.add(uniqueId, drmServiceListener); in setDrmServiceListener()127 mServiceListeners.removeItem(uniqueId); in setDrmServiceListener()597 for (size_t index = 0; index < mServiceListeners.size(); index++) { in onInfo()598 int uniqueId = mServiceListeners.keyAt(index); in onInfo()601 sp<IDrmServiceListener> serviceListener = mServiceListeners.valueFor(uniqueId); in onInfo()
163 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners; variable