Searched refs:map (Results 226 - 250 of 332) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp491 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, argument
493 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size);
498 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) { argument
503 args->map = map;
H A DCanvasContext.h116 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
/frameworks/rs/api/
H A DSpecification.cpp799 // Read the specification, adding the definitions to the global functions map.
867 // Returns the named entry in the map. Creates it if it's not there.
869 T* findOrCreate(const string& name, map<string, T*>* map, bool* created) { argument
870 auto iter = map->find(name);
871 if (iter != map->end()) {
877 map->insert(pair<string, T*>(name, f));
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp54 #include <map>
67 std::map<String16, int32_t> mCameraTorchStatuses;
68 std::map<int32_t, int32_t> mCameraStatuses;
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h28 #include <map>
231 * Given a map containing owner (pid) -> priority mappings, update the priority of each
234 void updatePriorities(const std::map<int32_t,int32_t>& ownerPriorityList);
527 const std::map<int32_t,int32_t>& ownerPriorityList) {
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp33 #include <map>
140 static std::map<const String8*, jstring, InternedStringCompare> internedStrings;
143 std::map<const String8*, jstring>::iterator iterator = internedStrings.find(string);
H A Dandroid_util_AssetManager.cpp944 if (((uint32_t)bagEntryId) == entry->map.name.ident) {
946 value = entry->map.value;
1133 return entry->map.name.ident;
1256 value = defStyleEntry->map.value;
1491 value = styleAttrEntry->map.value;
1505 value = defStyleAttrEntry->map.value;
1798 value = arrayEnt->map.value;
1911 value = bag->map.value;
1962 value = bag->map.value;
2027 value = bag->map
[all...]
/frameworks/base/libs/input/
H A DPointerController.cpp571 std::map<int32_t, PointerAnimation>::const_iterator iter = mLocked.animationResources.find(
637 std::map<int32_t, SpriteIcon>::const_iterator iter =
640 std::map<int32_t, PointerAnimation>::const_iterator anim_iter =
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp295 const android::FileMap& map, IArchiveWriter* writer,
313 if (!outputStream.Write(map.getDataPtr(), map.getDataLength())) {
294 writeHeaderAndMmapToWriter(const StringPiece& outputPath, const ResourceFile& file, const android::FileMap& map, IArchiveWriter* writer, IDiagnostics* diag) argument
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp33 ReferenceIdToNameVisitor(const std::map<ResourceId, ResourceNameRef>* mapping) :
51 const std::map<ResourceId, ResourceNameRef>* mMapping;
71 std::map<ResourceId, ResourceNameRef> idIndex;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java17 package android.bluetooth.client.map;
27 import android.bluetooth.client.map.BluetoothMasRequestSetMessageStatus.StatusIndicator;
28 import android.bluetooth.client.map.utils.ObexTime;
H A DBluetoothMapBmessageBuilder.java17 package android.bluetooth.client.map;
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java175 * Flatten a Map into an output stream as XML. The map can later be
178 * @param val The map to be flattened.
220 * Flatten a Map into an XmlSerializer. The map can later be read back
223 * @param val The map to be flattened.
226 * @param out XmlSerializer to write the map into.
239 * Flatten a Map into an XmlSerializer. The map can later be read back
242 * @param val The map to be flattened.
245 * @param out XmlSerializer to write the map into.
264 out.startTag(null, "map");
271 out.endTag(null, "map");
[all...]
/frameworks/base/services/net/java/android/net/ip/
H A DRouterAdvertisementDaemon.java205 private <T> boolean decrementCounter(HashMap<T, Integer> map) { argument
208 for (Iterator<Map.Entry<T, Integer>> it = map.entrySet().iterator();
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp31 #include <map>
123 typedef std::map<LDSection*, LDSection*> CandidateMap;
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java198 * Given a map of feature name -value pairs returns topK mostly likely apps to
364 for (HashMap<String, Integer> map : counter.values()) {
365 for (Map.Entry<String, Integer> entry : map.entrySet()) {
/frameworks/native/services/inputflinger/
H A DEventHub.h253 virtual bool setKeyboardLayoutOverlay(int32_t deviceId, const sp<KeyCharacterMap>& map) = 0;
319 virtual bool setKeyboardLayoutOverlay(int32_t deviceId, const sp<KeyCharacterMap>& map);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp769 String8 MockDrmPlugin::stringMapToString(KeyedVector<String8, String8> map) const
772 for (size_t i = 0; i < map.size(); i++) {
774 map.keyAt(i).string(), map.valueAt(i).string());
H A DMockDrmCryptoPlugin.h141 String8 stringMapToString(KeyedVector<String8, String8> map) const;
/frameworks/base/core/java/android/util/
H A DMathUtils.java184 public static float map(float minStart, float minStop, float maxStart, float maxStop, float value) { method in class:MathUtils
/frameworks/base/libs/hwui/
H A DPatch.cpp212 mUvMapper.map(u1, v1, u2, v2);
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java1020 * Returns a map of TV input ID/custom label pairs set by the user in the settings.
1023 * @param userId The user ID for the stored hidden input map
1030 Map<String, String> map = new HashMap<>();
1032 return map;
1037 map.put(Uri.decode(pair[0]), Uri.decode(pair[1]));
1039 return map;
1079 * Stores a map of TV input ID/custom label set by user. This is expected to be
1083 * @param customLabels A map of TV input ID/custom label pairs
1084 * @param userId The user ID for the stored hidden input map
/frameworks/base/tools/aapt2/
H A DResourceTable.h30 #include <map>
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py94 pool.map(convert_font, input_fonts)
/frameworks/native/include/input/
H A DKeyCharacterMap.h74 /* Loads a key character map from a file. */
77 /* Loads a key character map from its string contents. */
81 /* Combines a base key character map and an overlay. */
85 /* Returns an empty key character map. */
126 /* Maps a scan code and usage code to a key code, in case this key map overrides
131 * in character map. */
136 /* Reads a key map from a parcel. */
139 /* Writes a key map to a parcel. */
210 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);

Completed in 718 milliseconds

1234567891011>>