HomeSort by relevance Sort by last modified time
    Searched refs:waitForHandsfreeConnectNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioGateway.java 103 if (waitForHandsfreeConnectNative(SELECT_WAIT_TIMEOUT) == false) {
195 private native boolean waitForHandsfreeConnectNative(int timeoutMs);
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 256 static jboolean waitForHandsfreeConnectNative(JNIEnv* env, jobject object,
542 {"waitForHandsfreeConnectNative", "(I)Z", (void *)waitForHandsfreeConnectNative},

Completed in 24 milliseconds