HomeSort by relevance Sort by last modified time
    Searched refs:mEventLoop (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 131 private BluetoothEventLoop mEventLoop;
159 mEventLoop = new BluetoothEventLoop(context, bluetoothAdapter, bluetoothService, this);
270 mEventLoop.start();
275 if (mEventLoop.isEventLoopRunning()) {
295 mEventLoop.stop();
728 mEventLoop.stop();
758 return mEventLoop;
    [all...]
BluetoothService.java 92 private BluetoothEventLoop mEventLoop;
328 mEventLoop = mBluetoothState.getBluetoothEventLoop();
332 mEventLoop.getProfileProxy();
    [all...]

Completed in 571 milliseconds