Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1054 static void getNowPlayingListNative(JNIEnv* env, jobject object, in getNowPlayingListNative() function
1223 {"getNowPlayingListNative", "([BII)V", (void*)getNowPlayingListNative},
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java457 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testNowPlaying()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java600 mService.getNowPlayingListNative( in fetchContents()
DAvrcpControllerService.java769 public native void getNowPlayingListNative(byte[] address, int start, int end); in getNowPlayingListNative() method in AvrcpControllerService