Home
last modified time | relevance | path

Searched defs:map (Results 1 – 9 of 9) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_map.c45 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/
Dext_device_manager_mt.cpp38 std::unordered_map<uint64_t, std::shared_ptr<Device>> &map = devmgr.deviceMap_[BUS_TYPE_USB]; in PrintAllDevice() local
Dbus_extension_core_mt.cpp36 …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/
Detx_device_mgr.cpp187 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/
Dsensor_als_driver.c35 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/
Daudio_usb_mixer.c180 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/
Daudio_mixer.h102 struct ChannelMask map; /* available channel map */ member
/drivers/hdf_core/framework/model/sensor/driver/common/include/
Dsensor_config_parser.h73 uint32_t map[MAX_SENSOR_AXIS_NUM]; member
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
Dalsa_lib_render.c830 static void PrintChannels(const snd_pcm_chmap_t *map) in PrintChannels()