Searched refs:mInterrupted (Results 1 – 6 of 6) sorted by relevance
57 private volatile boolean mInterrupted; field in BluetoothOppRfcommListener89 mInterrupted = true; in start()91 while (!mInterrupted) { in start()115 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) { in start()132 mInterrupted = true; in start()141 mInterrupted = true; in start()143 if (!mInterrupted) { in start()147 while (!mInterrupted) { in start()155 mInterrupted = true; in start()180 mInterrupted = false; in start()[all …]
72 private volatile boolean mInterrupted; field in BluetoothOppObexClientSession96 mInterrupted = true; in stop()173 mInterrupted = true; in run()175 if (!mInterrupted) { in run()179 while (!mInterrupted) { in run()402 if (!mInterrupted && (position != fileInfo.mLength)) { in sendFile()447 while (!mInterrupted && okToProceed && (position != fileInfo.mLength)) { in sendFile()484 } else if (!mInterrupted && position == fileInfo.mLength) { in sendFile()
360 private volatile boolean mInterrupted; field in TestTcpListener397 mInterrupted = true; in start()399 while (!mInterrupted) { in start()422 if (mInterrupted) { in start()429 mInterrupted = false; in start()440 mInterrupted = true; in stop()
86 private boolean mInterrupted = false; field in BluetoothOppObexServerSession147 mInterrupted = true; in stop()465 while ((!mInterrupted) && (position != fileInfo.mLength)) { in receiveFile()501 if (mInterrupted) { in receiveFile()
57 private volatile boolean mInterrupted; // Used to interrupt socket accept thread field in BluetoothMapMasInstance186 mInterrupted = false; /* For this to work all calls to this function in startRfcommSocketListener()202 for (int i = 0; (i < CREATE_RETRY_TIME) && !mInterrupted; i++) { in initSocket()256 if (mInterrupted) { in initSocket()333 mInterrupted = true; in shutdown()
174 private volatile boolean mInterrupted; field in BluetoothPbapService198 mInterrupted = false; in onCreate()370 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) { in initSocket()403 if (mInterrupted) { in initSocket()446 mInterrupted = true; in closeService()