Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java214 return queryCurrentCallsNative(getByteAddress(device)); in queryCurrentCalls()
320 private static native boolean queryCurrentCallsNative(byte[] address); in queryCurrentCallsNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp715 static jboolean queryCurrentCallsNative(JNIEnv* env, jobject /* object */, in queryCurrentCallsNative() function
907 {"queryCurrentCallsNative", "([B)Z", (void*)queryCurrentCallsNative}, in register_com_android_bluetooth_hfpclient()