Searched refs:setCodecConfigPreferenceNative (Results  1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ | 
| D | A2dpNativeInterface.java | 148         return setCodecConfigPreferenceNative(getByteAddress(device),  in setCodecConfigPreference()239     private native boolean setCodecConfigPreferenceNative(byte[] address,  in setCodecConfigPreferenceNative()  method in A2dpNativeInterface
 
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ | 
| D | LeAudioNativeInterface.java | 304         setCodecConfigPreferenceNative(groupId, inputCodecConfig, outputCodecConfig);  in setCodecConfigPreference()358     private native void setCodecConfigPreferenceNative(int groupId,  in setCodecConfigPreferenceNative()  method in LeAudioNativeInterface
 
 | 
| /packages/modules/Bluetooth/android/app/jni/ | 
| D | com_android_bluetooth_a2dp.cpp | 474 static jboolean setCodecConfigPreferenceNative(JNIEnv* env, jobject object,  in setCodecConfigPreferenceNative()  function516      (void*)setCodecConfigPreferenceNative},
 
 | 
| D | com_android_bluetooth_le_audio.cpp | 513 static void setCodecConfigPreferenceNative(JNIEnv* env, jobject object,  in setCodecConfigPreferenceNative()  function593      (void*)setCodecConfigPreferenceNative},
 
 |