Searched refs:getPlayerListNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 680 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/ |
D | com_android_bluetooth_avrcp_controller.cpp | 1172 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/ |
D | AvrcpControllerService.java | 1004 public native void getPlayerListNative(byte[] address, int start, int end); in getPlayerListNative() method in AvrcpControllerService
|
D | AvrcpControllerStateMachine.java | 980 mService.getPlayerListNative(mDeviceAddress, in fetchContents()
|