Home
last modified time | relevance | path

Searched refs: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() argument
109 playItemNative(address, scope, uid, uidCounter); in playItem()
471 private native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative() argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1140 jint uidCounter) { in playItemNative() argument
1158 rawAddress, (uint8_t)scope, (uint8_t*)&uid, (uint16_t)uidCounter); in playItemNative()