Searched refs:mInputCounterTask (Results 1 – 1 of 1) sorted by relevance
52 private BluetoothHidInputCounterTask mInputCounterTask; field in BluetoothHidFacade442 mInputCounterTask = new BluetoothHidInputCounterTask(); in bluetoothHidStartInputCounter()443 mTaskQueue.execute(mInputCounterTask); in bluetoothHidStartInputCounter()444 mInputCounterTask.getShowLatch().await(); in bluetoothHidStartInputCounter()452 if (mInputCounterTask != null) { in bluetoothHidStopInputCounter()453 mInputCounterTask.finish(); in bluetoothHidStopInputCounter()454 mInputCounterTask = null; in bluetoothHidStopInputCounter()464 return mInputCounterTask.getCount(); in bluetoothHidGetCount()