Searched refs:enableSwbNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 536 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/ |
D | com_android_bluetooth_hfp.cpp | 956 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
|