Lines Matching refs:mService

205     private IBluetoothInputDevice mService;
215 mService = null;
224 if (mService == null) {
282 if (mService != null) {
284 mService = null;
316 if (mService != null && isEnabled() && isValidDevice(device)) {
318 return mService.connect(device);
324 if (mService == null) Log.w(TAG, "Proxy not attached to service");
356 if (mService != null && isEnabled() && isValidDevice(device)) {
358 return mService.disconnect(device);
364 if (mService == null) Log.w(TAG, "Proxy not attached to service");
373 if (mService != null && isEnabled()) {
375 return mService.getConnectedDevices();
381 if (mService == null) Log.w(TAG, "Proxy not attached to service");
390 if (mService != null && isEnabled()) {
392 return mService.getDevicesMatchingConnectionStates(states);
398 if (mService == null) Log.w(TAG, "Proxy not attached to service");
407 if (mService != null && isEnabled() && isValidDevice(device)) {
409 return mService.getConnectionState(device);
415 if (mService == null) Log.w(TAG, "Proxy not attached to service");
436 if (mService != null && isEnabled() && isValidDevice(device)) {
442 return mService.setPriority(device, priority);
448 if (mService == null) Log.w(TAG, "Proxy not attached to service");
467 if (mService != null && isEnabled() && isValidDevice(device)) {
469 return mService.getPriority(device);
475 if (mService == null) Log.w(TAG, "Proxy not attached to service");
482 mService = IBluetoothInputDevice.Stub.asInterface(service);
490 mService = null;
522 if (mService != null && isEnabled() && isValidDevice(device)) {
524 return mService.virtualUnplug(device);
531 if (mService == null) Log.w(TAG, "Proxy not attached to service");
548 if (mService != null && isEnabled() && isValidDevice(device)) {
550 return mService.getProtocolMode(device);
556 if (mService == null) Log.w(TAG, "Proxy not attached to service");
572 if (mService != null && isEnabled() && isValidDevice(device)) {
574 return mService.setProtocolMode(device, protocolMode);
580 if (mService == null) Log.w(TAG, "Proxy not attached to service");
599 if (mService != null && isEnabled() && isValidDevice(device)) {
601 return mService.getReport(device, reportType, reportId, bufferSize);
607 if (mService == null) Log.w(TAG, "Proxy not attached to service");
625 if (mService != null && isEnabled() && isValidDevice(device)) {
627 return mService.setReport(device, reportType, report);
633 if (mService == null) Log.w(TAG, "Proxy not attached to service");
650 if (mService != null && isEnabled() && isValidDevice(device)) {
652 return mService.sendData(device, report);
658 if (mService == null) Log.w(TAG, "Proxy not attached to service");