Searched defs:sourceContextTypes (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioNativeInterface.java | 411 int groupId, int sinkContextTypes, int sourceContextTypes) { in setGroupAllowedContextMask() 458 int groupId, int sinkContextTypes, int sourceContextTypes); in setGroupAllowedContextMaskNative()
|
D | LeAudioService.java | 3153 int groupId, int sinkContextTypes, int sourceContextTypes) { in setGroupAllowedContextMask() 4500 public void setActiveGroupAllowedContextMask(int sinkContextTypes, int sourceContextTypes) { in setActiveGroupAllowedContextMask() 4501 setGroupAllowedContextMask(getActiveGroupId(), sinkContextTypes, sourceContextTypes); in setActiveGroupAllowedContextMask() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 3118 int sourceContextTypes = in testSetAllowedContextsForActiveGroup() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 731 jint sinkContextTypes, jint sourceContextTypes) { in setGroupAllowedContextMaskNative()
|