Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1262 jbyte scope, jlong uid, jint uidCounter) { in playItemNative() argument
1280 rawAddress, (uint8_t)scope, (uint8_t*)&uid, (uint16_t)uidCounter); in playItemNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1021 public native void playItemNative(byte[] address, byte scope, long uid, int uidCounter); in playItemNative() argument