/hardware/google/av/media/eco/ |
D | ECOData.cpp | 216 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/ |
D | FakeVehicleHardwareTest.cpp | 211 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/ |
D | ethtool.h | 43 bool setValue(const std::string& ifname, uint32_t command, uint32_t value);
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidThreadStore.cpp | 122 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/ |
D | DefaultVhalImpl_test.cpp | 1160 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/ |
D | ethtool.cpp | 36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue() function
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/tests/ |
D | libprotocan_signal_test.cpp | 146 Signal::value setValue; in TEST() member 168 s.set(editedMsg, tcase.setValue); in TEST()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLESpointer.h | 66 void setValue(unsigned int count, const GLfloat* val);
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 57 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/ |
D | current.txt | 57 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/ |
D | ECOData.h | 192 ECODataStatus setValue(const std::string& key, T value);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 143 void GLESpointer::setValue(unsigned int count, const GLfloat* val) { in setValue() function in GLESpointer
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/ |
D | current.txt | 331 method public void setValue(String); 361 method public void setValue(String); 405 method public void setValue(String);
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 395 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/ |
D | AudioPrimaryHidlHalTest.h | 453 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/ |
D | FakeVehicleHardware.h | 115 VhalResult<void> setValue(
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 178 void setValue([[maybe_unused]] const IHalPropValue& requestValue, in setValue() function in android::hardware::automotive::remoteaccess::FakeVhalClient
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 438 m_currVaoState.attribInfo()[idx].setValue(count, val); in setAttribValue()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 1210 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/ |
D | vulkansc_structs.hpp | 580 … 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
|
D | vulkan_structs.hpp | 46002 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
|