Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java93 getNowPlayingListNative(address, start, end); in getNowPlayingList()
438 private native void getNowPlayingListNative(byte[] address, int start, int end); in getNowPlayingListNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1002 static void getNowPlayingListNative(JNIEnv* env, jobject /* object */, in getNowPlayingListNative() function
1181 {"getNowPlayingListNative", "([BII)V", (void*)getNowPlayingListNative}, in register_com_android_bluetooth_avrcp_controller()