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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 37 public class A2dpService extends ProfileService {
39 private static final String TAG="A2dpService";
43 private static A2dpService sAd2dpService;
80 public static synchronized A2dpService getA2dpService(){
95 private static synchronized void setA2dpService(A2dpService instance) {
206 private A2dpService mService;
208 private A2dpService getService() {
220 BluetoothA2dpBinder(A2dpService svc) {
230 A2dpService service = getService();
236 A2dpService service = getService()
    [all...]
A2dpStateMachine.java 72 private A2dpService mService;
117 private A2dpStateMachine(A2dpService svc, Context context) {
144 static A2dpStateMachine make(A2dpService svc, Context context) {
698 mContext.sendBroadcast(intent, A2dpService.BLUETOOTH_PERM);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 26 import com.android.bluetooth.a2dp.A2dpService;
44 A2dpService.class,
BondStateMachine.java 22 import com.android.bluetooth.a2dp.A2dpService;
303 A2dpService a2dpService = A2dpService.getA2dpService();
311 if ((a2dpService != null) &&
312 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
313 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
324 A2dpService a2dpService = A2dpService.getA2dpService()
    [all...]
AdapterService.java 50 import com.android.bluetooth.a2dp.A2dpService;
    [all...]

Completed in 76 milliseconds