Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java101 getPlayerListNative(address, start, end); in getPlayerList()
454 private native void getPlayerListNative(byte[] address, int start, int end); in getPlayerListNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1046 static void getPlayerListNative(JNIEnv* env, jobject /* object */, in getPlayerListNative() function
1183 {"getPlayerListNative", "([BII)V", (void*)getPlayerListNative}, in register_com_android_bluetooth_avrcp_controller()