Searched refs:SetValueUInt32 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/ |
H A D | napi_audio_capturer.cpp | 621 NapiParamUtils::SetValueUInt32(env, context->bufferSize, output); in GetBufferSize() 643 NapiParamUtils::SetValueUInt32(env, bufferSize, result); in GetBufferSizeSync() 672 NapiParamUtils::SetValueUInt32(env, context->audioStreamId, output); in GetAudioStreamId() 694 NapiParamUtils::SetValueUInt32(env, audioStreamId, result); in GetAudioStreamIdSync() 799 NapiParamUtils::SetValueUInt32(env, context->overflowCount, output); in GetOverflowCount() 817 NapiParamUtils::SetValueUInt32(env, overflowCount, result); in GetOverflowCountSync()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/ |
H A D | napi_audio_renderer.cpp | 469 NapiParamUtils::SetValueUInt32(env, context->rendererSampleRate, output); in GetRendererSamplingRate() 534 NapiParamUtils::SetValueUInt32(env, context->totalBytesWritten, output); in Write() 801 NapiParamUtils::SetValueUInt32(env, context->bufferSize, output); in GetBufferSize() 820 NapiParamUtils::SetValueUInt32(env, bufferSize, result); in GetBufferSizeSync() 850 NapiParamUtils::SetValueUInt32(env, context->audioStreamId, output); in GetAudioStreamId() 869 NapiParamUtils::SetValueUInt32(env, audioStreamId, result); in GetAudioStreamIdSync() 1246 NapiParamUtils::SetValueUInt32(env, context->underflowCount, output); in GetUnderflowCount() 1263 NapiParamUtils::SetValueUInt32(env, underflowCount, result); in GetUnderflowCountSync()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.h | 105 … static napi_status SetValueUInt32(const napi_env &env, const uint32_t &value, napi_value &result);
|
H A D | napi_param_utils.cpp | 81 napi_status NapiParamUtils::SetValueUInt32(const napi_env &env, const uint32_t &value, napi_value &… in SetValueUInt32() function in OHOS::AudioStandard::NapiParamUtils 955 SetValueUInt32(env, mode, jsEffectInofObj); in SetEffectInfo()
|