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 38 public class A2dpService extends ProfileService {
40 private static final String TAG="A2dpService";
44 private static A2dpService sAd2dpService;
85 public static synchronized A2dpService getA2dpService(){
100 private static synchronized void setA2dpService(A2dpService instance) {
211 private A2dpService mService;
213 private A2dpService getService() {
225 BluetoothA2dpBinder(A2dpService svc) {
235 A2dpService service = getService();
241 A2dpService service = getService()
    [all...]
A2dpStateMachine.java 72 private A2dpService mService;
113 private A2dpStateMachine(A2dpService svc, Context context) {
140 static A2dpStateMachine make(A2dpService svc, Context context) {
696 mContext.sendBroadcast(intent, A2dpService.BLUETOOTH_PERM);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 27 import com.android.bluetooth.a2dp.A2dpService;
48 A2dpService.class,
BondStateMachine.java 23 import com.android.bluetooth.a2dp.A2dpService;
420 A2dpService a2dpService = A2dpService.getA2dpService();
428 if ((a2dpService != null) &&
429 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
430 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
441 A2dpService a2dpService = A2dpService.getA2dpService()
    [all...]
AdapterService.java 57 import com.android.bluetooth.a2dp.A2dpService;
212 A2dpService a2dpService = A2dpService.getA2dpService();
225 if ((a2dpService != null) &&
228 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
229 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
    [all...]

Completed in 2378 milliseconds