Searched refs:uidCounter (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 108 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/ |
D | com_android_bluetooth_avrcp_controller.cpp | 1140 jint uidCounter) { in playItemNative() argument 1158 rawAddress, (uint8_t)scope, (uint8_t*)&uid, (uint16_t)uidCounter); in playItemNative()
|