Searched defs:map (Results 1 – 4 of 4) sorted by relevance
| /drivers/framework/utils/src/ |
| D | hdf_map.c | 45 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() 50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode() 57 static int32_t MapResize(Map *map, uint32_t size) in MapResize() 119 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet() 169 void* MapGet(const Map *map, const char *key) in MapGet() 194 int32_t MapErase(Map *map, const char *key) in MapErase() 228 void MapInit(Map *map) in MapInit() 239 void MapDelete(Map *map) in MapDelete()
|
| /drivers/framework/model/sensor/driver/als/ |
| D | sensor_als_driver.c | 36 int32_t GetTimeByRegValue(uint8_t regValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetTimeByRegValue() 51 int32_t GetRegGroupIndexByTime(uint32_t timeValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetRegGroupIndexByTime() 66 int32_t GetGainByRegValue(uint8_t regValue, struct GainRegAddrValueMap *map, int32_t itemNum) in GetGainByRegValue()
|
| /drivers/framework/model/sensor/driver/common/include/ |
| D | sensor_config_parser.h | 73 uint32_t map[MAX_SENSOR_AXIS_NUM]; member
|
| /drivers/framework/tools/hdi-gen/parser/ |
| D | parser.cpp | 958 AutoPtr<ASTMapType> map = new ASTMapType(); in ParseMap() local
|