Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 18 of 18) 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/ml/nn/runtime/test/
DTestUtils.h35 TestAshmem(::android::base::unique_fd fd, std::unique_ptr<::android::base::MappedFile> mapped, in TestAshmem() argument
37 : mFd(std::move(fd)), mMapped(std::move(mapped)), mMemory(std::move(memory)) {} in TestAshmem()
/frameworks/base/mime/java-res/
Dandroid.mime.types44 # If <mimeType> was not already mapped to an extension then it will be
45 # mapped to <extension1>.
46 # <extension1> and <extension2> are mapped (or remapped) to <mimeType>.
134 # <mimeType> is mapped to <extension1>
135 # <extension1>, <extension2>, ... are all mapped to <mimeType>
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp162 int32_t mapped = 0; in mapStemKey() local
163 if (config.tryGetProperty(String8(property), mapped) && mapped > 0) { in mapStemKey()
166 stemKeyRotationMap[i][1] = mapped; in mapStemKey()
/frameworks/ml/nn/runtime/
DMemory.cpp525 sp<IMemory> mapped = mapMemory(hidlMemory); in create() local
526 if (mapped == nullptr || mapped->getPointer() == nullptr) { in create()
531 std::make_unique<MemoryAshmem>(std::move(mapped), std::move(hidlMemory))}; in create()
538 MemoryAshmem::MemoryAshmem(sp<IMemory> mapped, hidl_memory memory) in MemoryAshmem() argument
539 : Memory(std::move(memory)), kMappedMemory(std::move(mapped)) {} in MemoryAshmem()
DMemory.h295 MemoryAshmem(sp<hal::IMemory> mapped, hal::hidl_memory memory);
/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/av/services/mediametrics/
DTimedAction.h84 node.mapped()(); in threadLoop()
/frameworks/base/core/java/android/view/
DViewDebug.java1537 boolean mapped = false;
1543 mapped = true;
1548 if (!mapped) {
1709 final IntToString mapped = indexMapping[k];
1710 if (mapped.from() == j) {
1711 name = mapped.to();
1720 final IntToString mapped = mapping[k];
1721 if (mapped.from() == intValue) {
1722 value = mapped.to();
/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.kl419 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t343 * This type is used to represent shared memory, memory mapped files,
1260 * be properly mapped.
2438 * be properly mapped.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto193 // List of carrier app certificate mapped to carrier app package id which are whitelisted to
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2589 // - it is mapped to a SmsManager.RESULT_* code
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/cmds/statsd/src/
Datoms.proto6657 // Uid being blamed. Note: isolated uids have already been mapped to host uid.