Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl34 int play_status, int song_len, int song_pos); in GetPlayStatusResponse() argument
/system/bt/include/hardware/
Dbt_rc.h226 uint32_t song_pos; member
440 uint32_t song_len, uint32_t song_pos);
599 const RawAddress& bd_addr, uint32_t song_len, uint32_t song_pos);
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc122 int32_t song_pos, bool* _aidl_return) { in GetPlayStatusResponse() argument
125 String8(addr).string(), play_status, song_len, song_pos)); in GetPlayStatusResponse()
Dbluetooth_avrcp_target_binder_server.h60 int32_t song_pos,
/system/bt/service/
Davrcp_target.h87 uint32_t song_len, uint32_t song_pos);
Davrcp_target.cc128 uint32_t song_pos) { in GetPlayStatusResponse() argument
135 song_len, song_pos) == BT_STATUS_SUCCESS); in GetPlayStatusResponse()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.h117 uint32_t song_pos);
Dbluetooth_avrcp_interface.cc380 uint32_t song_len, uint32_t song_pos) { in CtrlPlayPositionChangedCallback() argument
385 observer.CtrlPlayPositionChangedCallback(bd_addr, song_len, song_pos); in CtrlPlayPositionChangedCallback()
/system/bt/btif/src/
Dbtif_rc.cc1790 uint32_t song_len, uint32_t song_pos) { in get_play_status_rsp() argument
1794 BTIF_TRACE_DEBUG("%s: song len %d song pos %d", __func__, song_len, song_pos); in get_play_status_rsp()
1800 avrc_rsp.get_play_status.song_pos = song_pos; in get_play_status_rsp()
1926 avrc_rsp.reg_notif.param.play_pos = p_param->song_pos; in register_notification_rsp()
3813 p_dev->rc_addr, p_rsp->song_len, p_rsp->song_pos)); in handle_get_playstatus_response()
/system/bt/stack/include/
Davrc_defs.h1379 uint32_t song_pos; member
/system/bt/stack/avrc/
Davrc_pars_ct.cc808 BE_STREAM_TO_UINT32(p_result->get_play_status.song_pos, p); in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc536 UINT32_TO_BE_STREAM(p_data, p_rsp->song_pos); in avrc_bld_get_play_status_rsp()