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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 38 public class A2dpSinkService extends ProfileService {
40 private static final String TAG = "A2dpSinkService";
43 private static A2dpSinkService sA2dpSinkService;
85 public static synchronized A2dpSinkService getA2dpSinkService(){
100 private static synchronized void setA2dpSinkService(A2dpSinkService instance) {
237 private A2dpSinkService mService;
239 private A2dpSinkService getService() {
251 BluetoothA2dpSinkBinder(A2dpSinkService svc) {
261 A2dpSinkService service = getService();
267 A2dpSinkService service = getService()
    [all...]
A2dpSinkStateMachine.java 93 private A2dpSinkService mService;
136 private A2dpSinkStateMachine(A2dpSinkService svc, Context context) {
159 static A2dpSinkStateMachine make(A2dpSinkService svc, Context context) {
    [all...]
  /packages/services/Car/car_product/build/
car_base.mk 84 A2dpSinkService
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 33 import com.android.bluetooth.a2dpsink.A2dpSinkService;
56 A2dpSinkService.class,
120 } else if (profile == A2dpSinkService.class) {
AdapterService.java 63 import com.android.bluetooth.a2dpsink.A2dpSinkService;
254 A2dpSinkService a2dpSinkService = A2dpSinkService.getA2dpSinkService();
290 if ((a2dpSinkService != null) &&
292 (a2dpSinkService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) {
293 a2dpSinkService.setPriority(device, BluetoothProfile.PRIORITY_ON);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 37 import com.android.bluetooth.a2dpsink.A2dpSinkService;
545 A2dpSinkService a2dpSinkService = A2dpSinkService.getA2dpSinkService();
571 if((a2dpSinkService != null)&&(!mConnectedDevices.isEmpty())) {
573 a2dpSinkService.informAvrcpPassThroughCmd(device, msg.arg1, msg.arg2);
    [all...]

Completed in 141 milliseconds