Home
last modified time | relevance | path

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

/device/linaro/dragonboard/shared/utils/qrtr/src/
Dmap.c37 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 …]
Dmap.h10 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/
DAVDVirglRenderer.cpp97 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
DEglSync.h25 static std::map<uint64_t, EglSync*> map; member
DEglImage.h28 static std::map<uint32_t, EglImage*> map; member
DResource.h36 static std::map<uint32_t, Resource*> map; member
DEglContext.h32 static std::map<uint32_t, EglContext*> map; member
DEglSurface.h27 static std::map<uint32_t, EglSurface*> map; member
DContext.h40 static std::map<uint32_t, Context*> map; member
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsDbHelper.java111 final Map<ComponentName, Date> map = new ArrayMap<>(c.getCount()); in readLastOpens() local
171 final Map<ComponentName, Long> map = new ArrayMap<>(c.getCount()); in readOrderPriorities() local
/device/google/trout/hal/sensors/2.1/
DSensor.cpp158 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData()
260 static status_t checkAxis(int64_t map) { in checkAxis()
/device/linaro/dragonboard/shared/utils/pd-mapper/
Dpd-mapper.c135 struct pd_map *map; in pd_load_map() local
/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp458 const cppbor::Map* map = item->asMap(); in startRetrieval() local