| /drivers/hdf_core/framework/utils/src/ |
| D | hdf_map.c | 46 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/ |
| D | device_manager_test.cpp | 47 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/ |
| D | etx_device_mgr.cpp | 155 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/ |
| 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/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 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/ |
| 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/sensor/hdi_service/ |
| D | sensor_clients_manager.cpp | 384 …orClientsManager::GetBestSensorConfigMap(std::unordered_map<int32_t, struct BestSensorConfig> &map) in GetBestSensorConfigMap()
|
| /drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
| D | alsa_snd_render.c | 442 static void PrintChannels(const snd_pcm_chmap_t *map) in PrintChannels()
|