Searched refs:mServiceListeners (Results 1 – 3 of 3) sorted by relevance
259 private final Collection<ServiceListener> mServiceListeners = field in LocalBluetoothProfileManager335 mServiceListeners.add(l); in addServiceListener()340 mServiceListeners.remove(l); in removeServiceListener()345 for (ServiceListener l : mServiceListeners) { in callServiceConnectedListeners()352 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()
161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners; variable