Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java201 return queryCurrentCallsNative(address); in queryCurrentCalls()
290 private static native boolean queryCurrentCallsNative(byte[] address); in queryCurrentCallsNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp706 static jboolean queryCurrentCallsNative(JNIEnv* env, jobject object, in queryCurrentCallsNative() function
854 {"queryCurrentCallsNative", "([B)Z", (void*)queryCurrentCallsNative},