Home
last modified time | relevance | path

Searched refs:valueInt1 (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStackEventTest.java41 event.valueInt1 = -1; in toString_containsProperSubStrings()
46 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in toString_containsProperSubStrings()
50 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in toString_containsProperSubStrings()
54 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in toString_containsProperSubStrings()
58 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in toString_containsProperSubStrings()
66 event.valueInt1 = in toString_containsProperSubStrings()
73 event.valueInt1 = in toString_containsProperSubStrings()
80 event.valueInt1 = in toString_containsProperSubStrings()
99 event.valueInt1 = -1; in toString_containsProperSubStrings()
104 event.valueInt1 = HapClientStackEvent.STATUS_NO_ERROR; in toString_containsProperSubStrings()
[all …]
DHapClientNativeInterfaceTest.java67 assertThat(event.getValue().valueInt1).isEqualTo(state); in onConnectionStateChanged()
80 assertThat(event.getValue().valueInt1).isEqualTo(features); in onDeviceAvailable()
92 assertThat(event.getValue().valueInt1).isEqualTo(features); in onFeaturesUpdate()
105 assertThat(event.getValue().valueInt1).isEqualTo(presetIndex); in onActivePresetSelected()
119 assertThat(event.getValue().valueInt1).isEqualTo(presetIndex); in onActivePresetGroupSelected()
133 assertThat(event.getValue().valueInt1).isEqualTo(resultCode); in onActivePresetSelectError()
147 assertThat(event.getValue().valueInt1).isEqualTo(resultCode); in onActivePresetGroupSelectError()
202 assertThat(event.getValue().valueInt1).isEqualTo(resultCode); in onPresetNameSetError()
218 assertThat(event.getValue().valueInt1).isEqualTo(resultCode); in onGroupPresetNameSetError()
234 assertThat(event.getValue().valueInt1).isEqualTo(resultCode); in onPresetInfoError()
[all …]
DHapClientStateMachineTest.java131 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
152 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
172 connCompletedEvent.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
243 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
317 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
324 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
331 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
338 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
350 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
362 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachineTest.java135 connStCh.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
156 connStCh.valueInt1 = connStCh.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
177 connCompletedEvent.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
242 connStCh.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
329 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in testStackEvent_withoutStateChange_onDisconnectedState()
337 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_withoutStateChange_onDisconnectedState()
347 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_withoutStateChange_onDisconnectedState()
356 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in testStackEvent_withoutStateChange_onDisconnectedState()
364 event.valueInt1 = -1; in testStackEvent_withoutStateChange_onDisconnectedState()
376 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_toConnectingState_onDisconnectedState()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java301 create_event.valueInt1 = broadcastId; in verifyBroadcastStarted()
311 state_event.valueInt1 = broadcastId; in verifyBroadcastStarted()
317 state_event.valueInt1 = broadcastId; in verifyBroadcastStarted()
335 state_event.valueInt1 = broadcastId; in verifyBroadcastStopped()
343 state_event.valueInt1 = broadcastId; in verifyBroadcastStopped()
416 create_event.valueInt1 = broadcastId; in testCreateBroadcastNativeFailed()
461 create_event.valueInt1 = broadcastId; in testCreateBroadcastTimeout()
474 state_event.valueInt1 = broadcastId; in testCreateBroadcastTimeout()
630 create_event.valueInt1 = broadcastId; in testGetAllBroadcastMetadata()
639 state_event.valueInt1 = broadcastId; in testGetAllBroadcastMetadata()
[all …]
DLeAudioServiceTest.java653 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
669 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
709 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
725 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
1124 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
1148 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
1159 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()
1169 nodeGroupAdded.valueInt1 = groupId; in generateGroupNodeAdded()
1178 nodeGroupRemoved.valueInt1 = groupId; in generateGroupNodeRemoved()
1229 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testSetConnectionPolicy()
[all …]
DLeAudioStateMachineTest.java124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
144 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
160 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
216 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java212 event.valueInt1 = state; in onConnectionStateChanged()
223 event.valueInt1 = features; in onDeviceAvailable()
234 event.valueInt1 = features; in onFeaturesUpdate()
245 event.valueInt1 = presetIndex; in onActivePresetSelected()
255 event.valueInt1 = presetIndex; in onActivePresetGroupSelected()
268 event.valueInt1 = resultCode; in onActivePresetSelectError()
279 event.valueInt1 = resultCode; in onActivePresetGroupSelectError()
315 event.valueInt1 = resultCode; in onPresetNameSetError()
326 event.valueInt1 = resultCode; in onGroupPresetNameSetError()
339 event.valueInt1 = resultCode; in onPresetInfoError()
[all …]
DHapClientStateMachine.java273 processConnectionEvent(event.valueInt1); in processMessage()
372 disconnectEvent.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
388 processConnectionEvent(event.valueInt1); in processMessage()
471 disconnectEvent.valueInt1 = in processMessage()
487 processConnectionEvent(event.valueInt1); in processMessage()
593 processConnectionEvent(event.valueInt1); in processMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java108 event.valueInt1 = state; in onConnectionStateChanged()
118 event.valueInt1 = groupId; in onGroupStatus()
129 event.valueInt1 = groupId; in onGroupNodeStatus()
146 event.valueInt1 = direction; in onAudioConf()
161 event.valueInt1 = sinkAudioLocation; in onSinkAudioLocationAvailable()
191 event.valueInt1 = groupId; in onAudioGroupCurrentCodecConf()
208 event.valueInt1 = groupId; in onAudioGroupSelectableCodecConf()
221 event.valueInt1 = action; in onHealthBasedRecommendationAction()
232 event.valueInt1 = groupId; in onHealthBasedGroupRecommendationAction()
243 event.valueInt1 = direction; in onUnicastMonitorModeStatus()
[all …]
DLeAudioBroadcasterNativeInterface.java90 event.valueInt1 = broadcastId; in onBroadcastCreated()
101 event.valueInt1 = broadcastId; in onBroadcastDestroyed()
118 event.valueInt1 = broadcastId; in onBroadcastStateChanged()
129 event.valueInt1 = broadcastId; in onBroadcastMetadataChanged()
DLeAudioStateMachine.java184 processConnectionEvent(event.valueInt1); in processMessage()
279 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
295 processConnectionEvent(event.valueInt1); in processMessage()
377 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
392 processConnectionEvent(event.valueInt1); in processMessage()
495 processConnectionEvent(event.valueInt1); in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlStateMachineTest.java130 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
152 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
173 connCompletedEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
248 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
316 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
336 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
346 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
356 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
366 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
381 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
[all …]
DVolumeControlServiceTest.java558 stackEvent.valueInt1 = group_id; in testVolumeControlStackEvents()
575 stackEvent.valueInt1 = 1; // groupId in testVolumeCalculations()
626 stackEvent.valueInt1 = 1; // groupId in testAutonomousMuteUnmute()
666 stackEvent.valueInt1 = groupId; in testVolumeCache()
721 stackEvent.valueInt1 = groupId; in testMuteCache()
754 stackEvent.valueInt1 = groupId; in testVolumeChangeWhileMuted()
1380 stackEvent.valueInt1 = groupId; in testVolumeControlChangedCallback()
1394 stackEvent2.valueInt1 = -1; in testVolumeControlChangedCallback()
1432 connCompletedEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
1459 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java247 event.valueInt1 = state; in onConnectionStateChanged()
259 event.valueInt1 = -1; in onVolumeStateChanged()
274 event.valueInt1 = groupId; in onGroupVolumeStateChanged()
288 event.valueInt1 = numOfExternalOutputs; in onDeviceAvailable()
300 event.valueInt1 = externalOutputId; in onExtAudioOutVolumeOffsetChanged()
313 event.valueInt1 = externalOutputId; in onExtAudioOutLocationChanged()
326 event.valueInt1 = externalOutputId; in onExtAudioOutDescriptionChanged()
DVolumeControlStateMachine.java172 processConnectionEvent(event.valueInt1); in processMessage()
272 disconnectEvent.valueInt1 = in processMessage()
289 processConnectionEvent(event.valueInt1); in processMessage()
388 disconnectEvent.valueInt1 = in processMessage()
404 processConnectionEvent(event.valueInt1); in processMessage()
505 processConnectionEvent(event.valueInt1); in processMessage()
DVolumeControlStackEvent.java41 public int valueInt1; field in VolumeControlStackEvent
59 result.append(", valueInt1:" + eventTypeValue1ToString(type, valueInt1)); in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java141 event.valueInt1 = state; in onConnectionStateChanged()
156 event.valueInt1 = groupId; in onDeviceAvailable()
176 event.valueInt1 = groupId; in onSetMemberAvailable()
193 event.valueInt1 = groupId; in onGroupLockChanged()
DCsipSetCoordinatorStateMachine.java173 processConnectionEvent(event.valueInt1); in processMessage()
280 disconnectEvent.valueInt1 = in processMessage()
297 processConnectionEvent(event.valueInt1); in processMessage()
379 disconnectEvent.valueInt1 = in processMessage()
395 processConnectionEvent(event.valueInt1); in processMessage()
500 processConnectionEvent(event.valueInt1); in processMessage()
DCsipSetCoordinatorStackEvent.java50 public int valueInt1 = 0; field in CsipSetCoordinatorStackEvent
67 result.append(", " + eventTypeValueInt1ToString(type, valueInt1)); in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java442 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
447 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
521 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
534 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
574 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
589 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
644 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect_suppressNoisyIntentCase()
991 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
1004 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
1025 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
[all …]
DHearingAidStateMachineTest.java118 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
139 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
159 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
232 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStackEvent.java40 public int valueInt1; field in HearingAidStackEvent
53 result.append(", value1:" + valueInt1); in toString()
DHearingAidStateMachine.java184 processConnectionEvent(event.valueInt1); in processMessage()
283 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
299 processConnectionEvent(event.valueInt1); in processMessage()
381 disconnectEvent.valueInt1 = in processMessage()
397 processConnectionEvent(event.valueInt1); in processMessage()
497 processConnectionEvent(event.valueInt1); in processMessage()
DHearingAidNativeInterface.java153 event.valueInt1 = state; in onConnectionStateChanged()
164 event.valueInt1 = capabilities; in onDeviceAvailable()

12