Home
last modified time | relevance | path

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

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