Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java878 private boolean mWaitQueueEmptyForStop; field in BluetoothKeystoreService.ComputeDataThread
882 mWaitQueueEmptyForStop = false; in ComputeDataThread()
902 while (!mSourceQueue.isEmpty() || !mWaitQueueEmptyForStop) { in run()
923 mWaitQueueEmptyForStop = true; in setWaitQueueEmptyForStop()