Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1183 static void playItemNative(JNIEnv* env, jobject object, jbyteArray address, in playItemNative() function
1227 {"playItemNative", "([BBJI)V", (void*)playItemNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java379 mService.playItemNative( in playItem()
DAvrcpControllerService.java802 public native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative() method in AvrcpControllerService