Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
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()
546 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
559 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
858 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
871 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
890 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
905 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
[all …]
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()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
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()
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()
DLeAudioStackEvent.java51 public int valueInt1 = 0; field in LeAudioStackEvent
66 result.append(", value1:" + eventTypeValue1ToString(type, valueInt1)); in toString()
DLeAudioService.java420 switch (stackEvent.valueInt1) { in messageFromNative()
442 int group_id = stackEvent.valueInt1; in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
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()
DHearingAidStackEvent.java40 public int valueInt1; field in HearingAidStackEvent
53 result.append(", value1:" + valueInt1); in toString()
DHearingAidNativeInterface.java155 event.valueInt1 = state; in onConnectionStateChanged()
167 event.valueInt1 = capabilities; in onDeviceAvailable()
DHearingAidService.java620 int capabilities = stackEvent.valueInt1; in messageFromNative()
636 switch (stackEvent.valueInt1) { in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
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()
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()