Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java190 return dialMemoryNative(getByteAddress(device), location); in dialMemory()
316 private static native boolean dialMemoryNative(byte[] address, int location); in dialMemoryNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp670 static jboolean dialMemoryNative(JNIEnv* env, jobject /* object */, in dialMemoryNative() function
905 {"dialMemoryNative", "([BI)Z", (void*)dialMemoryNative}, in register_com_android_bluetooth_hfpclient()