/system/bt/stack/avrc/ |
D | avrc_pars_tg.c | 74 BE_STREAM_TO_UINT8 (p_result->volume.volume, p); in avrc_ctrl_pars_vendor_cmd() 75 p_result->volume.volume = AVRC_MAX_VOLUME & p_result->volume.volume; in avrc_ctrl_pars_vendor_cmd()
|
D | avrc_pars_ct.c | 81 BE_STREAM_TO_UINT8 (p_result->volume.volume, p); in avrc_pars_vendor_rsp() 95 BE_STREAM_TO_UINT8 (p_result->reg_notif.param.volume, p); in avrc_pars_vendor_rsp() 98 __func__, eventid, p_result->reg_notif.param.volume); in avrc_pars_vendor_rsp()
|
D | avrc_bld_ct.c | 84 UINT8_TO_BE_STREAM(p_data, (AVRC_MAX_VOLUME & p_cmd->volume)); in avrc_bld_set_abs_volume_cmd() 457 status = avrc_bld_set_abs_volume_cmd(&p_cmd->volume, p_pkt); in AVRC_BldCommand()
|
D | avrc_bld_tg.c | 650 UINT8_TO_BE_STREAM(p_data, (AVRC_MAX_VOLUME & p_rsp->param.volume)); in avrc_bld_notify_rsp() 980 status = avrc_bld_set_absolute_volume_rsp(p_rsp->volume.volume, p_pkt); in AVRC_BldResponse()
|
/system/vold/ |
D | VolumeBase.cpp | 146 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume() argument 147 mVolumes.push_back(volume); in addVolume() 150 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume() argument 151 mVolumes.remove(volume); in removeVolume()
|
D | VolumeBase.h | 93 void addVolume(const std::shared_ptr<VolumeBase>& volume); 94 void removeVolume(const std::shared_ptr<VolumeBase>& volume);
|
D | vdc.rc | 1 # One shot invocation to deal with encrypted volume.
|
/system/bt/btif/src/ |
D | btif_rc.c | 1500 pavrc_cmd->volume.volume, label); in btif_rc_ctrl_upstreams_rsp_cmd() 1534 btif_rc_cb.rc_volume=pavrc_resp->reg_notif.param.volume; in btif_rc_upstreams_rsp_evt() 1535 HAL_CBACK(bt_rc_callbacks, volume_change_cb, pavrc_resp->reg_notif.param.volume,ctype) in btif_rc_upstreams_rsp_evt() 1542 __FUNCTION__, pavrc_resp->volume.volume,ctype); in btif_rc_upstreams_rsp_evt() 1544 btif_rc_cb.rc_volume=pavrc_resp->volume.volume; in btif_rc_upstreams_rsp_evt() 1545 HAL_CBACK(bt_rc_callbacks,volume_change_cb,pavrc_resp->volume.volume,ctype) in btif_rc_upstreams_rsp_evt() 1770 static bt_status_t set_volume(uint8_t volume) in set_volume() argument 1777 if (btif_rc_cb.rc_volume==volume) in set_volume() 1780 BTIF_TRACE_ERROR("%s: volume value already set earlier: 0x%02x",__FUNCTION__, volume); in set_volume() 1790 BTIF_TRACE_DEBUG("%s: Peer supports absolute volume. newVolume=%d", __FUNCTION__, volume); in set_volume() [all …]
|
D | btif_hf_client.c | 371 static bt_status_t volume_control(bthf_client_volume_type_t type, int volume) in volume_control() argument 378 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGS, volume, 0, NULL); in volume_control() 381 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGM, volume, 0, NULL); in volume_control()
|
D | btif_hf.c | 966 static bt_status_t volume_control(bthf_volume_type_t type, int volume, in volume_control() argument 983 ag_res.num = volume; in volume_control()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_int.h | 250 extern void bta_hf_client_send_at_vgs(UINT32 volume); 251 extern void bta_hf_client_send_at_vgm(UINT32 volume);
|
D | bta_hf_client_at.c | 1699 void bta_hf_client_send_at_vgs(UINT32 volume) in bta_hf_client_send_at_vgs() argument 1706 at_len = snprintf(buf, sizeof(buf), "AT+VGS=%u\r", volume); in bta_hf_client_send_at_vgs() 1716 void bta_hf_client_send_at_vgm(UINT32 volume) in bta_hf_client_send_at_vgm() argument 1723 at_len = snprintf(buf, sizeof(buf), "AT+VGM=%u\r", volume); in bta_hf_client_send_at_vgm()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1084 UINT8 volume; member 1191 tAVRC_SET_VOLUME_CMD volume; /* SetAbsVolume */ member 1302 UINT8 volume; member 1321 UINT8 volume; member 1404 tAVRC_SET_VOLUME_RSP volume; /* SetAbsVolume */ member
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 1228 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume() argument 1231 UNUSED(volume); in adev_set_voice_volume() 1238 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume() argument 1241 UNUSED(volume); in adev_set_master_volume()
|
/system/sepolicy/ |
D | vold.te | 1 # volume manager
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 130 with the Program (or with a work based on the Program) on a volume of
|