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.java493 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/
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.java890 public native void getPlayerListNative(byte[] address, int start, int end); in getPlayerListNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java892 mService.getPlayerListNative(mDeviceAddress, in fetchContents()