Home
last modified time | relevance | path

Searched defs:uidCounter (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java108 void playItem(byte[] address, byte scope, long uid, int uidCounter) { in playItem()
471 private native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1140 jint uidCounter) { in playItemNative()