| /drivers/peripheral/audio/config/ |
| D | audio_paths.json | 9 "value": 0 number 15 "value": 1 number 19 "value": 1 number 25 "value": 1 number 31 "value": 0 number 41 "value": 1 number 47 "value": 0 number 51 "value": 0 number 57 "value": 1 number 63 "value": 0 number [all …]
|
| D | alsa_paths.json | 9 "value": 2 number 15 "value": 3 number 21 "value": 1 number 31 "value": 2 number 37 "value": 3 number 43 "value": 1 number 53 "value": 10 number 63 "value": 7 number 69 "value": 8 number 75 "value": 1 number [all …]
|
| /drivers/hdf_core/framework/tools/hdi-gen/util/ |
| D | string_helper.cpp | 47 bool StringHelper::StartWith(const std::string &value, char prefix) in StartWith() 52 bool StringHelper::StartWith(const std::string &value, const std::string &prefix) in StartWith() 57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() 65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() 75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace() 91 std::string StringHelper::Replace(const std::string &value, const std::string &oldstr, const std::s… in Replace() 103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace() 114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace() 125 std::string StringHelper::SubStr(const std::string &value, size_t start, size_t end) in SubStr() 133 std::string StringHelper::StrToLower(const std::string &value) in StrToLower() [all …]
|
| /drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/corpus/ |
| D | sample.json | 9 "value": 0 number 15 "value": 1 number 19 "value": 1 number 25 "value": 1 number 31 "value": 0 number
|
| /drivers/peripheral/camera/test/mpi/src/ |
| D | dfx_test.cpp | 63 char value[] = "on"; variable 90 char value[] = "on"; variable 115 char value[] = "on"; variable 144 char value[] = "on"; variable 175 char value[] = "on"; variable 206 char value[] = "on"; variable 249 char value[] = "on"; variable 271 char value[] = "on"; variable 335 char value[] = "on"; variable 385 char value[] = "on"; variable [all …]
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
| D | AttrEditor.js | 96 changeDataNodeNotInherit(searchId, type, value) { argument 145 changecopyNode(searchId, type, value) { argument 179 changeNodeType(value) { argument 195 changedeleteNode(searchId, type, value) { argument 216 changeTempletNode(searchId, type, value) { argument 260 getNodeValue(v, value) { argument 290 validateNumber(value) { argument 306 changeDefineAttribute(searchId, type, value) { argument 347 onChange(searchId, type, value) { argument 380 callCallback(type, value) { argument
|
| /drivers/hdf_core/adapter/uhdf2/ipc/src/ |
| D | hdf_sbuf_impl_hipc.cpp | 66 static bool SbufMParcelImplWriteUint64(struct HdfSBufImpl *sbuf, uint64_t value) in SbufMParcelImplWriteUint64() 71 static bool SbufMParcelImplWriteUint32(struct HdfSBufImpl *sbuf, uint32_t value) in SbufMParcelImplWriteUint32() 76 static bool SbufMParcelImplWriteUint16(struct HdfSBufImpl *sbuf, uint16_t value) in SbufMParcelImplWriteUint16() 81 static bool SbufMParcelImplWriteUint8(struct HdfSBufImpl *sbuf, uint8_t value) in SbufMParcelImplWriteUint8() 86 static bool SbufMParcelImplWriteInt64(struct HdfSBufImpl *sbuf, int64_t value) in SbufMParcelImplWriteInt64() 91 static bool SbufMParcelImplWriteInt32(struct HdfSBufImpl *sbuf, int32_t value) in SbufMParcelImplWriteInt32() 96 static bool SbufMParcelImplWriteInt16(struct HdfSBufImpl *sbuf, int16_t value) in SbufMParcelImplWriteInt16() 101 static bool SbufMParcelImplWriteInt8(struct HdfSBufImpl *sbuf, int8_t value) in SbufMParcelImplWriteInt8() 106 static bool SbufMParcelImplWriteString(struct HdfSBufImpl *sbuf, const char *value) in SbufMParcelImplWriteString() 111 static bool SbufMParcelImplWriteString16(struct HdfSBufImpl *sbuf, const char16_t *value, uint32_t … in SbufMParcelImplWriteString16() [all …]
|
| /drivers/hdf_core/framework/utils/src/ |
| D | hdf_sbuf.c | 133 bool HdfSbufWriteUint64(struct HdfSBuf *sbuf, uint64_t value) in HdfSbufWriteUint64() 139 bool HdfSbufWriteUint32(struct HdfSBuf *sbuf, uint32_t value) in HdfSbufWriteUint32() 145 bool HdfSbufWriteUint16(struct HdfSBuf *sbuf, uint16_t value) in HdfSbufWriteUint16() 151 bool HdfSbufWriteUint8(struct HdfSBuf *sbuf, uint8_t value) in HdfSbufWriteUint8() 157 bool HdfSbufWriteInt64(struct HdfSBuf *sbuf, int64_t value) in HdfSbufWriteInt64() 163 bool HdfSbufWriteInt32(struct HdfSBuf *sbuf, int32_t value) in HdfSbufWriteInt32() 169 bool HdfSbufWriteInt16(struct HdfSBuf *sbuf, int16_t value) in HdfSbufWriteInt16() 175 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8() 181 bool HdfSbufWriteString(struct HdfSBuf *sbuf, const char *value) in HdfSbufWriteString() 187 bool HdfSbufWriteString16(struct HdfSBuf *sbuf, const char16_t *value, uint32_t size) in HdfSbufWriteString16() [all …]
|
| D | hdf_sbuf_impl_raw.c | 249 static bool SbufRawImplWriteUint64(struct HdfSBufImpl *impl, uint64_t value) in SbufRawImplWriteUint64() 254 static bool SbufRawImplWriteUint32(struct HdfSBufImpl *impl, uint32_t value) in SbufRawImplWriteUint32() 259 static bool SbufRawImplWriteUint16(struct HdfSBufImpl *impl, uint16_t value) in SbufRawImplWriteUint16() 264 static bool SbufRawImplWriteUint8(struct HdfSBufImpl *impl, uint8_t value) in SbufRawImplWriteUint8() 269 static bool SbufRawImplWriteInt64(struct HdfSBufImpl *impl, int64_t value) in SbufRawImplWriteInt64() 274 static bool SbufRawImplWriteInt32(struct HdfSBufImpl *impl, int32_t value) in SbufRawImplWriteInt32() 279 static bool SbufRawImplWriteInt16(struct HdfSBufImpl *impl, int16_t value) in SbufRawImplWriteInt16() 284 static bool SbufRawImplWriteInt8(struct HdfSBufImpl *impl, int8_t value) in SbufRawImplWriteInt8() 310 static bool SbufRawImplWriteString(struct HdfSBufImpl *impl, const char *value) in SbufRawImplWriteString() 320 static bool SbufRawImplReadUint64(struct HdfSBufImpl *impl, uint64_t *value) in SbufRawImplReadUint64() [all …]
|
| /drivers/interface/display/composer/command_pack/ |
| D | command_data_unpacker.h | 37 bool ReadUint64(uint64_t& value) in ReadUint64() 42 bool ReadUint32(uint32_t& value) in ReadUint32() 47 bool ReadUint8(uint8_t& value) in ReadUint8() 58 bool ReadInt32(int32_t& value) in ReadInt32() 63 bool ReadBool(bool& value) in ReadBool() 149 bool Read(T& value) in Read()
|
| D | command_data_packer.h | 59 bool WriteUint64(uint64_t value) in WriteUint64() 64 bool WriteUint32(uint32_t value) in WriteUint32() 69 bool WriteUint8(uint8_t value) in WriteUint8() 74 bool WriteInt32(int32_t value) in WriteInt32() 79 bool WriteBool(bool value) in WriteBool() 187 bool Write(T value) in Write()
|
| /drivers/hdf_core/framework/utils/src/hcs_parser/ |
| D | hcs_tree_if.c | 31 uint8_t value; in HcsGetBool() local 45 #define RETURN_DEFAULT_VALUE(attr, attrName, value, def) do { … argument 56 int32_t HcsGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, ui… in HcsGetUint8() 69 int32_t HcsGetUint16(const struct DeviceResourceNode *node, const char *attrName, uint16_t *value, … in HcsGetUint16() 82 int32_t HcsGetUint32(const struct DeviceResourceNode *node, const char *attrName, uint32_t *value, … in HcsGetUint32() 95 int32_t HcsGetUint64(const struct DeviceResourceNode *node, const char *attrName, uint64_t *value, … in HcsGetUint64() 133 uint8_t *value, uint8_t def) in HcsGetUint8ArrayElem() 154 uint16_t *value, uint16_t def) in HcsGetUint16ArrayElem() 175 uint32_t *value, uint32_t def) in HcsGetUint32ArrayElem() 196 uint64_t *value, uint64_t def) in HcsGetUint64ArrayElem() [all …]
|
| D | hcs_blob_if.c | 118 bool HcsSwapToUint8(uint8_t *value, const char *realValue, uint32_t type) in HcsSwapToUint8() 128 bool HcsSwapToUint16(uint16_t *value, const char *realValue, uint32_t type) in HcsSwapToUint16() 143 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type) in HcsSwapToUint32() 158 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type) in HcsSwapToUint64()
|
| /drivers/hdf_core/framework/tools/hdi-gen/ast/ |
| D | ast_attribute.h | 26 explicit ASTAttr(Attribute value = ASTAttr::NONE) : value_(value) {} in value_() argument 32 inline void SetValue(Attribute value) in SetValue() 60 explicit ASTParamAttr(ParamAttr value) : ASTNode(), value_(value) {} in ASTParamAttr()
|
| /drivers/hdf_core/framework/model/input/driver/ |
| D | event_hub.h | 25 int32_t value; member 32 static inline void ReportAbs(InputDevice *inputDev, uint32_t code, int32_t value) in ReportAbs() 37 static inline void ReportKey(InputDevice *inputDev, uint32_t code, int32_t value) in ReportKey() 42 static inline void ReportRel(InputDevice *inputDev, uint32_t code, int32_t value) in ReportRel()
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | decompile.cpp | 64 bool Decompile::ReadUint32(uint32_t &value) in ReadUint32() 69 bool Decompile::ReadUint8(uint8_t &value) in ReadUint8() 82 bool Decompile::ReadUint16(uint16_t &value) in ReadUint16() 95 bool Decompile::ReadUint64(uint64_t &value) in ReadUint64() 100 bool Decompile::ReadString(std::string &value) in ReadString() 126 uint8_t value = 0; in GetNextByteCode() local 183 auto value = RebuildObject(childOpCode); in RebuildTerm() local
|
| D | lexer.cpp | 251 std::string value; in LexFromString() local 266 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() 292 std::string value; in LexFromNumber() local 338 std::string value; in LexFromLiteral() local
|
| /drivers/hdf_core/framework/include/osal/ |
| D | osal_io.h | 54 #define OSAL_WRITEB(value, address) writeb(value, address) argument 64 #define OSAL_WRITEW(value, address) writew(value, address) argument 74 #define OSAL_WRITEL(value, address) writel(value, address) argument
|
| /drivers/peripheral/camera/test/hdi/v1_1/src/ |
| D | front_camera_tag_uttest_v1_1.cpp | 36 bool g_isFrontTagValueExistsU8(std::shared_ptr<CameraMetadata> ability, uint32_t tag, uint8_t value) in g_isFrontTagValueExistsU8() 77 uint8_t value = entry.data.u8[i]; variable 120 uint8_t value = entry.data.u8[i]; variable 164 int32_t value = entry.data.i32[i]; variable 208 uint8_t value = entry.data.u8[i]; variable
|
| D | camera_tag_uttest_v1_1.cpp | 36 bool isTagValueExistsU8(std::shared_ptr<CameraMetadata> ability, uint32_t tag, uint8_t value) in isTagValueExistsU8() 51 void invalidParmTestU8(int tag, uint8_t value) in invalidParmTestU8() 63 void invalidParmTestI32(int tag, int32_t value) in invalidParmTestI32() 128 uint8_t value = entry.data.u8[i]; variable 166 uint8_t value = entry.data.u8[i]; variable 210 uint8_t value = entry.data.u8[i]; variable
|
| /drivers/hdf_core/framework/model/sensor/driver/common/src/ |
| D | sensor_config_controller.c | 26 uint16_t value = 0; in SensorOpsRead() local 35 static uint32_t GetSensorRegRealValueMask(struct SensorRegCfg *cfgItem, uint32_t *value, uint32_t b… in GetSensorRegRealValueMask() 55 uint8_t value[SENSOR_SHORT_VALUE_BUTT]; in SensorOpsWrite() local 94 uint32_t value = 0; in SensorOpsReadCheck() local 116 static int32_t SensorBitwiseCalculate(struct SensorRegCfg *cfgItem, uint32_t *value, uint32_t value… in SensorBitwiseCalculate() 152 uint32_t value = 0; in SensorOpsUpdateBitwise() local 196 uint8_t *value = NULL; in SensorOpsExtBuffWrite() local
|
| /drivers/peripheral/vibrator/chipset/drv2605l/ |
| D | vibrator_drv2605l_driver.c | 117 uint8_t value; in DetectDrv2605lDevice() local 151 uint8_t value[DRV2605L_VALUE_BUTT]; in InitDrv2605lChip() local 186 uint8_t value[DRV2605L_VALUE_BUTT]; in SetModulationParameter() local 221 uint8_t value[DRV2605L_VALUE_BUTT]; in StartModulationParameter() local 239 uint8_t value[DRV2605L_VALUE_BUTT]; in StopModulationParameter() local
|
| /drivers/peripheral/thermal/test/unittest/ |
| D | hdf_thermal_hdi_test.cpp | 130 int32_t HdfThermalHdiTest::ConvertInt(const std::string &value) in ConvertInt() 173 int32_t value = HdfThermalHdiTest::ConvertInt(freq); variable 205 int32_t value = HdfThermalHdiTest::ConvertInt(freq); variable 237 int32_t value = HdfThermalHdiTest::ConvertInt(current); variable 302 int32_t value = HdfThermalHdiTest::ConvertInt(isolateNumStr); variable
|
| /drivers/peripheral/thermal/interfaces/hdi_service/src/ |
| D | thermal_dfx.cpp | 346 std::string value; in WriteToFile() local 360 void ThermalDfx::InfoChangedCallback(const char* key, const char* value, void* context) in InfoChangedCallback() 381 void ThermalDfx::WidthWatchCallback(const std::string& value) in WidthWatchCallback() 387 void ThermalDfx::IntervalWatchCallback(const std::string& value) in IntervalWatchCallback() 393 void ThermalDfx::EnableWatchCallback(const std::string& value) in EnableWatchCallback() 401 int32_t value = OHOS::system::GetIntParameter(key, def); in GetIntParameter() local 407 std::string value; in GetBoolParameter() local
|
| /drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
| D | audio_trace_vdi.cpp | 19 void HdfAudioStartTrace(const char* value, int valueLen) in HdfAudioStartTrace()
|