Home
last modified time | relevance | path

Searched refs:groupStreamNative (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java188 groupStreamNative(groupId, contentType); in groupStream()
214 private native void groupStreamNative(int groupId, int contentType); in groupStreamNative() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_le_audio.cpp230 static void groupStreamNative(JNIEnv* env, jobject object, jint group_id, in groupStreamNative() function
270 {"groupStreamNative", "(II)V", (void*)groupStreamNative},