Home
last modified time | relevance | path

Searched refs:setActiveDeviceNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java126 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice()
213 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java456 return setActiveDeviceNative(Utils.getByteAddress(device)); in setActiveDevice()
502 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp420 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object, in setActiveDeviceNative() function
484 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},
Dcom_android_bluetooth_hfp.cpp898 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object, in setActiveDeviceNative() function
945 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},