Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java536 return enableSwbNative(swbCodec, enable, getByteAddress(device)); in enableSwb()
606 private native boolean enableSwbNative(int swbCodec, boolean enable, byte[] address); in enableSwbNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp956 static jboolean enableSwbNative(JNIEnv* env, jobject /* object */, jint swbCodec, jboolean enable, in enableSwbNative() function
1004 {"enableSwbNative", "(IZ[B)Z", (void*)enableSwbNative}, in register_com_android_bluetooth_hfp() method