Searched defs:array (Results 1 – 13 of 13) sorted by relevance
| /drivers/framework/model/display/driver/lcdkit/ |
| D | lcdkit_parse_config.c | 20 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/codec/hal/config/common/src/ |
| D | codec_utils.c | 25 void PrintArray(const char *where, const char *name, ResizableArray *array) in PrintArray()
|
| /drivers/framework/tools/hc-gen/src/ |
| D | text_gen.cpp | 286 auto array = ConfigArray::CastFrom(value); in GenTermDefinition() local 558 auto array = ConfigArray::CastFrom(object->Child()); in PrintArrayImplInSubClass() local 668 auto array = ConfigArray::CastFrom(object->Child()); in ArrayVariablesDeclareGen() local
|
| D | parser.cpp | 362 auto array = std::make_shared<ConfigArray>(current_); in ParseArray() local
|
| D | ast.cpp | 804 ConfigArray::ConfigArray(const ConfigArray &array) : ConfigArray() in ConfigArray() 820 ConfigArray& ConfigArray::operator=(const ConfigArray &array) in operator =() 859 auto array = ConfigArray::CastFrom(src); in Copy() local
|
| D | decompile.cpp | 238 auto array = std::make_shared<AstObject>(std::string(), PARSEROP_ARRAY, 0); in RebuildArray() local
|
| /drivers/framework/tools/leagecy/hc-gen/src/ |
| D | hcs_text_gen.c | 325 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() 989 ParserObject *array = (ParserObject *)term->configTerm.child; in HcsArrayVariablesDeclareGen() local
|
| D | hcs_decompiler.c | 229 ParserObject *array = HcsNewParserObject(NULL, PARSEROP_ARRAY, 0); in RebuildArray() local
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_callback_type_proxy.c | 53 static int32_t WriteArray(struct HdfSBuf *data, int8_t *array, uint32_t arrayLen) in WriteArray()
|
| D | codec_callback_type_stub.c | 52 static int32_t ReadArray(struct HdfSBuf *data, int8_t **array, uint32_t *arrayLen) in ReadArray()
|
| /drivers/peripheral/codec/hal/include/ |
| D | codec_config_parser.h | 89 int32_t *array; member
|
| /drivers/peripheral/codec/test/unittest/hdi_omx/ |
| D | codec_hdi_omx_test.cpp | 77 static char* GetArrayStr(int32_t *array, int32_t arrayLen, int32_t endValue) in GetArrayStr()
|
| /drivers/framework/include/wifi/ |
| D | hdf_wifi_event.h | 271 uint8_t array[2]; /**< Reserved */ member
|