Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java97 getFolderListNative(address, start, end); in getFolderList()
446 private native void getFolderListNative(byte[] address, int start, int end); in getFolderListNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1024 static void getFolderListNative(JNIEnv* env, jobject /* object */, in getFolderListNative() function
1182 {"getFolderListNative", "([BII)V", (void*)getFolderListNative}, in register_com_android_bluetooth_avrcp_controller()