Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java178 return reportErrorNative(error); in reportError()
312 private native boolean reportErrorNative(byte error); in reportErrorNative() method in HidDeviceNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp384 static jboolean reportErrorNative(JNIEnv* /* env */, jobject /* thiz */, in reportErrorNative() function
494 {"reportErrorNative", "(B)Z", (void*)reportErrorNative}, in register_com_android_bluetooth_hid_device()