| /device/linaro/dragonboard/shared/utils/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/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
| D | LaunchItemsDbHelper.java | 111 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/ |
| D | Sensor.cpp | 158 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/ |
| D | pd-mapper.c | 135 struct pd_map *map; in pd_load_map() local
|
| /device/google/cuttlefish/guest/hals/identity/common/ |
| D | IdentityCredential.cpp | 458 const cppbor::Map* map = item->asMap(); in startRetrieval() local
|