Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java190 return handleCallActionNative(address, action, index); in handleCallAction()
288 private static native boolean handleCallActionNative(byte[] address, int action, int index); in handleCallActionNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp685 static jboolean handleCallActionNative(JNIEnv* env, jobject object, in handleCallActionNative() function
853 {"handleCallActionNative", "([BII)Z", (void*)handleCallActionNative},