Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java177 return dialMemoryNative(address, location); in dialMemory()
286 private static native boolean dialMemoryNative(byte[] address, int location); in dialMemoryNative() method in NativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp665 static jboolean dialMemoryNative(JNIEnv* env, jobject object, in dialMemoryNative() function
852 {"dialMemoryNative", "([BI)Z", (void*)dialMemoryNative},