Home
last modified time | relevance | path

Searched refs:song_pos (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h229 uint32_t song_pos; member
443 uint32_t song_len, uint32_t song_pos);
602 const RawAddress& bd_addr, uint32_t song_len, uint32_t song_pos);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp306 uint32_t song_pos) { in btavrcp_play_position_changed_callback() argument
325 addr.get(), (jint)(song_len), (jint)song_pos); in btavrcp_play_position_changed_callback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc2000 uint32_t song_len, uint32_t song_pos) { in get_play_status_rsp() argument
2004 log::verbose("song len {} song pos {}", song_len, song_pos); in get_play_status_rsp()
2010 avrc_rsp.get_play_status.song_pos = song_pos; in get_play_status_rsp()
2145 avrc_rsp.reg_notif.param.play_pos = p_param->song_pos; in register_notification_rsp()
3919 p_dev->rc_addr, p_rsp->song_len, p_rsp->song_pos)); in handle_get_playstatus_response()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h1385 uint32_t song_pos; member
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc812 BE_STREAM_TO_UINT32(p_result->get_play_status.song_pos, p); in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc543 UINT32_TO_BE_STREAM(p_data, p_rsp->song_pos); in avrc_bld_get_play_status_rsp()