Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/hardware/google/pixel/vibrator/drv2624/
DHardware.h38 bool setAutocal(std::string value) override { return set(value, &mAutocal); } in setAutocal()
39 bool setOlLraPeriod(uint32_t value) override { return set(value, &mOlLraPeriod); } in setOlLraPeriod()
40 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate()
41 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration()
42 bool setState(bool value) override { return set(value, &mState); } in setState()
44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput()
45 bool setMode(std::string value) override { return set(value, &mMode); } in setMode()
46 bool setSequencer(std::string value) override { return set(value, &mSequencer); } in setSequencer()
47 bool setScale(uint8_t value) override { return set(value, &mScale); } in setScale()
48 bool setCtrlLoop(bool value) override { return set(value, &mCtrlLoop); } in setCtrlLoop()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/emu_metadata/
Dandroid.hardware.automotive.vehicle-types-meta.json7 "value": 0 number
11 "value": 1 number
20 "value": 0 number
24 "value": 1 number
28 "value": 2 number
32 "value": 3 number
36 "value": 4 number
45 "value": 0 number
49 "value": 1 number
53 "value": 2 number
[all …]
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp42 int value = 0; in GetSimulationFlag() local
49 int value = 0; in GetHDMIResolution() local
56 int value = IDLE_TIMEOUT_DEFAULT_MS; in GetIdleTimeoutMs() local
63 int value = 0; in GetBootAnimLayerCount() local
70 int value = 0; in IsRotatorDownScaleDisabled() local
77 int value = 0; in IsDecimationDisabled() local
84 int value = -1; in GetMaxPipesPerMixer() local
103 int value = 0; in IsVideoModeEnabled() local
110 int value = 0; in IsRotatorUbwcDisabled() local
117 int value = 0; in IsRotatorSplitDisabled() local
[all …]
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp44 int value = 0; in GetSimulationFlag() local
51 int value = 0; in GetHDMIResolution() local
69 int value = 0; in GetBootAnimLayerCount() local
76 int value = 0; in IsRotatorDownScaleDisabled() local
83 int value = 0; in IsDecimationDisabled() local
90 int value = -1; in GetMaxPipesPerMixer() local
109 int value = 0; in GetMaxUpscale() local
116 int value = 0; in IsVideoModeEnabled() local
123 int value = 0; in IsRotatorUbwcDisabled() local
130 int value = 0; in IsRotatorSplitDisabled() local
[all …]
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp39 int value = 0; in GetSimulationFlag() local
45 bool Debug::GetExternalResolution(char *value) { in GetExternalResolution()
67 int value = 0; in GetBootAnimLayerCount() local
74 int value = 0; in IsRotatorDownScaleDisabled() local
81 int value = 0; in IsDecimationDisabled() local
88 int value = -1; in GetMaxPipesPerMixer() local
107 int value = 0; in GetMaxUpscale() local
114 int value = 0; in IsVideoModeEnabled() local
121 int value = 0; in IsRotatorUbwcDisabled() local
128 int value = 0; in IsRotatorSplitDisabled() local
[all …]
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h54 bool setF0(uint32_t value) override { return set(value, &mF0); } in setF0()
55 bool setF0Offset(uint32_t value) override { return set(value, &mF0Offset); } in setF0Offset()
56 bool setRedc(uint32_t value) override { return set(value, &mRedc); } in setRedc()
57 bool setQ(uint32_t value) override { return set(value, &mQ); } in setQ()
58 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate()
59 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration()
60 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount()
61 bool getEffectDuration(uint32_t *value) override { return get(value, &mEffectDuration); } in getEffectDuration()
62 bool setEffectIndex(uint32_t value) override { return set(value, &mEffectIndex); } in setEffectIndex()
63 bool setEffectQueue(std::string value) override { return set(value, &mEffectQueue); } in setEffectQueue()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Ddebug.cpp44 int value = 0; in GetSimulationFlag() local
51 int value = 0; in GetHDMIResolution() local
69 int value = 0; in GetBootAnimLayerCount() local
76 int value = 0; in IsRotatorDownScaleDisabled() local
83 int value = 0; in IsDecimationDisabled() local
90 int value = -1; in GetMaxPipesPerMixer() local
109 int value = 0; in GetMaxUpscale() local
116 int value = 0; in IsVideoModeEnabled() local
123 int value = 0; in IsRotatorUbwcDisabled() local
130 int value = 0; in IsRotatorSplitDisabled() local
[all …]
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp44 int value = 0; in GetSimulationFlag() local
51 int value = 0; in GetHDMIResolution() local
68 int value = 0; in GetBootAnimLayerCount() local
75 int value = 0; in IsRotatorDownScaleDisabled() local
82 int value = 0; in IsDecimationDisabled() local
89 int value = -1; in GetMaxPipesPerMixer() local
108 int value = 0; in GetMaxUpscale() local
115 int value = 0; in IsVideoModeEnabled() local
122 int value = 0; in IsRotatorUbwcDisabled() local
129 int value = 0; in IsRotatorSplitDisabled() local
[all …]
/hardware/qcom/sm7250/display/sdm/libs/utils/
Ddebug.cpp39 int value = 0; in GetSimulationFlag() local
45 bool Debug::GetExternalResolution(char *value) { in GetExternalResolution()
67 int value = 0; in IsRotatorDownScaleDisabled() local
74 int value = 0; in IsDecimationDisabled() local
81 int value = -1; in GetMaxPipesPerMixer() local
100 int value = 0; in GetMaxUpscale() local
107 int value = 0; in IsVideoModeEnabled() local
114 int value = 0; in IsRotatorUbwcDisabled() local
121 int value = 0; in IsRotatorSplitDisabled() local
128 int value = 0; in IsScalarDisabled() local
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp38 ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { in operator <<()
42 ::std::ostream& operator<<(::std::ostream& os, Digest value) { in operator <<()
46 ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { in operator <<()
50 ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { in operator <<()
54 ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { in operator <<()
58 ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { in operator <<()
62 ::std::ostream& operator<<(::std::ostream& os, KeyPurpose value) { in operator <<()
66 ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { in operator <<()
/hardware/google/pixel/vibrator/cs40l26/
DHardware.h85 bool setF0(std::string value) override { return set(value, &mF0); } in setF0()
86 bool setF0Offset(uint32_t value) override { return set(value, &mF0Offset); } in setF0Offset()
87 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc()
88 bool setQ(std::string value) override { return set(value, &mQ); } in setQ()
89 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount()
90 bool pollVibeState(uint32_t value, int32_t timeoutMs) override { in pollVibeState()
94 bool getOwtFreeSpace(uint32_t *value) override { return get(value, &mOwtFreeSpace); } in getOwtFreeSpace()
95 bool setF0CompEnable(bool value) override { return set(value, &mF0CompEnable); } in setF0CompEnable()
96 bool setRedcCompEnable(bool value) override { return set(value, &mRedcCompEnable); } in setRedcCompEnable()
97 bool setMinOnOffInterval(uint32_t value) override { return set(value, &mMinOnOffInterval); } in setMinOnOffInterval()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.cpp45 Result<int32_t> getRequestId(const VehiclePropValue& value) { in getRequestId()
53 Result<SwitchUserMessageType> getSwitchUserMessageType(const VehiclePropValue& value) { in getSwitchUserMessageType()
77 const VehiclePropValue& value) { in onSetProperty()
99 const VehiclePropValue& value) { in onGetProperty()
117 const VehiclePropValue& value) { in onGetUserIdentificationAssociation()
136 const VehiclePropValue& value) { in onSetInitialUserInfoResponse()
168 const VehiclePropValue& value) { in onSetSwitchUserResponse()
221 const VehiclePropValue& value) { in onSetCreateUserResponse()
252 const VehiclePropValue& value) { in onSetUserIdentificationAssociation()
/hardware/interfaces/configstore/1.1/default/
DSurfaceFlingerConfigs.cpp67 bool value = false; in hasWideColorDisplay() local
76 bool value = true; in hasSyncFramework() local
85 bool value = false; in hasHDRDisplay() local
104 bool value = false; in useHwcForRGBtoYUV() local
124 bool value = false; in useVrFlinger() local
136 bool value = false; in startGraphicsAllocatorService() local
157 DisplayOrientation value = DisplayOrientation::ORIENTATION_0; in primaryDisplayOrientation() local
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DVersionUtils.h36 explicit EnumBitfield(Enum value) : mValue(value) {} in EnumBitfield()
37 explicit EnumBitfield(Bitfield value) : EnumBitfield(static_cast<Enum>(value)) {} in EnumBitfield()
52 EnumBitfield<Enum> mkEnumBitfield(Enum value) { in mkEnumBitfield()
/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h80 bool getF0(std::string *value) { return getF0(*value); } in getF0()
81 bool getRedc(std::string *value) { return getRedc(*value); } in getRedc()
82 bool getQ(std::string *value) { return getQ(*value); } in getQ()
/hardware/google/aemu/base/
DStream.cpp23 void Stream::putByte(uint8_t value) { in putByte()
28 uint8_t value[1] = { 0 }; in getByte() local
33 void Stream::putBe16(uint16_t value) { in putBe16()
44 void Stream::putBe32(uint32_t value) { in putBe32()
62 void Stream::putBe64(uint64_t value) { in putBe64()
193 uint16_t value; in toBe16() local
200 uint32_t value; in toBe32() local
211 uint64_t value; in toBe64() local
230 uint16_t value = ((uint16_t)b[0] << 8) | (uint16_t)b[1]; in fromBe16() local
237 uint32_t value = in fromBe32() local
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/fakedata/
Dprop.json5 "value": 8, number
11 "value": 4, number
17 "value": 16, number
23 "value": 10, number
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/
Dprop.json5 "value": 8, number
11 "value": 4, number
17 "value": 16, number
23 "value": 10, number
Dprop_different_types.json5 "value": 1, number
11 "value": 2, number
17 "value": 3.3, number
23 "value": 4, number
29 "value": "test", string
35 "value": [1, 2], array
41 "value": { object
52 "value": { object
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
Dprop.json5 "value": 8, number
11 "value": 4, number
17 "value": 16, number
23 "value": 10, number
/hardware/google/av/media/eco/
DECOData.cpp137 const ECODataValueType& value = it.second; in writeToParcel() local
186 ECODataStatus ECOData::setString(const std::string& key, const std::string& value) { in setString()
217 ECODataStatus ECOData::setValue(const std::string& key, T value) { in setValue()
242 ECODataStatus ECOData::setInt32(const std::string& key, int32_t value) { in setInt32()
250 ECODataStatus ECOData::setInt64(const std::string& key, int64_t value) { in setInt64()
258 ECODataStatus ECOData::setDouble(const std::string& key, double value) { in setDouble()
266 ECODataStatus ECOData::setSize(const std::string& key, size_t value) { in setSize()
274 ECODataStatus ECOData::setFloat(const std::string& key, float value) { in setFloat()
282 ECODataStatus ECOData::setInt8(const std::string& key, int8_t value) { in setInt8()
290 ECODataStatus ECOData::set(const std::string& key, const ECOData::ECODataValueType& value) { in set()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp54 VhalResult<int32_t> getRequestId(const VehiclePropValue& value) { in getRequestId()
62 VhalResult<SwitchUserMessageType> getSwitchUserMessageType(const VehiclePropValue& value) { in getSwitchUserMessageType()
89 FakeUserHal::ValueResultType FakeUserHal::onSetProperty(const VehiclePropValue& value) { in onSetProperty()
149 const VehiclePropValue& value) { in onSetInitialUserInfoResponse()
183 FakeUserHal::ValueResultType FakeUserHal::onSetSwitchUserResponse(const VehiclePropValue& value) { in onSetSwitchUserResponse()
238 FakeUserHal::ValueResultType FakeUserHal::onSetCreateUserResponse(const VehiclePropValue& value) { in onSetCreateUserResponse()
272 const VehiclePropValue& value) { in onSetUserIdentificationAssociation()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp207 bool verifyEnum(T value) { in verifyEnum()
247 EXPECT_OK(mHealth->getChargeCounter([](auto result, auto value) { in TEST_P()
256 EXPECT_OK(mHealth->getCurrentNow([](auto result, auto value) { in TEST_P()
265 EXPECT_OK(mHealth->getCurrentAverage([](auto result, auto value) { in TEST_P()
274 EXPECT_OK(mHealth->getCapacity([](auto result, auto value) { in TEST_P()
283 EXPECT_OK(mHealth->getEnergyCounter([](auto result, auto value) { in TEST_P()
292 EXPECT_OK(mHealth->getChargeStatus([](auto result, auto value) { in TEST_P()
301 EXPECT_OK(mHealth->getStorageInfo([](auto result, auto& value) { in TEST_P()
310 EXPECT_OK(mHealth->getDiskStats([](auto result, auto& value) { in TEST_P()
319 EXPECT_OK(mHealth->getHealthInfo([](auto result, auto& value) { in TEST_P()
[all …]
/hardware/google/pixel/vibrator/common/
Dutils.h65 inline auto toUnderlying(const T value) { in toUnderlying()
70 inline Enable_If_Iterable<T, true> unpack(std::istream &stream, T *value) { in unpack()
77 inline Enable_If_Iterable<T, false> unpack(std::istream &stream, T *value) { in unpack()
91 std::string value = ::android::base::GetProperty(key, ""); in getProperty() local
/hardware/interfaces/graphics/mapper/stable-c/implutils/include/android/hardware/graphics/mapper/utils/
DIMapperMetadataTypes.h93 MetadataWriter& write(T value) { in write()
101 MetadataWriter& write(float value) { in write()
109 MetadataWriter& write(const std::string_view& value) { in write()
118 MetadataWriter& write(const std::vector<uint8_t>& value) { in write()
127 MetadataWriter& write(const ExtendableType& value) { in write()
131 MetadataWriter& write(const XyColor& value) { return write(value.x).write(value.y); } in write()
163 auto value = readInt<int64_t>(); in checkHeader() local
228 auto value = readInt<int64_t>(); in readExtendable() local

12345678910>>...28