Searched refs:getNowPlayingListNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 93 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/ |
D | com_android_bluetooth_avrcp_controller.cpp | 974 static void getNowPlayingListNative(JNIEnv* env, jobject /* object */, jbyteArray address, in getNowPlayingListNative() function 1138 {"getNowPlayingListNative", "([BII)V", (void*)getNowPlayingListNative}, in register_com_android_bluetooth_avrcp_controller() method
|