Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dignored_control_delegate.h35 int SetValue(const T& /*value*/) override { return 0; }; in SetValue() function
H A Dno_effect_control_delegate.h35 int SetValue(const T& value) override { in SetValue() function
H A Dtagged_control_delegate.h39 virtual int SetValue(const T& value) override { in SetValue() function
H A Dv4l2_control_delegate.h48 int SetValue(const TMetadata& value) override { in SetValue() function
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h64 void SetValue(T value) { in SetValue() function
143 void SetValue() { error_ = 0; } in SetValue() function
/aosp12/build/soong/scripts/
H A Djsonmodify.py49 class SetValue(str): class
/aosp12/system/update_engine/update_manager/
H A Dgeneric_variables.h192 void SetValue(const T& new_value) { in SetValue() function
/aosp12/system/update_engine/common/
H A Dfake_prefs.cc153 void FakePrefs::SetValue(const string& key, T value) { in SetValue() function in chromeos_update_engine::FakePrefs
H A Dprefs_unittest.cc152 bool SetValue(const string& key, const string& value) { in SetValue() function in chromeos_update_engine::PrefsTest
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmMetricsConsumer.cpp164 void SetValue(const String16 &name, DrmMetricGroup::ValueType type, in SetValue() function
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp687 NewResourceBuilder& NewResourceBuilder::SetValue(std::unique_ptr<Value> value, in SetValue() function in aapt::NewResourceBuilder
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dtest_generator.py271 def SetValue(self, value): member in Operand