Home
last modified time | relevance | path

Searched refs:channelIndexMasks_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_device_descriptor.cpp33 channelIndexMasks_ = 0; in AudioDeviceDescriptor()
51 channelIndexMasks_ = 0; in AudioDeviceDescriptor()
84 channelIndexMasks_ = deviceDescriptor.channelIndexMasks_; in AudioDeviceDescriptor()
111 channelIndexMasks_ = deviceDescriptor->channelIndexMasks_; in AudioDeviceDescriptor()
149 parcel.WriteInt32(channelIndexMasks_); in Marshalling()
177 audioDeviceDescriptor->channelIndexMasks_ = in.ReadInt32(); in Unmarshalling()
206 channelIndexMasks_ = channelIndexMasks; in SetDeviceCapability()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp884 audioDeviceDescriptor->channelIndexMasks_ = deviceInfo.channelIndexMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
938 std::vector<int32_t> channelIndexMasks_; in SetDeviceDescriptor() local
939 channelIndexMasks_.push_back(deviceInfo.channelIndexMasks_); in SetDeviceDescriptor()
940 AddArrayProperty(env, result, "channelIndexMasks", channelIndexMasks_); in SetDeviceDescriptor()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp289 audioDeviceDescriptor->channelIndexMasks_ = deviceInfo.channelIndexMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
475 std::vector<int32_t> channelIndexMasks_; in SetDeviceDescriptor() local
476 channelIndexMasks_.push_back(deviceInfo.channelIndexMasks_); in SetDeviceDescriptor()
477 SetValueInt32Element(env, "channelIndexMasks", channelIndexMasks_, result); in SetDeviceDescriptor()
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h45 int32_t channelIndexMasks_ = 0; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp5172 deviceInfo.channelIndexMasks = desc->channelIndexMasks_; in UpdateDeviceInfo()