Searched refs:A2dpStateMachine (Results 1 – 2 of 2) sorted by relevance
60 final class A2dpStateMachine extends StateMachine { class113 private A2dpStateMachine(A2dpService svc, Context context) { in A2dpStateMachine() method in A2dpStateMachine139 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 …]
44 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()