Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java149 return unplugNative(); in unplug()
306 private native boolean unplugNative(); in unplugNative() method in HidDeviceNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp408 static jboolean unplugNative(JNIEnv* /* env */, jobject /* thiz */) { in unplugNative() function
495 {"unplugNative", "()Z", (void*)unplugNative}, in register_com_android_bluetooth_hid_device()