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