Lines Matching refs:Thread
256 * A thread that runs in the background waiting for a Sco Server Socket to
260 private class IncomingScoAcceptThread extends Thread{
293 if (!Thread.interrupted() && isHeadsetConnected() &&
332 * A thread that runs in the background waiting for a Sco Socket to
333 * connect.Once the socket is connected, this thread shall be
336 private class ScoSocketConnectThread extends Thread{
365 if (!Thread.interrupted() && isHeadsetConnected() && mConnectedSco == null) {
401 // If this thread has been interrupted, it has been shutdown and
427 private class SignalScoCloseThread extends Thread{
451 // call a message to close this thread and turn off audio
453 // the thread would try to close itself
2913 /** Debug thread to read debug properties - runs when debug.bt.hfp is true
2916 private class DebugThread extends Thread {