Searched refs: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() argument 419 + sourceContextTypes); in setGroupAllowedContextMask() 420 setGroupAllowedContextMaskNative(groupId, sinkContextTypes, sourceContextTypes); in setGroupAllowedContextMask() 458 int groupId, int sinkContextTypes, int sourceContextTypes); in setGroupAllowedContextMaskNative() argument
|
D | LeAudioService.java | 2663 int groupId, int sinkContextTypes, int sourceContextTypes) { in setGroupAllowedContextMask() argument 2680 groupDescriptor.updateAllowedContexts(sinkContextTypes, sourceContextTypes); in setGroupAllowedContextMask() 2682 mNativeInterface.setGroupAllowedContextMask(groupId, sinkContextTypes, sourceContextTypes); in setGroupAllowedContextMask() 3976 public void setActiveGroupAllowedContextMask(int sinkContextTypes, int sourceContextTypes) { in setActiveGroupAllowedContextMask() argument 3977 setGroupAllowedContextMask(getActiveGroupId(), sinkContextTypes, sourceContextTypes); in setActiveGroupAllowedContextMask() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 740 jint sourceContextTypes) { in setGroupAllowedContextMaskNative() argument 748 groupId, sinkContextTypes, sourceContextTypes); in setGroupAllowedContextMaskNative() 751 sourceContextTypes); in setGroupAllowedContextMaskNative()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 2966 int sourceContextTypes = in testSetAllowedContextsForActiveGroup() local 2971 mService.setActiveGroupAllowedContextMask(sinkContextTypes, sourceContextTypes); in testSetAllowedContextsForActiveGroup() 2973 .setGroupAllowedContextMask(groupId, sinkContextTypes, sourceContextTypes); in testSetAllowedContextsForActiveGroup()
|