Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java60 final class A2dpStateMachine extends StateMachine { class
113 private A2dpStateMachine(A2dpService svc, Context context) { in A2dpStateMachine() method in A2dpStateMachine
139 static A2dpStateMachine make(A2dpService svc, Context context) { in make()
141 A2dpStateMachine a2dpSm = new A2dpStateMachine(svc, context); in make()
187 synchronized (A2dpStateMachine.this) { in processMessage()
231 synchronized (A2dpStateMachine.this) { in processConnectionEvent()
253 synchronized (A2dpStateMachine.this) { in processConnectionEvent()
305 synchronized (A2dpStateMachine.this) { in processMessage()
338 synchronized (A2dpStateMachine.this) { in processConnectionEvent()
347 synchronized (A2dpStateMachine.this) { in processConnectionEvent()
[all …]
DA2dpService.java44 private A2dpStateMachine mStateMachine;
65 mStateMachine = A2dpStateMachine.make(this, this); in start()
148 mStateMachine.sendMessage(A2dpStateMachine.CONNECT, device); in connect()
161 mStateMachine.sendMessage(A2dpStateMachine.DISCONNECT, device); in disconnect()