Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java94 event.valueInt1 = state; in onConnectionStateChanged()
109 event.valueInt1 = groupId; in onSetMemberAvailable()
119 event.valueInt1 = groupId; in onGroupStatus()
134 event.valueInt1 = direction; in onAudioConf()
H A DLeAudioStateMachine.java185 processConnectionEvent(event.valueInt1, event.valueInt2); in processMessage()
269 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
285 processConnectionEvent(event.valueInt1, event.valueInt2); in processMessage()
355 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
370 processConnectionEvent(event.valueInt1, event.valueInt2); in processMessage()
463 processConnectionEvent(event.valueInt1, event.valueInt2); in processMessage()
H A DLeAudioStackEvent.java51 public int valueInt1 = 0; field in LeAudioStackEvent
66 result.append(", value1:" + eventTypeValue1ToString(type, valueInt1)); in toString()
H A DLeAudioService.java420 switch (stackEvent.valueInt1) { in messageFromNative()
442 int group_id = stackEvent.valueInt1; in messageFromNative()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java426 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
431 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
497 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
510 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
871 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
905 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
1055 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
1066 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()
1092 event.valueInt1 = 0x02; in getHiSyncIdFromNative()
1096 event.valueInt1 = 0x03; in getHiSyncIdFromNative()
[all …]
H A DHearingAidStateMachineTest.java127 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
149 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
167 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
237 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java40 public int valueInt1; field in HearingAidStackEvent
53 result.append(", value1:" + valueInt1); in toString()
H A DHearingAidStateMachine.java190 processConnectionEvent(event.valueInt1); in processMessage()
279 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
295 processConnectionEvent(event.valueInt1); in processMessage()
366 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
381 processConnectionEvent(event.valueInt1); in processMessage()
475 processConnectionEvent(event.valueInt1); in processMessage()
H A DHearingAidNativeInterface.java155 event.valueInt1 = state; in onConnectionStateChanged()
167 event.valueInt1 = capabilities; in onDeviceAvailable()
H A DHearingAidService.java620 int capabilities = stackEvent.valueInt1; in messageFromNative()
636 switch (stackEvent.valueInt1) { in messageFromNative()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachineTest.java124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
146 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
164 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
231 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
H A DLeAudioServiceTest.java397 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
410 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
441 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
454 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
674 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
696 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
707 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()