Searched defs:volume (Results 1 - 7 of 7) sorted by relevance

/system/bt/btif/src/
H A Dbtif_hf_client.c366 ** Description volume control
371 static bt_status_t volume_control(bthf_client_volume_type_t type, int volume) argument
378 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGS, volume, 0, NULL);
381 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGM, volume, 0, NULL);
H A Dbtif_hf.c961 ** Description volume control
966 static bt_status_t volume_control(bthf_volume_type_t type, int volume, argument
983 ag_res.num = volume;
H A Dbtif_rc.c514 // Register for volume change on connect
1500 pavrc_cmd->volume.volume, label);
1534 btif_rc_cb.rc_volume=pavrc_resp->reg_notif.param.volume;
1535 HAL_CBACK(bt_rc_callbacks, volume_change_cb, pavrc_resp->reg_notif.param.volume,ctype)
1541 BTIF_TRACE_DEBUG("%s Set absolute volume change event received: volume %d,ctype %d",
1542 __FUNCTION__, pavrc_resp->volume.volume,ctype);
1544 btif_rc_cb.rc_volume=pavrc_resp->volume
1770 set_volume(uint8_t volume) argument
[all...]
/system/vold/
H A DVolumeBase.cpp146 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { argument
147 mVolumes.push_back(volume);
150 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { argument
151 mVolumes.remove(volume);
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c823 /* volume controlled in audioflinger mixer (digital) */
1228 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) argument
1231 UNUSED(volume);
1238 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) argument
1241 UNUSED(volume);
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.c1699 void bta_hf_client_send_at_vgs(UINT32 volume) argument
1706 at_len = snprintf(buf, sizeof(buf), "AT+VGS=%u\r", volume);
1716 void bta_hf_client_send_at_vgm(UINT32 volume) argument
1723 at_len = snprintf(buf, sizeof(buf), "AT+VGM=%u\r", volume);
/system/bt/stack/include/
H A Davrc_defs.h156 #define AVRC_ID_VOL_UP 0x41 /* volume up */
157 #define AVRC_ID_VOL_DOWN 0x42 /* volume down */
1084 UINT8 volume; member in struct:__anon979
1191 tAVRC_SET_VOLUME_CMD volume; /* SetAbsVolume */ member in union:__anon988
1302 UINT8 volume; member in union:__anon998
1321 UINT8 volume; member in struct:__anon1000
1404 tAVRC_SET_VOLUME_RSP volume; /* SetAbsVolume */ member in union:__anon1007

Completed in 171 milliseconds