Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DA2dp.kt195 val a2dpPlayingStateFlow = in suspend() constant
202 a2dpPlayingStateFlow.filter { it == BluetoothA2dp.STATE_NOT_PLAYING }.first() in suspend()