Home
last modified time | relevance | path

Searched refs:mInputCounterTask (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java52 private BluetoothHidInputCounterTask mInputCounterTask; field in BluetoothHidFacade
442 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()