Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 21 of 21) sorted by relevance

/hardware/google/av/media/eco/
DECOData.cpp216 ECODataStatus ECOData::setValue(const std::string& key, T value) { in setValue() function in aidl::android::media::eco::ECOData
242 return setValue<int32_t>(key, value); in setInt32()
250 return setValue<int64_t>(key, value); in setInt64()
258 return setValue<double>(key, value); in setDouble()
266 return setValue<size_t>(key, value); in setSize()
274 return setValue<float>(key, value); in setFloat()
282 return setValue<int8_t>(key, value); in setInt8()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp211 StatusCode setValue(const VehiclePropValue& value) { in setValue() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest
787 ASSERT_EQ(setValue(VehiclePropValue{ in TEST_F()
1749 ASSERT_EQ(setValue(value), StatusCode::OK) << "failed to set property " << value.prop; in TEST_P()
1789 ASSERT_EQ(setValue(request), StatusCode::OK) << "failed to set property " << powerReport; in TEST_F()
1795 ASSERT_EQ(setValue(request), StatusCode::OK) << "failed to set property " << powerReport; in TEST_F()
1847 StatusCode status = setValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_CLEAR}); in TEST_F()
1860 setValue(VehiclePropValue{.prop = toInt(VehicleProperty::VEHICLE_MAP_SERVICE)}); in TEST_F()
1878 StatusCode status = setValue(VehiclePropValue{.prop = toInt(VehicleProperty::HVAC_POWER_ON), in TEST_F()
1912 setValue(VehiclePropValue{.prop = toInt(VehicleProperty::HVAC_POWER_ON), in TEST_F()
1925 StatusCode status = setValue(VehiclePropValue{.prop = toInt(VehicleProperty::HVAC_POWER_ON), in TEST_F()
[all …]
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/
Dethtool.h43 bool setValue(const std::string& ifname, uint32_t command, uint32_t value);
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThreadStore.cpp122 void setValue(int key, void* value) { in setValue() function in gfxstream::guest::__anone1f750690111::GlobalState
218 gGlobalState->setValue(mKey, value); in set()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultVhalImpl_test.cpp1160 VehiclePropValue setValue = { in TEST_F() local
1166 status = mHal->set(setValue); in TEST_F()
1184 VehiclePropValue setValue = { in TEST_F() local
1190 auto status = mHal->set(setValue); in TEST_F()
1195 setValue = { in TEST_F()
1203 status = mHal->set(setValue); in TEST_F()
1218 status = mHal->set(setValue); in TEST_F()
1236 VehiclePropValue setValue = { in TEST_F() local
1242 auto status = mHal->set(setValue); in TEST_F()
1247 setValue = { in TEST_F()
[all …]
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dethtool.cpp36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue() function
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/tests/
Dlibprotocan_signal_test.cpp146 Signal::value setValue; in TEST() member
168 s.set(editedMsg, tcase.setValue); in TEST()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESpointer.h66 void setValue(unsigned int count, const GLfloat* val);
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt57 method public void setValue(String);
84 method public void setValue(audio.policy.V1_0.ContentType);
148 method public void setValue(java.util.List<audio.policy.V1_0.FlagType>);
189 method public void setValue(audio.policy.V1_0.SourceEnumType);
238 method public void setValue(audio.policy.V1_0.UsageEnumType);
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt57 method public void setValue(@Nullable String);
84 method public void setValue(@Nullable android.audio.policy.engine.configuration.ContentType);
148 …method public void setValue(@Nullable java.util.List<android.audio.policy.engine.configuration.Fla…
189 method public void setValue(@Nullable android.audio.policy.engine.configuration.SourceEnumType);
238 method public void setValue(@Nullable android.audio.policy.engine.configuration.UsageEnumType);
/hardware/google/av/media/eco/include/eco/
DECOData.h192 ECODataStatus setValue(const std::string& key, T value);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp143 void GLESpointer::setValue(unsigned int count, const GLfloat* val) { in setValue() function in GLESpointer
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/
Dcurrent.txt331 method public void setValue(String);
361 method public void setValue(String);
405 method public void setValue(String);
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp395 int32_t setValue = value.getInt32Values()[0] == 1 ? 0 : 1; in TEST_P() local
397 propToSet->setInt32Values({setValue}); in TEST_P()
418 if (isResultOkayWithValue(getValueResult, setValue)) { in TEST_P()
442 ASSERT_EQ(getValueResult.value()->getInt32Values(), std::vector<int32_t>({setValue})) in TEST_P()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h453 for (Property setValue : valuesToTest) { variable
455 testing::PrintToString(setValue));
456 auto ret = ((this->*iutGetter)().get()->*setter)(setValue);
470 EXPECT_EQ(setValue, getValue);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h115 VhalResult<void> setValue(
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp178 void setValue([[maybe_unused]] const IHalPropValue& requestValue, in setValue() function in android::hardware::automotive::remoteaccess::FakeVhalClient
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp438 m_currVaoState.attribInfo()[idx].setValue(count, val); in setAttribValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1210 VhalResult<void> FakeVehicleHardware::setValue(const VehiclePropValue& value) { in setValue() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
1244 if (auto result = setValue(request.value); !result.ok()) { in handleSetValueRequest()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp580 … VULKAN_HPP_CONSTEXPR_14 ApplicationParametersEXT & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function
48034 VULKAN_HPP_CONSTEXPR_14 SemaphoreSignalInfo & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function
48143 VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function
Dvulkan_structs.hpp46002 VULKAN_HPP_CONSTEXPR_14 LatencySleepInfoNV & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function
96313 VULKAN_HPP_CONSTEXPR_14 SemaphoreSignalInfo & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function
96422 VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo & setValue( uint64_t value_ ) VULKAN_HPP_NOEXCEPT in setValue() function