Home
last modified time | relevance | path

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

12

/device/linaro/dragonboard/qcom/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/goldfish-opengl/android-emu/aemu/base/containers/
DLookup.h63 const typename T::mapped_type* find(const T& map, in find()
75 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find()
107 const T& map, in findFirstOf()
119 T& map, in findFirstOf()
137 const T& map, in findFirstOfOrDefault()
/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/generic/goldfish-opengl/platform/linux/
DVirtGpuBlob.cpp58 struct drm_virtgpu_map map { in createMapping() struct
/device/google/trout/hal/sensors/2.0/
DSensor.cpp156 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData()
258 static status_t checkAxis(int64_t map) { in checkAxis()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkFormatUtils.cpp37 auto* map = new std::unordered_map<VkFormat, FormatPlaneLayouts>({ in getFormatPlaneLayoutsMap() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTextureSharedData.h58 MapType map; member
/device/linaro/dragonboard/qcom/pd-mapper/
Dpd-mapper.c135 struct pd_map *map; in pd_load_map() local
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space.h202 address_space_map_t map; member
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp137 drm_virtgpu_map map; in connect() local
/device/google/cuttlefish/host/commands/cvd/parser/
Dcf_configs_common.cpp25 const std::map<std::string, Json::ValueType>& map) { in ValidateTypo()
/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp458 const cppbor::Map* map = item->asMap(); in startRetrieval() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBstr.h85 XkbKTMapEntryPtr map; member
429 XkbClientMapPtr map; member
521 XkbMapChangesRec map; member
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp760 auto map = reinterpret_cast<ConfigMap*>(opaque); in onThreadTermination() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DGLEScontext.h205 ArraysMap* map = it->second.arraysMap.get(); member
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXKBlib.h258 XkbMapNotifyEvent map; member
/device/generic/vulkan-cereal/stream-servers/
Dvirtio-gpu-gfxstream-renderer.cpp619 std::unordered_map<uint32_t, uint32_t> map; in createContext() local

12