Home
last modified time | relevance | path

Searched defs:activeSyncedSrc (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java518 List<Integer> activeSyncedSrc = mService.getActiveSyncedSources(mDevice); in isSourceSynced() local
534 List<Integer> activeSyncedSrc = mService.getActiveSyncedSources(mDevice); in cancelActiveSync() local
1950 List<Integer> activeSyncedSrc = mService.getActiveSyncedSources(mDevice); in processMessage() local
DBassClientService.java2102 List<Integer> activeSyncedSrc = new ArrayList<>(getActiveSyncedSources()); in cancelActiveSync() local
2277 List<Integer> activeSyncedSrc = getActiveSyncedSources(); in handleSelectSourceRequest() local
2327 List<Integer> activeSyncedSrc = getActiveSyncedSources(sink); in selectSource() local
2414 List<Integer> activeSyncedSrc = getActiveSyncedSources(); in addSource() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2114 List<Integer> activeSyncedSrc = new ArrayList<>(); in selectBcastSource_withSameBroadcastId() local