/device/linaro/dragonboard/qcom/qrtr/src/ |
D | map.c | 37 void map_destroy(struct map *map) in map_destroy() 42 void map_clear(struct map *map, void (*release)(struct map_item *)) in map_clear() 56 int map_create(struct map *map) in map_create() 64 static int map_hash(struct map *map, unsigned int key) in map_hash() 91 int map_reput(struct map *map, unsigned int key, struct map_item *value, in map_reput() 114 int map_put(struct map *map, unsigned int key, struct map_item *value) in map_put() 119 static int map_rehash(struct map *map) in map_rehash() 149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find() 173 int map_contains(const struct map *map, unsigned int key) in map_contains() 178 struct map_item *map_get(const struct map *map, unsigned int key) in map_get() [all …]
|
D | map.h | 10 struct map { struct 13 struct map_entry *data; argument 16 int map_create(struct map *map); argument 32 #define map_for_each(map, iter) \ argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | AVDVirglRenderer.cpp | 97 std::map<uint32_t, EglContext*> EglContext::map; member in EglContext 98 std::map<uint32_t, EglSurface*> EglSurface::map; member in EglSurface 99 std::map<uint32_t, EglImage*> EglImage::map; member in EglImage 100 std::map<uint32_t, Resource*> Resource::map; member in Resource 101 std::map<uint64_t, EglSync*> EglSync::map; member in EglSync 102 std::map<uint32_t, Context*> Context::map; member in Context
|
D | EglSync.h | 25 static std::map<uint64_t, EglSync*> map; member
|
D | EglImage.h | 28 static std::map<uint32_t, EglImage*> map; member
|
D | Resource.h | 36 static std::map<uint32_t, Resource*> map; member
|
D | EglContext.h | 32 static std::map<uint32_t, EglContext*> map; member
|
D | EglSurface.h | 27 static std::map<uint32_t, EglSurface*> map; member
|
D | Context.h | 40 static std::map<uint32_t, Context*> map; member
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/ |
D | xa-pcm.c | 147 u32 chmap = d->chan_routing, map; in xa_pcm_do_execute_pcm16_chmap() local 191 u32 chmap = d->chan_routing, map; in xa_pcm_do_execute_pcm24_chmap() local 228 u32 chmap = d->chan_routing, map; in xa_pcm_do_execute_pcm24_to_pcm16() local 270 u32 chmap = d->chan_routing, map; in xa_pcm_do_execute_pcm16_to_pcm24() local
|
/device/google/bonito/health/ |
D | BatteryRechargingControl.cpp | 35 int BatteryRechargingControl::mapSysfsString(const char *str, struct sysfsStringEnumMap map[]) { in mapSysfsString()
|
/device/google/crosshatch/health/ |
D | BatteryRechargingControl.cpp | 36 int BatteryRechargingControl::mapSysfsString(const char *str, struct sysfsStringEnumMap map[]) { in mapSysfsString()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 152 drm_virtgpu_map map = { in connect() local
|
D | VirtioGpuPipeStream.cpp | 123 drm_virtgpu_map map = { in connect() local
|
/device/linaro/dragonboard/qcom/pd-mapper/ |
D | pd-mapper.c | 134 struct pd_map *map; in pd_load_map() local
|
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space.h | 257 address_space_map_t map; member
|