Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java680 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testBrowsingCommands()
695 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testBrowsingCommands()
734 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testAvailablePlayersChanged()
760 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testAvailablePlayersReceived_AddressedPlayerExists()
816 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testAvailablePlayersReceived_AddressedPlayerDoesNotExist()
872 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testAddressedPlayerChangedToNewKnownPlayer()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1172 static void getPlayerListNative(JNIEnv* env, jobject object, jbyteArray address, in getPlayerListNative() function
1304 {"getPlayerListNative", "([BII)V", (void*)getPlayerListNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1004 public native void getPlayerListNative(byte[] address, int start, int end); in getPlayerListNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java980 mService.getPlayerListNative(mDeviceAddress, in fetchContents()