Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java289 return sendAndroidAtNative(getByteAddress(device), cmd); in sendAndroidAt()
333 private static native boolean sendAndroidAtNative(byte[] address, String cmd); in sendAndroidAtNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp860 static jboolean sendAndroidAtNative(JNIEnv* env, jobject /* object */, in sendAndroidAtNative() function
917 (void*)sendAndroidAtNative}, in register_com_android_bluetooth_hfpclient()