/external/webrtc/webrtc/tools/force_mic_volume_max/ |
force_mic_volume_max.cc | 29 webrtc::VoEVolumeControl* volume_control = local 37 if (volume_control->SetMicVolume(0) != 0) { 41 if (volume_control->SetMicVolume(255) != 0) {
|
/system/bt/btif/src/ |
btif_hf_client.c | 364 ** Function volume_control 371 static bt_status_t volume_control(bthf_client_volume_type_t type, int volume) function 678 .volume_control = volume_control, [all...] |
btif_hf.c | 959 ** Function volume_control 966 static bt_status_t volume_control(bthf_volume_type_t type, int volume function [all...] |
/hardware/intel/common/libmix/mix_audio/src/ |
intel_sst_ioctl.h | 148 __u8 volume_control; /* 0=Not Supported, 1=Supported */ member in struct:snd_sst_postproc_info 160 __u8 volume_control; /* 0=Not Supported, 1=Supported */ member in struct:snd_sst_prp_info
|
/hardware/libhardware/include/hardware/ |
bt_hf.h | 251 bt_status_t (*volume_control) (bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr ); member in struct:__anon31168
|
bt_hf_client.h | 325 bt_status_t (*volume_control) (bthf_client_volume_type_t type, int volume); member in struct:__anon31187
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddcdrm.h | 340 } VOLUME_CONTROL, *PVOLUME_CONTROL;
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hfpclient.cpp | 468 if ( (status = sBluetoothHfpClientInterface->volume_control((bthf_client_volume_type_t) volume_type,
|
com_android_bluetooth_hfp.cpp | 611 if ( (status = sBluetoothHfpInterface->volume_control((bthf_volume_type_t) volume_type,
|