Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java424 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(0)).playItemNative( in testSkipToQueueInvalid()
430 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(0)).playItemNative( in testSkipToQueueInvalid()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1261 static void playItemNative(JNIEnv* env, jobject object, jbyteArray address, in playItemNative() function
1306 {"playItemNative", "([BBJI)V", (void*)playItemNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java907 public native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java650 mService.playItemNative( in processPlayItem()