Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
Dregions.cpp183 auto mapped = regionalBand.withConfig(tunerBand); in mapRegions() local
184 out.insert(out.end(), mapped.begin(), mapped.end()); in mapRegions()
/frameworks/base/core/java/android/view/
DViewDebug.java1389 boolean mapped = false;
1395 mapped = true;
1400 if (!mapped) {
1476 final IntToString mapped = mapping[j];
1477 if (mapped.from() == intValue) {
1478 fieldValue = mapped.to();
1661 final IntToString mapped = indexMapping[k];
1662 if (mapped.from() == j) {
1663 name = mapped.to();
1672 final IntToString mapped = mapping[k];
[all …]
/frameworks/minikin/tools/
Dmk_hyb_file.py236 mapped = {}
238 assert ch_map[c] not in mapped, 'duplicate edge ' + node.str + ' ' + hex(ord(c))
239 mapped[ch_map[c]] = next
240 for i in sorted(mapped.keys()):
241 result.append(mapped[i])
/frameworks/native/cmds/servicemanager/
Dbinder.c93 void *mapped; member
124 bs->mapped = mmap(NULL, mapsize, PROT_READ, MAP_PRIVATE, bs->fd, 0); in binder_open()
125 if (bs->mapped == MAP_FAILED) { in binder_open()
142 munmap(bs->mapped, bs->mapsize); in binder_close()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc128 "cannot open memory mapped file %0 from offset %1 to length %2.",
132 "cannot remove the mapped memory of file %0.",
133 "cannot remove the mapped memory of file %0.")
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java69 ArrayList<String> accepted, ArrayList<View> mapped, boolean isReturning) { in ExitTransitionCoordinator() argument
71 viewsReady(mapSharedElements(accepted, mapped)); in ExitTransitionCoordinator()
/frameworks/base/core/proto/android/app/
Denums.proto48 // Process state that is unknown to this proto file (i.e. is not mapped
/frameworks/base/data/keyboards/
DGeneric.kl417 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md151 mapped by the other.
/frameworks/native/services/inputflinger/
DInputReader.cpp2248 int32_t mapped = 0; in mapStemKey() local
2249 if (config.tryGetProperty(String8(property), mapped) && mapped > 0) { in mapStemKey()
2252 stemKeyRotationMap[i][1] = mapped; in mapStemKey()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2446 // - it is mapped to a SmsManager.RESULT_* code
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto192 // List of carrier app certificate mapped to carrier app package id which are whitelisted to
/frameworks/native/vulkan/api/
Dvulkan.api2549 …/// Buffer should support constent data access to physical memory blocks mapped into multiple loca…
2619 … /// Image should support constent data access to physical memory blocks mapped into multiple loca…
3806 … offset /// Offset within the mapped memory the range s…
3807 … size /// Size of the range within the mapped memory
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt430 - Wrapper types mapped to nullable value types (or string/ByteString
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/cmds/statsd/src/
Datoms.proto4996 // Uid being blamed. Note: isolated uids have already been mapped to host uid.