HomeSort by relevance Sort by last modified time
    Searched refs:A2dpStateMachine (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 60 final class A2dpStateMachine extends StateMachine {
117 private A2dpStateMachine(A2dpService svc, Context context) {
118 super("A2dpStateMachine");
144 static A2dpStateMachine make(A2dpService svc, Context context) {
145 Log.d("A2dpStateMachine", "make");
146 A2dpStateMachine a2dpSm = new A2dpStateMachine(svc, context);
186 synchronized (A2dpStateMachine.this) {
230 synchronized (A2dpStateMachine.this) {
252 synchronized (A2dpStateMachine.this)
    [all...]
A2dpService.java 41 private A2dpStateMachine mStateMachine;
54 mStateMachine = A2dpStateMachine.make(this, this);
128 mStateMachine.sendMessage(A2dpStateMachine.CONNECT, device);
141 mStateMachine.sendMessage(A2dpStateMachine.DISCONNECT, device);

Completed in 3077 milliseconds