OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:broadcastConnectionState
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
177
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
181
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
228
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
250
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED,
302
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
334
broadcastConnectionState
(mCurrentDevice,
343
broadcastConnectionState
(mTargetDevice,
359
broadcastConnectionState
(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
366
broadcastConnectionState
(mIncomingDevice,
380
broadcastConnectionState
(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
275
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
279
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
336
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTING,
359
broadcastConnectionState
(device, BluetoothProfile.STATE_CONNECTED,
414
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED,
456
broadcastConnectionState
(mCurrentDevice,
465
broadcastConnectionState
(mTargetDevice,
481
broadcastConnectionState
(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
488
broadcastConnectionState
(mIncomingDevice,
502
broadcastConnectionState
(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
153
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTING);
154
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED);
164
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTING);
165
broadcastConnectionState
(device, BluetoothProfile.STATE_DISCONNECTED);
185
broadcastConnectionState
(device, convertHalState(halState));
563
private void
broadcastConnectionState
(BluetoothDevice device, int newState) {
Completed in 72 milliseconds