Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java109 playItemNative(address, scope, uid, uidCounter); in playItem()
471 private native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1138 static void playItemNative(JNIEnv* env, jobject /* object */, in playItemNative() function
1185 {"playItemNative", "([BBJI)V", (void*)playItemNative}, in register_com_android_bluetooth_avrcp_controller()