Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java773 private boolean mWaitQueueEmptyForStop; field in BluetoothKeystoreService.ComputeDataThread
777 mWaitQueueEmptyForStop = false; in ComputeDataThread()
797 while (!mSourceQueue.isEmpty() || !mWaitQueueEmptyForStop) { in run()
821 mWaitQueueEmptyForStop = true; in setWaitQueueEmptyForStop()