Searched refs:channelMasks_ (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_device_descriptor.cpp | 32 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 D | common_napi.cpp | 883 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 D | multimedia_audio_common.cpp | 188 deviceInfo.channelMasks = audioDeviceDescriptor->channelMasks_; in ConvertAudioDeviceDescriptor2DeviceInfo()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.cpp | 288 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 D | audio_system_manager.h | 44 int32_t channelMasks_ = 0; member in OHOS::AudioStandard::AudioDeviceDescriptor
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_utils.cpp | 1373 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 D | audio_policy_service.cpp | 5524 deviceInfo.channelMasks = desc->channelMasks_; in UpdateDeviceInfo()
|
Completed in 40 milliseconds