Home
last modified time | relevance | path

Searched defs:connectionState (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java585 int connectionState = sm.getConnectionState(device); in disconnect() local
691 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local
705 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local
767 int connectionState = sm.getConnectionState(device); in holdCall() local
804 int connectionState = sm.getConnectionState(device); in acceptCall() local
821 int connectionState = sm.getConnectionState(device); in rejectCall() local
839 int connectionState = sm.getConnectionState(device); in terminateCall() local
858 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local
877 int connectionState = sm.getConnectionState(device); in dial() local
900 int connectionState = sm.getConnectionState(device); in sendDTMF() local
[all …]
H A DHeadsetClientStateMachine.java1890 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp12/packages/services/Car/service/src/com/android/car/stats/
H A DVmsClientLogger.java85 public void logConnectionState(int connectionState) { in logConnectionState()
97 long getConnectionStateCount(int connectionState) { in getConnectionStateCount()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java784 int connectionState = stateMachine.getConnectionState(); in connect() local
828 int connectionState = stateMachine.getConnectionState(); in disconnect() local
874 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
1010 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local
1041 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local
1666 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java57 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java356 int connectionState = stateMachine.getState(); in disconnect() local
392 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java359 static String getConnectionStateName(int connectionState) { in getConnectionStateName()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java183 int connectionState = mapStateMachine.getState(); in disconnect() local
210 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java44 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
/aosp12/packages/services/Car/service/src/com/android/car/vms/
H A DVmsBrokerService.java267 private void unregisterClient(IBinder clientToken, int connectionState) { in unregisterClient()
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java113 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java840 public Builder setConnectionState(@ConnectionState int connectionState) { in setConnectionState()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java817 int connectionState = stateMachine.getState(); in disconnect() local
872 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioService.java331 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java576 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java701 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
H A DAdapterProperties.java406 void setConnectionState(int connectionState) { in setConnectionState()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidService.java414 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java574 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java407 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java892 AudioDeviceInventory.WiredDeviceConnectionState connectionState, int delay) { in postSetWiredDeviceConnectionState()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2016 int connectionState = ImsConferenceState.getConnectionStateForStatus(status); in parseConferenceState() local