Home
last modified time | relevance | path

Searched defs:array (Results 1 – 19 of 19) sorted by relevance

/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlcdkit_parse_config.c20 static int32_t GetDsiCmdCount(uint8_t *array, int32_t len, uint32_t *count) in GetDsiCmdCount()
39 static int32_t ParseDsiCmd(struct PanelCmd *cmd, int32_t count, uint8_t *array, int32_t len) in ParseDsiCmd()
98 uint8_t *array = (uint8_t *)OsalMemCalloc(len * sizeof(uint8_t)); in ParseCmdConfig() local
158 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSetting() local
195 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSequeue() local
/drivers/peripheral/camera/interfaces/metadata/include/
Dmetadata_utils.h66 uint8_t array[typeLen] = {0}; in ReadData() local
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/
Dutils_data_stub.h67 uint8_t array[typeLen] = {0}; in ReadData() local
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcodec_omx_core.cpp119 char array[roleCount][OMX_MAX_STRINGNAME_SIZE]; in GetRolesOfComponent() local
/drivers/hdf_core/framework/tools/hc-gen/src/
Dtext_gen.cpp286 auto array = ConfigArray::CastFrom(value); in GenTermDefinition() local
558 auto array = ConfigArray::CastFrom(object->Child()); in PrintArrayImplInSubClass() local
667 auto array = ConfigArray::CastFrom(object->Child()); in ArrayVariablesDeclareGen() local
Dparser.cpp394 auto array = std::make_shared<ConfigArray>(current_); in ParseArray() local
Ddecompile.cpp238 auto array = std::make_shared<AstObject>(std::string(), PARSEROP_ARRAY, 0); in RebuildArray() local
Dast.cpp835 ConfigArray::ConfigArray(const ConfigArray &array) : ConfigArray() in ConfigArray()
851 ConfigArray &ConfigArray::operator=(const ConfigArray &array) in operator =()
890 auto array = ConfigArray::CastFrom(src); in Copy() local
/drivers/peripheral/codec/hal/src/
Dcodec_callback_type_proxy.c50 static int32_t WriteArray(struct HdfSBuf *data, int8_t *array, uint32_t arrayLen) in WriteArray()
Dcodec_callback_type_stub.c52 static int32_t ReadArray(struct HdfSBuf *data, int8_t **array, uint32_t *arrayLen) in ReadArray()
/drivers/hdf_core/framework/tools/leagecy/hc-gen/src/
Dhcs_text_gen.c325 static int32_t GenConfigArrayName(ParserObject *array, char *name, uint32_t nameBuffLen) in GenConfigArrayName()
354 static const char *GetArrayType(const ParserObject *array) in GetArrayType()
366 static int32_t GetArraySize(const ParserObject *array) in GetArraySize()
990 ParserObject *array = (ParserObject *)term->configTerm.child; in HcsArrayVariablesDeclareGen() local
Dhcs_decompiler.c229 ParserObject *array = HcsNewParserObject(NULL, PARSEROP_ARRAY, 0); in RebuildArray() local
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.h85 int32_t *array; member
/drivers/peripheral/codec/hal/include/
Dcodec_config_parser.h93 int32_t *array; member
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_config.cpp282 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
/drivers/peripheral/codec/test/unittest/hdi_v1.0/
Dcodec_proxy_test.cpp55 static char *GetArrayStr(int32_t *array, int32_t arrayLen, int32_t endValue) in GetArrayStr()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp161 static char *GetArrayStr(int32_t *array, int32_t arrayLen, int32_t endValue) in GetArrayStr()
/drivers/hdf_core/framework/include/wifi/
Dhdf_wifi_event.h271 uint8_t array[2]; /**< Reserved */ member
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dast.js652 constructor(array) { argument