Searched refs:getPlayerListNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 493 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testBrowsingCommands() 508 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testBrowsingCommands() 605 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testPlayerChanged() 658 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getPlayerListNative(eq(mTestAddress), in testPlayerChangedToUnknownPlayer()
|
/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 | 890 public native void getPlayerListNative(byte[] address, int start, int end); in getPlayerListNative() method in AvrcpControllerService
|
D | AvrcpControllerStateMachine.java | 892 mService.getPlayerListNative(mDeviceAddress, in fetchContents()
|