Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java146 return unplugNative(); in unplug()
274 private native boolean unplugNative(); in unplugNative() method in HidDeviceNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid_device.cpp426 static jboolean unplugNative(JNIEnv* env, jobject thiz) { in unplugNative() function
512 {"unplugNative", "()Z", (void*)unplugNative},