Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java790 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testAvailablePlayersReceived_AddressedPlayerExists()
847 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(0)).getNowPlayingListNative( in testAvailablePlayersReceived_AddressedPlayerDoesNotExist()
908 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testAddressedPlayerChangedToNewKnownPlayer()
1023 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testAddressedPlayerChangedToSamePlayerId()
1041 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testNowPlaying()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp1132 static void getNowPlayingListNative(JNIEnv* env, jobject object, in getNowPlayingListNative() function
1302 {"getNowPlayingListNative", "([BII)V", (void*)getNowPlayingListNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java988 public native void getNowPlayingListNative(byte[] address, int start, int end); in getNowPlayingListNative() method in AvrcpControllerService
H A DAvrcpControllerStateMachine.java984 mService.getNowPlayingListNative( in fetchContents()