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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpNativeInterface.java 116 return setActiveDeviceNative(getByteAddress(device));
202 private native boolean setActiveDeviceNative(byte[] address);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetNativeInterface.java 456 return setActiveDeviceNative(Utils.getByteAddress(device));
502 private native boolean setActiveDeviceNative(byte[] address);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 393 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object,
453 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},
com_android_bluetooth_hfp.cpp     [all...]

Completed in 84 milliseconds