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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 146 return unplugNative();
274 private native boolean unplugNative();
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid_device.cpp 426 static jboolean unplugNative(JNIEnv* env, jobject thiz) {
512 {"unplugNative", "()Z", (void*)unplugNative},

Completed in 201 milliseconds