Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java175 return reportErrorNative(error); in reportError()
280 private native boolean reportErrorNative(byte error); in reportErrorNative() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp402 static jboolean reportErrorNative(JNIEnv* env, jobject thiz, jbyte error) { in reportErrorNative() function
510 {"reportErrorNative", "(B)Z", (void*)reportErrorNative},