Home
last modified time | relevance | path

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

12

/drivers/peripheral/pin_auth/hdi_service/common/src/
Dc_array.c23 void DestroyUint8Array(Uint8Array **array) in DestroyUint8Array()
37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array()
53 Uint8Array *array = Malloc(sizeof(Uint8Array)); in CreateUint8ArrayBySize() local
77 Uint8Array *array = CreateUint8ArrayBySize(len); in CreateUint8ArrayByData() local
100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData() local
Dattribute.c58 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) argument
85 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array()
92 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array()
286 Uint8Array *array = attribute->values[i]; in GetAttributeSerializedMsg() local
/drivers/peripheral/user_auth/hdi_service/utils/src/
Dc_array.c23 void DestroyUint8Array(Uint8Array **array) in DestroyUint8Array()
37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array()
53 Uint8Array *array = Malloc(sizeof(Uint8Array)); in CreateUint8ArrayBySize() local
77 Uint8Array *array = CreateUint8ArrayBySize(len); in CreateUint8ArrayByData() local
100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData() local
Dattribute.c76 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) argument
103 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array()
110 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array()
303 Uint8Array *array = attribute->values[i]; in GetAttributeSerializedMsg() local
/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()
47 static int32_t ParseDsiCmd(struct PanelCmd *cmd, int32_t count, uint8_t *array, int32_t len) in ParseDsiCmd()
101 uint8_t *array = (uint8_t *)OsalMemCalloc(len * sizeof(uint8_t)); in ParseCmdConfig() local
161 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSetting() local
198 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSequeue() local
/drivers/peripheral/pin_auth/hdi_service/common/inc/
Dc_array.h27 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) argument
28 #define IS_ARRAY_VALID(array) ((array).data != NULL || ((array).data == NULL && (array).len == 0)) argument
/drivers/peripheral/user_auth/hdi_service/utils/inc/
Dc_array.h28 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) argument
29 #define IS_ARRAY_VALID(array) ((array).data != NULL || ((array).data == NULL && (array).len == 0)) argument
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
Dusb_driver_info.cpp26 cJSON* array = cJSON_CreateArray(); in SetArrayToObj() local
49 static bool GetObjectItem(const cJSON *jsonObj, const string &key, vector<uint16_t> &array) in GetObjectItem()
/drivers/peripheral/user_auth/test/unittest/database/
Didm_file_manager_test.cpp91 uint8_t array[objectSize2]; variable
101 uint8_t array[objectSize]; variable
/drivers/interface/camera/metadata/include/
Dmetadata_utils.h72 uint8_t array[typeLen] = {0}; in ReadData() local
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/
Dutils_data_stub.h69 uint8_t array[typeLen] = {0}; in ReadData() local
/drivers/peripheral/user_auth/test/unittest/attribute_test/
Dattribute_test.cpp218 std::vector<uint8_t> array; variable
266 std::vector<uint8_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable
325 std::vector<uint64_t> array; variable
374 std::vector<uint64_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_omx_core.cpp122 char array[roleCount][OMX_MAX_STRINGNAME_SIZE]; in GetRolesOfComponent() local
Dcodec_component_config.cpp307 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
/drivers/peripheral/user_auth/test/unittest/co_auth/
Dexecutor_message_test.cpp177 uint8_t array[dataLen] = { 1, 2, 3, 4, 5, 6 }; variable
389 Uint64Array array = {}; variable
414 Uint64Array array = {}; variable
Dco_auth_test.cpp346 Uint64Array array = {}; variable
361 Uint64Array array = {}; variable
/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/image/config/
Dcodec_image_config.cpp174 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
Dcontext_manager_test.cpp155 Uint64Array array = {}; variable
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dall_in_one_func.c346 Uint8Array *array = CreateUint8ArrayBySize(ROOT_SECRET_LEN); in GetRootSecretFromAttr() local
/drivers/peripheral/user_auth/hdi_service/coauth/src/
Dexecutor_message.c297 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetRootSecretFromAttribute() local
322 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetOldRootSecretFromAttribute() local
/drivers/hdf_core/framework/include/wifi/
Dhdf_wifi_event.h271 uint8_t array[2]; /**< Reserved */ member

12