Home
last modified time | relevance | path

Searched defs:valueInt (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStackEvent.java50 public final int valueInt; field in HeadsetStackEvent
73 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent()
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java46 public int valueInt = 0; field in A2dpStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java53 public int valueInt = 0; field in StackEvent
/aosp12/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp193 int valueInt; in setParameters() local
354 int valueInt; in setParameters() local
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp339 int valueInt = static_cast<int>(reinterpret_cast<uintptr_t>(value)); in setParameter() local
H A DAudioMixerBase.cpp351 int valueInt = static_cast<int>(reinterpret_cast<uintptr_t>(value)); in setParameter() local
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlPullParser.java700 public int valueInt; field in BinaryXmlPullParser.Attribute