Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1220 static void setBrowsedPlayerNative(JNIEnv* env, jobject object, in setBrowsedPlayerNative() function
1307 {"setBrowsedPlayerNative", "([BI)V", (void*)setBrowsedPlayerNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java914 public native void setBrowsedPlayerNative(byte[] address, int playerId); in setBrowsedPlayerNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java934 mService.setBrowsedPlayerNative( in navigateToFolderOrRetrieve()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java522 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).setBrowsedPlayerNative( in testBrowsingCommands()