Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp45 ExternalVolumeInfo vol; variable
66 ExternalVolumeInfo vol; variable
138 ExternalVolumeInfo vol; variable
161 ExternalVolumeInfo vol; variable
185 ExternalVolumeInfo vol; variable
209 ExternalVolumeInfo vol; variable
233 ExternalVolumeInfo vol; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp142 inline int32_t VolumeFlatten(int32_t vol) in VolumeFlatten()
147 void ProcessOneFrame(uint8_t *ptr, AudioSampleFormat format, int32_t vol) in ProcessOneFrame()
218 int32_t vol = volStep[channelIdx] * frameIndex + vols.volStart[channelIdx]; in Process() local
228 double VolumeTools::GetVolDb(AudioSampleFormat format, int32_t vol) in GetVolDb()
H A Doh_audio_buffer.cpp419 float vol = basicBufferInfo_->streamVolume.load(); in GetStreamVolume() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp237 int32_t StorageManagerConnect::GetVolumeByUuid(std::string uuid, VolumeExternal &vol) in GetVolumeByUuid()
251 int32_t StorageManagerConnect::GetVolumeById(std::string volumeId, VolumeExternal &vol) in GetVolumeById()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/group_manager_test/src/
H A Daudio_group_manager_unit_test.cpp634 int vol = 3; variable
656 int vol = 3; variable
678 int vol = 4; variable
700 int vol = 3; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_hdi_device_test.cpp115 float vol = 0.12; // for test in StartHdiRender() local
H A Daudio_process_client_test.cpp627 bool AudioProcessTest::SetSpkVolume(int32_t vol) in SetSpkVolume()
710 bool AudioProcessTest::SetMicVolume(int32_t vol) in SetMicVolume()
1085 int32_t vol = GetUserInput(); in SetSpkVolume() local
1149 int32_t vol = GetUserInput(); in SetMicVolume() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp124 auto vol = audioGroupMngr_->GetVolume(AudioStandard::AudioVolumeType::STREAM_RING); in ThreadLoop() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp121 bool PolicyHandler::GetSharedVolume(AudioVolumeType streamType, DeviceType deviceType, Volume &vol) in GetSharedVolume()
H A Daudio_endpoint_separate.cpp233 Volume vol = {true, 1.0f, 0}; in Config() local
622 int32_t vol = srcDataList[i].volumeStart; // change to modify volume of each channel in ProcessData() local
H A Daudio_endpoint.cpp1432 int32_t vol = srcDataList[i].volumeStart; // change to modify volume of each channel in ProcessData() local
1492 int32_t vol = srcData.volumeStart; // change to modify volume of each channel in ProcessSingleData() local
1502 void AudioEndpointInner::ZeroVolumeCheck(const int32_t vol) in ZeroVolumeCheck()
1536 Volume vol = {true, 1.0f, 0}; in GetAllReadyProcessData() local
H A Dpro_renderer_stream_impl.cpp658 Volume vol = {true, 1.0f, 0}; in GetStreamVolume() local
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_capture.c43 long vol; in AudioCtlCaptureGetVolume() local
64 long vol; in AudioCtlCaptureSetVolume() local
H A Dalsa_lib_render.c24 long vol; in AudioCtlRenderSetVolume() local
45 long vol; in AudioCtlRenderGetVolume() local
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlite_lcdkit.h40 uint32_t vol; member
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dusb_read_only_plugin.cpp202 for (auto &vol : volList) { in ReloadUsbDevice() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp834 uint32_t vol; in GetAudioVolume() local
935 int32_t vol = AUDIO_DEFAULT_MIN_VOLUME_LEVEL; in HandleVolumeChangeEvent() local
990 …terInterfaceImpl::GetVolFromEvent(const std::string &content, const std::string &key, int32_t &vol) in GetVolFromEvent()
H A Daudio_render_ext_impl.cpp495 void AudioRenderExtImpl::SetVolumeInner(const uint32_t vol) in SetVolumeInner()
H A Daudio_render_interface_impl.cpp465 void AudioRenderInterfaceImpl::SetVolumeInner(const uint32_t vol) in SetVolumeInner()
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_capture/src/
H A Daudio_alsa_if_lib_capture_test.cpp219 int32_t vol = (int32_t)handleData->captureMode.ctlParam.volume; variable
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp223 int32_t vol = (int32_t)handleData->renderMode.ctlParam.volume; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/
H A Daudio_manager_unit_test.cpp1940 float vol = AudioSystemManager::GetInstance()->GetLowPowerVolume(streamId); variable
1984 float vol = AudioSystemManager::GetInstance()->GetSingleStreamVolume(streamId); variable
2026 float vol = AudioSystemManager::GetInstance()->GetSingleStreamVolume(streamId); variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp407 int32_t AudioProcessInClientInner::SetVolume(float vol) in SetVolume()
426 int32_t AudioProcessInClientInner::SetDuckVolume(float vol) in SetDuckVolume()
920 int32_t AudioProcessInClientInner::SetVolume(int32_t vol) in SetVolume()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp690 std::string vol; in GetVolume() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp275 float vol = 1.0f; variable

12