Searched refs:interopDatabaseAddNative (Results 1 – 2 of 2) sorted by relevance
1252 static void interopDatabaseAddNative(JNIEnv *env, jobject obj, int feature, in interopDatabaseAddNative() function1298 {"interopDatabaseAddNative", "(I[BI)V", (void*) interopDatabaseAddNative}
500 interopDatabaseAddNative(feature, addr, length); in updateInteropDatabase()2564 private native void interopDatabaseAddNative(int feature, byte[] address, int length); in interopDatabaseAddNative() method in AdapterService