Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:mService

89     private final IBluetoothA2dp mService;
102 mService = IBluetoothA2dp.Stub.asInterface(b);
108 mService = null;
122 return mService.connectSink(device);
139 return mService.disconnectSink(device);
155 return mService.suspendSink(device);
171 return mService.resumeSink(device);
197 new HashSet<BluetoothDevice>(Arrays.asList(mService.getConnectedSinks())));
213 new HashSet<BluetoothDevice>(Arrays.asList(mService.getNonDisconnectedSinks())));
228 return mService.getSinkState(device);
250 return mService.setSinkPriority(device, priority);
265 return mService.getSinkPriority(device);
281 return mService.allowIncomingConnect(device, value);