Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java80 static StackEvent audioStateChanged(BluetoothDevice device, int state) { in audioStateChanged() method in StackEvent
DA2dpSinkNativeInterface.java161 StackEvent event = StackEvent.audioStateChanged(getDevice(address), state); in onAudioStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java96 StackEvent event = StackEvent.audioStateChanged(mDevice, state); in testAudioStateChangedBase()