Searched refs:interopDatabaseAddNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1207 static void interopDatabaseAddNative(JNIEnv* env, jobject obj, int feature, in interopDatabaseAddNative() function 1365 {"interopDatabaseAddNative", "(I[BI)V", (void*)interopDatabaseAddNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 425 interopDatabaseAddNative(feature, addr, length); in updateInteropDatabase() 3132 private native void interopDatabaseAddNative(int feature, byte[] address, int length); in interopDatabaseAddNative() method in AdapterService
|