Home
last modified time | relevance | path

Searched defs:sinkContextTypes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java411 int groupId, int sinkContextTypes, int sourceContextTypes) { in setGroupAllowedContextMask()
458 int groupId, int sinkContextTypes, int sourceContextTypes); in setGroupAllowedContextMaskNative()
DLeAudioService.java2663 int groupId, int sinkContextTypes, int sourceContextTypes) { in setGroupAllowedContextMask()
3976 public void setActiveGroupAllowedContextMask(int sinkContextTypes, int sourceContextTypes) { in setActiveGroupAllowedContextMask()
3977 setGroupAllowedContextMask(getActiveGroupId(), sinkContextTypes, sourceContextTypes); in setActiveGroupAllowedContextMask() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2964 int sinkContextTypes = in testSetAllowedContextsForActiveGroup() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp739 jint sinkContextTypes, in setGroupAllowedContextMaskNative()