Searched defs:map (Results 1 – 9 of 9) sorted by relevance
/drivers/hdf_core/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 static int32_t MapSetCheckPara(const Map *map, const char *key, const void *value, uint32_t valueSi… in MapSetCheckPara() 132 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet() 187 void* MapGet(const Map *map, const char *key) in MapGet() 212 int32_t MapErase(Map *map, const char *key) in MapErase() 246 void MapInit(Map *map) in MapInit() 257 void MapDelete(Map *map) in MapDelete()
|
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/ |
D | ext_device_manager_mt.cpp | 38 std::unordered_map<uint64_t, std::shared_ptr<Device>> &map = devmgr.deviceMap_[BUS_TYPE_USB]; in PrintAllDevice() local
|
D | bus_extension_core_mt.cpp | 36 …const std::unordered_map<uint64_t, std::shared_ptr<Device>> &map = devmgr.deviceMap_[BUS_TYPE_USB]; in PrintAllDevice() local
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
D | etx_device_mgr.cpp | 187 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[busType]; in AddBundleInfo() local 318 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[type]; in RegisterDevice() local 377 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[type]; in UnRegisterDevice() local 415 unordered_map<uint64_t, shared_ptr<Device>> map = deviceMap_[busType]; in QueryDevice() local
|
/drivers/hdf_core/framework/model/sensor/driver/als/ |
D | sensor_als_driver.c | 35 int32_t GetTimeByRegValue(uint8_t regValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetTimeByRegValue() 50 int32_t GetRegGroupIndexByTime(uint32_t timeValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetRegGroupIndexByTime() 65 int32_t GetGainByRegValue(uint8_t regValue, struct GainRegAddrValueMap *map, int32_t itemNum) in GetGainByRegValue()
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
D | audio_usb_mixer.c | 180 const struct UsbMixerNameMap *map; member 752 int32_t map = idx & CHANNEL_HDR_BLENGTH; in AudioUsbCheckMatrixBitmap() local 1379 …rm *usbAudioTerm, struct AudioUsbFeatureControl *featureControl, const struct UsbMixerNameMap *map) in AudioUsbSetVolumeItemName() 1421 const struct UsbMixerNameMap *map = NULL; in AudioUsbSetKctlItermName() local 1638 const struct UsbMixerNameMap *map = NULL; in AudioUsbBuildMixerUnitCtl() local 1846 struct uac_selector_unit_descriptor *desc, const struct UsbMixerNameMap *map) in AudioUsbSetCtlName() 1886 const struct UsbMixerNameMap *map = NULL; in AudioUsbParseSelectorUnit() local
|
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
D | audio_mixer.h | 102 struct ChannelMask map; /* available channel map */ member
|
/drivers/hdf_core/framework/model/sensor/driver/common/include/ |
D | sensor_config_parser.h | 73 uint32_t map[MAX_SENSOR_AXIS_NUM]; member
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
D | alsa_lib_render.c | 830 static void PrintChannels(const snd_pcm_chmap_t *map) in PrintChannels()
|