Searched refs:song_len (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/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 121 const android::String16& addr, int32_t play_status, int32_t song_len, in GetPlayStatusResponse() argument 125 String8(addr).string(), play_status, song_len, song_pos)); in GetPlayStatusResponse()
|
D | bluetooth_avrcp_target_binder_server.h | 59 int32_t song_len,
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.h | 116 uint32_t song_len,
|
D | bluetooth_avrcp_interface.cc | 380 uint32_t song_len, uint32_t song_pos) { in CtrlPlayPositionChangedCallback() argument 385 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 | 127 int32_t play_status, uint32_t song_len, in GetPlayStatusResponse() argument 135 song_len, song_pos) == BT_STATUS_SUCCESS); in GetPlayStatusResponse()
|
/system/bt/include/hardware/ |
D | bt_rc.h | 442 uint32_t song_len, uint32_t song_pos); 601 const RawAddress& bd_addr, uint32_t song_len, uint32_t song_pos);
|
/system/bt/btif/src/ |
D | btif_rc.cc | 1864 uint32_t song_len, uint32_t song_pos) { in get_play_status_rsp() argument 1868 BTIF_TRACE_DEBUG("%s: song len %d song pos %d", __func__, song_len, song_pos); in get_play_status_rsp() 1873 avrc_rsp.get_play_status.song_len = song_len; in get_play_status_rsp() 3934 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 | 1379 uint32_t song_len; member
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.cc | 831 BE_STREAM_TO_UINT32(p_result->get_play_status.song_len, p); in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_bld_tg.cc | 535 UINT32_TO_BE_STREAM(p_data, p_rsp->song_len); in avrc_bld_get_play_status_rsp()
|