Home
last modified time | relevance | path

Searched refs:value (Results 19376 - 19400 of 33862) sorted by relevance

1...<<771772773774775776777778779780>>...1355

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_access_chain.cpp114 // The index value will correspond to the value of the index if the object in IsApplicable()
115 // is a struct, otherwise the value 0 will be used. in IsApplicable()
121 // It is a struct: we need to retrieve the integer value. in IsApplicable()
167 // The module must have an integer constant of value bound-1 of the same in IsApplicable()
179 // The index is not necessarily a constant, so we may not know its value. in IsApplicable()
196 // At this point, |subobject_type_id| is the type of the value targeted by in IsApplicable()
247 // It is a struct: we need to retrieve the integer value. in Apply()
275 "A constant of value bound - 1 and the same type as the index " in Apply()
353 // If the base pointer's pointee value wa in Apply()
387 uint32_t value = index_instruction->GetSingleWordInOperand(0); GetStructIndexValue() local
[all...]
/third_party/spirv-tools/source/
H A Dname_mapper.cpp298 std::ostringstream value; in ParseInstruction() local
299 EmitNumericLiteral(&value, inst, inst.operands[2]); in ParseInstruction()
300 auto value_str = value.str(); in ParseInstruction()
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_io_components_pass.cpp182 unsigned value = idx_inst->GetSingleWordInOperand(kConstantValueInIdx); in FindMaxIndex()
183 if (value > max) max = value; in FindMaxIndex()
H A Dfold_spec_constant_op_and_composite_pass.cpp32 // and const_val_to_id_ so that we can use them to infer the value of Spec in Process()
75 // Normal Constant whose value(s) are fixed. Note that for a composite in Process()
231 // Encodes the integer |value| of in a word vector format appropriate for
232 // representing this value as a operands for a constant definition. Performs
238 uint32_t value) { in EncodeIntegerAsWords()
246 if (result_type_signed && static_cast<int32_t>(value) < 0) { in EncodeIntegerAsWords()
256 uint32_t first_word = value; in EncodeIntegerAsWords()
237 EncodeIntegerAsWords(const analysis::Type& type, uint32_t value) EncodeIntegerAsWords() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.hpp73 VarSpec (const std::string& name_, const T& value) : name(name_) { set(value, value); } in VarSpec()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h90 * with the highest priority value will be selected.
316 * provisioning_sp value). The range of this priority is 0-255 with 0
328 * This value is used as the maximum channel utilization for network
423 * configuration value can be used to set it to the new version (2).
512 * control interface, add a new group and change this value to
521 * For UDP connections (default on Windows): The value will be ignored.
523 * to be created. The value can be set to, e.g., udp
526 * For Windows Named Pipe: This value can be used to set the security
670 * 0 = generate static value based on the local MAC address (default)
792 * This value control
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuFloatFormat.cpp91 * value, not the approximation. This is because otherwise a less accurate
180 // If NaN might be supported, NaN is a legal return value in convert()
184 // If NaN might not be supported, any (non-NaN) value is legal, in convert()
195 // original value is also a possible result. in convert()
312 const double value = d * maxIntValue;
313 const double normValue = upward ? deCeil(value) : deFloor(value);
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuTestLogParserJNI.cpp51 void sessionInfo (const char* name, const char* value);
118 void TestLogListener::sessionInfo (const char* name, const char* value) in sessionInfo() argument
121 jstring jValue = m_env->NewStringUTF(value); in sessionInfo()
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp91 char value[128] = {0}; in androidGetSdkVersion() local
92 __system_property_get("ro.build.version.sdk", value); in androidGetSdkVersion()
93 sdkVersion = static_cast<deInt32>(strtol(value, DE_NULL, 10)); in androidGetSdkVersion()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h93 * with the highest priority value will be selected.
344 * provisioning_sp value). The range of this priority is 0-255 with 0
356 * This value is used as the maximum channel utilization for network
452 * configuration value can be used to set it to the new version (2).
541 * control interface, add a new group and change this value to
550 * For UDP connections (default on Windows): The value will be ignored.
552 * to be created. The value can be set to, e.g., udp
555 * For Windows Named Pipe: This value can be used to set the security
705 * 0 = generate static value based on the local MAC address (default)
829 * This value control
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceManager.h93 ResourceType *value = mObjectMap.query(handle); in checkObjectAllocation() local
94 if (value) in checkObjectAllocation()
96 return value; in checkObjectAllocation()
H A DvalidationES3.cpp51 if (texture.value != 0 && numViews < 1) in ValidateFramebufferTextureMultiviewBaseANGLE()
1104 if (readBufferHandle.value != 0) in IsValidES3CopyTexImageCombination()
1462 if (!texture || texture->id().value == 0) in ValidateES3TexStorageParametersBase()
1638 if (texture.value != 0) in ValidateFramebufferTextureLayer()
2039 if (buffer.value != 0 && offset < 0) in ValidateBindBufferCommon()
2063 if (buffer.value != 0 && ((offset % 4) != 0 || (size % 4) != 0)) in ValidateBindBufferCommon()
2087 if (buffer.value != 0 && (offset % caps.uniformBufferOffsetAlignment) != 0) in ValidateBindBufferCommon()
2108 if (buffer.value != 0 && (offset % 4) != 0) in ValidateBindBufferCommon()
2129 if (buffer.value != 0 && (offset % caps.shaderStorageBufferOffsetAlignment) != 0) in ValidateBindBufferCommon()
2151 if (buffer.value ! in ValidateBindBufferCommon()
2226 ValidateProgramParameteriBase(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum pname, GLint value) ValidateProgramParameteriBase() argument
2269 ValidateProgramParameteri(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum pname, GLint value) ValidateProgramParameteri() argument
2307 ValidateClearBufferiv(const Context *context, angle::EntryPoint entryPoint, GLenum buffer, GLint drawbuffer, const GLint *value) ValidateClearBufferiv() argument
2350 ValidateClearBufferuiv(const Context *context, angle::EntryPoint entryPoint, GLenum buffer, GLint drawbuffer, const GLuint *value) ValidateClearBufferuiv() argument
2384 ValidateClearBufferfv(const Context *context, angle::EntryPoint entryPoint, GLenum buffer, GLint drawbuffer, const GLfloat *value) ValidateClearBufferfv() argument
3965 ValidateUniform1uiv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLuint *value) ValidateUniform1uiv() argument
3974 ValidateUniform2uiv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLuint *value) ValidateUniform2uiv() argument
3983 ValidateUniform3uiv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLuint *value) ValidateUniform3uiv() argument
3992 ValidateUniform4uiv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLuint *value) ValidateUniform4uiv() argument
4012 ValidateUniformMatrix2x3fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix2x3fv() argument
4023 ValidateUniformMatrix3x2fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix3x2fv() argument
4034 ValidateUniformMatrix2x4fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix2x4fv() argument
4045 ValidateUniformMatrix4x2fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix4x2fv() argument
4056 ValidateUniformMatrix3x4fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix3x4fv() argument
4067 ValidateUniformMatrix4x3fv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateUniformMatrix4x3fv() argument
[all...]
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas45 adler: LongInt; (* adler32 value of the uncompressed data *)
124 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; in deflatePrime()
133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; in inflatePrime()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwcd934x.c135 /* Z value defined in milliohm */
146 /* Z value compared in milliOhm */
2197 dev_err(dev, "%s value not found, using default\n", micbias); in wcd934x_get_micbias_val()
2205 dev_err(dev, "%s value not in valid range, using default\n", in wcd934x_get_micbias_val()
2319 "overflow error on %s port %d, value %x\n", in wcd934x_slim_irq_handler()
2324 "underflow error on %s port %d, value %x\n", in wcd934x_slim_irq_handler()
2346 "Port Closed %s port %d, value %x\n", in wcd934x_slim_irq_handler()
2577 * per requested value. If micbias is already enabled, then in wcd934x_mbhc_micb_adjust_voltage()
2579 * momentarily, change the micbias value and then re-enable in wcd934x_mbhc_micb_adjust_voltage()
2979 ucontrol->value in wcd934x_get_hph_type()
3117 u32 value = 0; get_iir_band_coeff() local
3148 set_iir_band_coeff(struct snd_soc_component *component, int iir_idx, int band_idx, uint32_t value) set_iir_band_coeff() argument
3244 int value = ucontrol->value.integer.value[0]; wcd934x_compander_set() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_hwi.c389 * @shiftValue : shifting value in memory bar.
459 Change the SSC upspreading value to 0x0 so that upspreading is disabled. in mpi_set_phys_g3_with_ssc()
470 so that the written value will be 0x8090c016. in mpi_set_phys_g3_with_ssc()
491 u32 value; in mpi_set_open_retry_interval_reg() local
501 value = interval & OPEN_RETRY_INTERVAL_REG_MASK; in mpi_set_open_retry_interval_reg()
511 pm8001_cw32(pm8001_ha, 2, offset, value); in mpi_set_open_retry_interval_reg()
521 pm8001_cw32(pm8001_ha, 2, offset, value); in mpi_set_open_retry_interval_reg()
536 u32 value; in mpi_init_check() local
545 value = pm8001_cr32(pm8001_ha, 0, MSGU_IBDB_SET); in mpi_init_check()
546 value in mpi_init_check()
570 u32 value, value1; check_fw_ready() local
622 u32 value; init_pci_device_addresses() local
709 u32 value; mpi_uninit_check() local
1217 u32 value; pm8001_chip_msix_interrupt_enable() local
4680 u32 value, rem, offset = 0, bar = 0; pm8001_get_gsm_dump() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp459 # pragma message("cl2.hpp: CL_HPP_TARGET_OPENCL_VERSION is not a valid value (100, 110, 120, 200, 210 or 220). It will be set to 220")
484 # pragma message("cl2.hpp: CL_HPP_MINIMUM_OPENCL_VERSION is not a valid value (100, 110, 120, 200, 210 or 220). It will be set to 100")
756 * \param err error code value.
1068 vector<typename T::cl_type> value(elements); in getInfoHelper()
1069 err = f(name, required, value.data(), NULL); in getInfoHelper()
1081 (*param)[i] = T(value[i], true); in getInfoHelper()
1100 vector<char> value(required); in getInfoHelper()
1101 err = f(name, required, value.data(), NULL); in getInfoHelper()
1106 param->assign(begin(value), prev(end(value))); in getInfoHelper()
1156 typename T::cl_type value; getInfoHelper() local
6021 setArg(cl_uint index, const T &value) setArg() argument
6791 setSpecializationConstant(cl_uint index, const T &value) setSpecializationConstant() argument
6806 setSpecializationConstant(cl_uint index, size_type size, const void* value) setSpecializationConstant() argument
6941 setSpecializationConstant(cl_uint index, const bool &value) setSpecializationConstant() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp2356 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = false; member
2443 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2533 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2617 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2704 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2791 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2878 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
2965 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
3049 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; member
3136 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value member
3223 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3310 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3397 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3484 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3571 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3652 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3739 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3829 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
3913 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
4003 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
4092 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
4182 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
4263 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
6624 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
6711 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
6792 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
6876 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
6967 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7055 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7142 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7229 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7316 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7403 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7491 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7580 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7668 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7758 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7845 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
7929 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8010 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8099 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8186 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8276 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8365 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8454 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8538 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
8783 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
13928 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
14015 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
15433 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
16126 static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true; global() member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp87 textLayoutProperty->UpdateItalicFontStyle(menuProperty->GetItalicFontStyle().value()); in UpdateFontStyle()
91 labelProperty->UpdateItalicFontStyle(menuProperty->GetItalicFontStyle().value()); in UpdateFontStyle()
97 textLayoutProperty->UpdateFontFamily(menuProperty->GetFontFamily().value()); in UpdateFontStyle()
101 labelProperty->UpdateFontFamily(menuProperty->GetFontFamily().value()); in UpdateFontStyle()
120 textLayoutProperty->UpdateFontSize(menuProperty->GetFontSize().value()); in UpdateMenuItemTextNode()
124 labelProperty->UpdateFontSize(menuProperty->GetFontSize().value()); in UpdateMenuItemTextNode()
130 textLayoutProperty->UpdateFontWeight(menuProperty->GetFontWeight().value()); in UpdateMenuItemTextNode()
134 labelProperty->UpdateFontWeight(menuProperty->GetFontWeight().value()); in UpdateMenuItemTextNode()
140 textLayoutProperty->UpdateTextColor(menuProperty->GetFontColor().value()); in UpdateMenuItemTextNode()
144 labelProperty->UpdateTextColor(menuProperty->GetFontColor().value()); in UpdateMenuItemTextNode()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp1139 LOGW("path value is null");
1150 LOGW("path value is invalid");
1256 float RosenRenderBox::DimensionToPx(const Dimension& value, const Size& size, LengthMode type) const argument
1258 switch (value.Unit()) {
1261 return SkDoubleToScalar(value.Value() * size.Width());
1264 return SkDoubleToScalar(value.Value() * size.Height());
1267 return SkDoubleToScalar(value.Value() * sqrt(size.Width() * size.Height()));
1272 return SkDoubleToScalar(value.Value());
1274 return SkDoubleToScalar(NormalizeToPx(value));
1278 float RosenRenderBox::DimensionToPx(const Dimension& value, cons argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp264 * @tc.steps3: push margin_ and calcLayoutConstraint_ is default value. in HWTEST_F()
285 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->maxSize.value(), CALC_SIZE); in HWTEST_F()
286 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value(), CALC_SIZE); in HWTEST_F()
287 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->selfIdealSize.value(), CALC_SIZE); in HWTEST_F()
476 bool spanResult = layoutProperty->gridProperty_->UpdateSpan(SPAN_ONE.value(), GridSizeType::XS); in HWTEST_F()
674 * @tc.steps4: call CreateChildConstraint, push layoutConstraint_ selfIdealSize is default value. in HWTEST_F()
827 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value().Width(), width); in HWTEST_F()
828 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value().Height(), std::nullopt); in HWTEST_F()
837 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value().Height(), height); in HWTEST_F()
838 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value() in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp80 options2.value = INIT_VALUE_1; in HWTEST_F()
156 options2.value = INIT_VALUE_1; in HWTEST_F()
392 * @tc.steps: step1. set insert value in HWTEST_F()
398 * @tc.steps: step2. get insert value in HWTEST_F()
459 auto func = [](bool value) { in HWTEST_F()
460 g_isOnEditChangeCalled = value; in HWTEST_F()
550 RichEditorChangeValue value; in HWTEST_F() local
553 eventHub->FireOnDidChange(value); in HWTEST_F()
556 EXPECT_TRUE(eventHub->FireOnWillChange(value)); in HWTEST_F()
928 options.value in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp339 symbolColor.emplace_back(textLayoutProperty->GetTextColor().value()); in UpdateSymbolSpanColor()
565 sameSpan->group->func((group)->prop##name.value()); \
619 TLVUtil::Write##type(buff, (group)->prop##name.value()); \
670 TLVUtil::WriteColor(buff, backgroundStyle->backgroundColor.value()); in EncodeTlv()
674 TLVUtil::WriteBorderRadiusProperty(buff, backgroundStyle->backgroundRadius.value()); in EncodeTlv()
758 for (const auto& color : colors.value()) { in SymbolColorToString()
788 TLVUtil::WriteInt32(buff, options.offset.value()); in EncodeTlv()
792 TLVUtil::WriteString(buff, options.image.value()); in EncodeTlv()
796 TLVUtil::WriteString(buff, options.bundleName.value()); in EncodeTlv()
800 TLVUtil::WriteString(buff, options.moduleName.value()); in EncodeTlv()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp169 CHECK_AND_RETURN_LOG(!isLoaded_, "InitKVStore: the database value is loaded"); in InitKVStoreInternal()
209 // Make sure that the volume value is applied. in HandleKvData()
1269 // if GetVolume failed, wirte default value in InitVolumeMap()
1306 Value value; in InitRingerMode() local
1307 Status status = audioPolicyKvStore_->Get(key, value); in InitRingerMode()
1309 ringerMode_ = static_cast<AudioRingerMode>(TransferByteArrayToType<int>(value.Data())); in InitRingerMode()
1333 Value value; in CloneVolumeMap() local
1334 Status status = audioPolicyKvStore_->Get(volumeKey, value); in CloneVolumeMap()
1340 int32_t volumeLevel = TransferByteArrayToType<int>(value.Data()); in CloneVolumeMap()
1378 AUDIO_INFO_LOG("start transfer mute value"); in TransferMuteStatus()
1444 Value value; CloneMuteStatusMap() local
1672 float value = static_cast<float>(volumeLevel) / MAX_VOLUME_LEVEL; CalculateVolumeDb() local
1683 Value value; CloneSystemSoundUrl() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp137 const std::string value = ""; in GetAudioParameter() local
138 return value; in GetAudioParameter()
141 const std::string value = reply.ReadString(); in GetAudioParameter() local
142 return value; in GetAudioParameter()
161 const std::string value = ""; in GetAudioParameter() local
162 return value; in GetAudioParameter()
165 const std::string value = reply.ReadString(); in GetAudioParameter() local
166 return value; in GetAudioParameter()
190 const std::string value = reply.ReadString(); in GetExtraParameters() local
191 result.push_back(std::make_pair(key, value)); in GetExtraParameters()
196 SetAudioParameter(const std::string &key, const std::string &value) SetAudioParameter() argument
211 SetAudioParameter(const std::string& networkId, const AudioParamKey key, const std::string& condition, const std::string& value) SetAudioParameter() argument
[all...]
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp392 std::string value; in SetConfigurationString() local
413 NapiDrmError::ThrowError(env, "The param value is missing or too long.", DRM_INVALID_PARAM); in SetConfigurationString()
416 value = std::string(valueBuffer); in SetConfigurationString()
417 if (value.length() == 0) { in SetConfigurationString()
419 NapiDrmError::ThrowError(env, "The param value length is 0.", DRM_INVALID_PARAM); in SetConfigurationString()
424 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->SetConfigurationString(name, value); in SetConfigurationString()
448 std::string value; in GetConfigurationString() local
464 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->GetConfigurationString(name, value); in GetConfigurationString()
476 napi_create_string_utf8(env, value.c_str(), NAPI_AUTO_LENGTH, &result); in GetConfigurationString()
513 NapiDrmError::ThrowError(env, "The param value typ in SetConfigurationByteArray()
550 std::vector<uint8_t> value; GetConfigurationByteArray() local
[all...]

Completed in 66 milliseconds

1...<<771772773774775776777778779780>>...1355