Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp366 jint type, jint playPos) { in registerNotificationRspPlayPosNative() argument
373 param.song_pos = (uint32_t)playPos; in registerNotificationRspPlayPosNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java905 private native boolean registerNotificationRspPlayPosNative(int type, int playPos); in registerNotificationRspPlayPosNative() argument