Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java113 setBrowsedPlayerNative(address, playerId); in setBrowsedPlayer()
478 private native void setBrowsedPlayerNative(byte[] address, int playerId); in setBrowsedPlayerNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1096 static void setBrowsedPlayerNative(JNIEnv* env, jobject /* object */, in setBrowsedPlayerNative() function
1186 {"setBrowsedPlayerNative", "([BI)V", (void*)setBrowsedPlayerNative}, in register_com_android_bluetooth_avrcp_controller()