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 {
113 private A2dpStateMachine(A2dpService svc, Context context) {
114 super("A2dpStateMachine");
139 static A2dpStateMachine make(A2dpService svc, Context context) {
140 Log.d("A2dpStateMachine", "make");
141 A2dpStateMachine a2dpSm = new A2dpStateMachine(svc, context);
181 synchronized (A2dpStateMachine.this) {
225 synchronized (A2dpStateMachine.this) {
247 synchronized (A2dpStateMachine.this)
    [all...]
A2dpService.java 42 private A2dpStateMachine mStateMachine;
56 mStateMachine = A2dpStateMachine.make(this, this);
133 mStateMachine.sendMessage(A2dpStateMachine.CONNECT, device);
146 mStateMachine.sendMessage(A2dpStateMachine.DISCONNECT, device);

Completed in 310 milliseconds