HomeSort by relevance Sort by last modified time
    Searched defs:connectAudioNative (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 41 static native boolean connectAudioNative(byte[] address);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 509 static jboolean connectAudioNative(JNIEnv* env, jobject object,
816 {"connectAudioNative", "([B)Z", (void*)connectAudioNative},
com_android_bluetooth_hfpclient.cpp 476 static jboolean connectAudioNative(JNIEnv* env, jobject object,
779 {"connectAudioNative", "([B)Z", (void*)connectAudioNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 317 milliseconds