Home
last modified time | relevance | path

Searched refs:volType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_volume_group_manager.cpp304 int32_t volType; in GetVolumeSync() local
305 NapiParamUtils::GetValueInt32(env, volType, args[PARAM0]); in GetVolumeSync()
314 NapiAudioEnum::GetNativeAudioVolumeType(volType)); in GetVolumeSync()
459 int32_t volType; in GetMaxVolumeSync() local
460 NapiParamUtils::GetValueInt32(env, volType, args[PARAM0]); in GetMaxVolumeSync()
469 NapiAudioEnum::GetNativeAudioVolumeType(volType)); in GetMaxVolumeSync()
525 int32_t volType; in GetMinVolumeSync() local
535 NapiAudioEnum::GetNativeAudioVolumeType(volType)); in GetMinVolumeSync()
634 int32_t volType; in IsStreamMuteSync() local
1010 context->volType != NapiAudioEnum::ALL, in AdjustSystemVolumeByStep()
[all …]
H A Dnapi_audio_manager.cpp343 context->status = NapiParamUtils::GetValueInt32(env, context->volType, argv[PARAM0]); in SetVolume()
363 NapiAudioEnum::GetNativeAudioVolumeType(context->volType), context->volLevel); in SetVolume()
386 context->status = NapiParamUtils::GetValueInt32(env, context->volType, argv[PARAM0]); in GetVolume()
401 NapiAudioEnum::GetNativeAudioVolumeType(context->volType)); in GetVolume()
421 context->status = NapiParamUtils::GetValueInt32(env, context->volType, argv[PARAM0]); in GetMaxVolume()
436 NapiAudioEnum::GetNativeAudioVolumeType(context->volType)); in GetMaxVolume()
456 context->status = NapiParamUtils::GetValueInt32(env, context->volType, argv[PARAM0]); in GetMinVolume()
471 NapiAudioEnum::GetNativeAudioVolumeType(context->volType)); in GetMinVolume()
545 NapiAudioEnum::GetNativeAudioVolumeType(context->volType), context->isMute); in SetStreamMute()
582 NapiAudioEnum::GetNativeAudioVolumeType(context->volType)); in IsStreamMute()
[all …]
H A Dnapi_audio_stream_manager.cpp320 context->status = NapiParamUtils::GetValueInt32(env, context->volType, argv[PARAM0]); in IsStreamActive()
323 if (!NapiAudioEnum::IsLegalInputArgumentVolType(context->volType)) { in IsStreamActive()
338 NapiAudioEnum::GetNativeAudioVolumeType(context->volType)); in IsStreamActive()
362 int32_t volType; in IsStreamActiveSync() local
363 NapiParamUtils::GetValueInt32(env, volType, args[PARAM0]); in IsStreamActiveSync()
364 CHECK_AND_RETURN_RET_LOG(NapiAudioEnum::IsLegalInputArgumentVolType(volType), in IsStreamActiveSync()
372 IsStreamActive(NapiAudioEnum::GetNativeAudioVolumeType(volType)); in IsStreamActiveSync()
H A Dnapi_audio_session_manager.h40 int32_t volType; member
H A Dnapi_audio_stream_manager.h44 int32_t volType; member
H A Dnapi_audio_volume_group_manager.h39 int32_t volType; member
H A Dnapi_audio_manager.h41 int32_t volType; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_audio_renderer.h60 int32_t volType; member