Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/src/
Dhdf_map.c46 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx()
54 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
61 static int32_t MapResize(Map *map, uint32_t size) in MapResize()
123 static int32_t MapSetCheckPara(const Map *map, const char *key, const void *value, uint32_t valueSi… in MapSetCheckPara()
136 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet()
191 void* MapGet(const Map *map, const char *key) in MapGet()
216 int32_t MapErase(Map *map, const char *key) in MapErase()
250 void MapInit(Map *map) in MapInit()
261 void MapDelete(Map *map) in MapDelete()
/drivers/external_device_manager/test/unittest/device_manager_test/
Ddevice_manager_test.cpp47 unordered_map<BusType, unordered_map<uint64_t, shared_ptr<Device>>> map; in clearDeviceMap() local
51 static size_t getDeviceNum(unordered_map<uint64_t, shared_ptr<Device>> map) in getDeviceNum()
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
Detx_device_mgr.cpp155 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[type]; in RemoveDeviceOfDeviceMap() local
234 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[type]; in RegisterDevice() local
296 unordered_map<uint64_t, shared_ptr<Device>> &map = deviceMap_[type]; in UnRegisterDevice() local
338 unordered_map<uint64_t, shared_ptr<Device>> map = deviceMap_[busType]; in QueryDevice() local
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
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/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
1380 …rm *usbAudioTerm, struct AudioUsbFeatureControl *featureControl, const struct UsbMixerNameMap *map) in AudioUsbSetVolumeItemName()
1422 const struct UsbMixerNameMap *map = NULL; in AudioUsbSetKctlItermName() local
1669 const struct UsbMixerNameMap *map = NULL; in AudioUsbBuildMixerUnitCtl() local
1874 struct uac_selector_unit_descriptor *desc, const struct UsbMixerNameMap *map) in AudioUsbSetCtlName()
1908 struct uac_selector_unit_descriptor *desc, const struct UsbMixerNameMap *map, in UsbParseSelectorUnitInitKcontrol()
1944 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/sensor/hdi_service/
Dsensor_clients_manager.cpp384 …orClientsManager::GetBestSensorConfigMap(std::unordered_map<int32_t, struct BestSensorConfig> &map) in GetBestSensorConfigMap()
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
Dalsa_snd_render.c442 static void PrintChannels(const snd_pcm_chmap_t *map) in PrintChannels()