Searched defs:A2dpSinkService (Results 1 - 1 of 1) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java40 public class A2dpSinkService extends ProfileService { class in inherits:ProfileService
42 private static final String TAG = "A2dpSinkService";
45 private static A2dpSinkService sA2dpSinkService;
89 public static synchronized A2dpSinkService getA2dpSinkService(){
104 private static synchronized void setA2dpSinkService(A2dpSinkService instance) {
245 private A2dpSinkService mService;
247 private A2dpSinkService getService() {
259 BluetoothA2dpSinkBinder(A2dpSinkService svc) {
269 A2dpSinkService service = getService();
275 A2dpSinkService servic
[all...]

Completed in 59 milliseconds