Home
last modified time | relevance | path

Searched refs:channelMasks_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_device_descriptor.cpp32 channelMasks_ = 0; in AudioDeviceDescriptor()
50 channelMasks_ = 0; in AudioDeviceDescriptor()
83 channelMasks_ = deviceDescriptor.channelMasks_; in AudioDeviceDescriptor()
110 channelMasks_ = deviceDescriptor->channelMasks_; in AudioDeviceDescriptor()
148 parcel.WriteInt32(channelMasks_); in Marshalling()
176 audioDeviceDescriptor->channelMasks_ = in.ReadInt32(); in Unmarshalling()
205 channelMasks_ = channelMask; in SetDeviceCapability()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp883 audioDeviceDescriptor->channelMasks_ = deviceInfo.channelMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
934 std::vector<int32_t> channelMasks_; in SetDeviceDescriptor() local
935 channelMasks_.push_back(deviceInfo.channelMasks_); in SetDeviceDescriptor()
936 AddArrayProperty(env, result, "channelMasks", channelMasks_); in SetDeviceDescriptor()
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_common.cpp188 deviceInfo.channelMasks = audioDeviceDescriptor->channelMasks_; in ConvertAudioDeviceDescriptor2DeviceInfo()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp288 audioDeviceDescriptor->channelMasks_ = deviceInfo.channelMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
471 std::vector<int32_t> channelMasks_; in SetDeviceDescriptor() local
472 channelMasks_.push_back(deviceInfo.channelMasks_); in SetDeviceDescriptor()
473 SetValueInt32Element(env, "channelMasks", channelMasks_, result); in SetDeviceDescriptor()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h44 int32_t channelMasks_ = 0; member in OHOS::AudioStandard::AudioDeviceDescriptor
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1373 CHECK_RETURN(status == napi_ok, "get AudioDeviceDescriptor channelMasks_ value failed", status); in GetChannelMasks()
1425 GetChannelMasks(env, in, out.channelMasks_); in GetValue()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp5524 deviceInfo.channelMasks = desc->channelMasks_; in UpdateDeviceInfo()

Completed in 40 milliseconds