Home
last modified time | relevance | path

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

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