Searched refs:song_pos (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpTarget.aidl | 34 int play_status, int song_len, int song_pos); in GetPlayStatusResponse() argument
|
/system/bt/include/hardware/ |
D | bt_rc.h | 228 uint32_t song_pos; member 442 uint32_t song_len, uint32_t song_pos); 601 const RawAddress& bd_addr, uint32_t song_len, uint32_t song_pos);
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 122 int32_t song_pos, bool* _aidl_return) { in GetPlayStatusResponse() argument 125 String8(addr).string(), play_status, song_len, song_pos)); in GetPlayStatusResponse()
|
D | bluetooth_avrcp_target_binder_server.h | 60 int32_t song_pos,
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.h | 117 uint32_t song_pos);
|
D | bluetooth_avrcp_interface.cc | 381 uint32_t song_len, uint32_t song_pos) { in CtrlPlayPositionChangedCallback() argument 386 observer.CtrlPlayPositionChangedCallback(bd_addr, song_len, song_pos); in CtrlPlayPositionChangedCallback()
|
/system/bt/service/ |
D | avrcp_target.h | 87 uint32_t song_len, uint32_t song_pos);
|
D | avrcp_target.cc | 129 uint32_t song_pos) { in GetPlayStatusResponse() argument 136 song_len, song_pos) == BT_STATUS_SUCCESS); in GetPlayStatusResponse()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 1853 uint32_t song_len, uint32_t song_pos) { in get_play_status_rsp() argument 1857 BTIF_TRACE_DEBUG("%s: song len %d song pos %d", __func__, song_len, song_pos); in get_play_status_rsp() 1863 avrc_rsp.get_play_status.song_pos = song_pos; in get_play_status_rsp() 1996 avrc_rsp.reg_notif.param.play_pos = p_param->song_pos; in register_notification_rsp() 3929 p_dev->rc_addr, p_rsp->song_len, p_rsp->song_pos)); in handle_get_playstatus_response()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1382 uint32_t song_pos; member
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.cc | 839 BE_STREAM_TO_UINT32(p_result->get_play_status.song_pos, p); in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_bld_tg.cc | 536 UINT32_TO_BE_STREAM(p_data, p_rsp->song_pos); in avrc_bld_get_play_status_rsp()
|