Searched defs:A2dpService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java38 public class A2dpService extends ProfileService { class in inherits: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 servic
[all...]

Completed in 34 milliseconds