Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java203 return handleCallActionNative(getByteAddress(device), action, index); in handleCallAction()
318 private static native boolean handleCallActionNative(byte[] address, int action, int index); in handleCallActionNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp692 static jboolean handleCallActionNative(JNIEnv* env, jobject /* object */, in handleCallActionNative() function
906 {"handleCallActionNative", "([BII)Z", (void*)handleCallActionNative}, in register_com_android_bluetooth_hfpclient()