Home
last modified time | relevance | path

Searched refs:valueInt3 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java55 public int valueInt3 = 0; field in StackEvent
71 result.append(", value3:" + valueInt3); in toString()
H A DNativeInterface.java313 event.valueInt3 = chldFeat; in onConnectionStateChanged()
555 event.valueInt3 = state; in onCurrentCalls()
H A DHeadsetClientStateMachine.java1040 processConnectionEvent(event.valueInt, event.valueInt2, event.valueInt3, in processMessage()
1449 queryCallsUpdate(event.valueInt, event.valueInt3, event.valueString, in processMessage()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java53 public int valueInt3 = 0; field in LeAudioStackEvent
68 result.append(", value3:" + eventTypeValue3ToString(type, valueInt3)); in toString()
H A DLeAudioNativeInterface.java121 event.valueInt3 = groupFlags; in onGroupStatus()
136 event.valueInt3 = sinkAudioLocation; in onAudioConf()
H A DLeAudioService.java444 int group_flags = stackEvent.valueInt3; in messageFromNative()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java314 eventIncomingCall.valueInt3 = 4; //state in testInBandRingtone()