OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:broadcastConnectionState
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java
177
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
181
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
231
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
253
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED,
305
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
341
broadcastConnectionState
(mCurrentDevice,
350
broadcastConnectionState
(mTargetDevice,
366
broadcastConnectionState
(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
373
broadcastConnectionState
(mIncomingDevice,
387
broadcastConnectionState
(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
[
all
...]
A2dpStateMachine.java
173
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
177
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
224
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
246
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED,
298
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
330
broadcastConnectionState
(mCurrentDevice,
339
broadcastConnectionState
(mTargetDevice,
355
broadcastConnectionState
(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
362
broadcastConnectionState
(mIncomingDevice,
376
broadcastConnectionState
(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
326
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
330
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
391
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
414
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED,
475
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
532
broadcastConnectionState
(device,
543
broadcastConnectionState
(mTargetDevice,
564
broadcastConnectionState
(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
577
broadcastConnectionState
(mIncomingDevice,
596
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
154
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTING);
155
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED);
165
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTING);
166
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED);
186
broadcastConnectionState
(device, convertHalState(halState));
597
private void
broadcastConnectionState
(BluetoothDevice device, int newState) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java
[
all
...]
Completed in 2056 milliseconds