Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java434 return setScoAllowedNative(value); in setScoAllowed()
498 private native boolean setScoAllowedNative(boolean value); in setScoAllowedNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp861 static jboolean setScoAllowedNative(JNIEnv* env, jobject object, in setScoAllowedNative() function
942 {"setScoAllowedNative", "(Z)Z", (void*)setScoAllowedNative},