/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | LibScalerForJpeg.cpp | 53 if (memoryType != 0) { in set() 54 if (!mDevice.requestBuffers(bufferType, memoryType, 0)) in set() 61 memoryType = 0; // new reqbufs is required. in set() 68 if (memoryType != memtype) { in begin() 69 if (memoryType != 0) { in begin() 70 if (!mDevice.requestBuffers(bufferType, memoryType, 0)) in begin() 80 memoryType = memtype; in begin()
|
H A D | LibScalerForJpeg.h | 64 unsigned int memoryType = 0; member 78 bool dequeueBuffer() { return mDevice.dequeueBuffer(bufferType, memoryType); } in dequeueBuffer()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 83 MemoryType memoryType; member 89 MemoryType memoryType) in TestConfig() 93 memoryType(memoryType), in TestConfig() 96 MemoryType memoryType, bool reportSkipping) in TestConfig() 100 memoryType(memoryType), in TestConfig() 380 } else if (memoryType == MemoryType::DEVICE) { in createRequest() 406 if (memoryType == MemoryType::DEVICE) { in createRequest() 435 if (memoryType == MemoryType::DEVICE && mBuffers.empty()) { in createRequest() 441 if (memoryType == MemoryType::BLOB_AHWB) { in createRequest() 564 auto maybeRequest = context.createRequest(testModel, testConfig.memoryType); in EvaluatePreparedModel() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 60 MemoryType memoryType; member 69 memoryType(memoryType), in TestConfig() 76 memoryType(memoryType), in TestConfig() 323 std::optional<Request> createRequest(const TestModel& testModel, MemoryType memoryType); 349 MemoryType memoryType) { in createRequest() argument 368 } else if (memoryType == MemoryType::DEVICE) { in createRequest() 397 if (memoryType == MemoryType::DEVICE) { in createRequest() 429 if (memoryType == MemoryType::DEVICE && mBuffers.empty()) { in createRequest() 434 if (memoryType == MemoryType::BLOB_AHWB) { in createRequest() 537 auto maybeRequest = context.createRequest(testModel, testConfig.memoryType); in EvaluatePreparedModel() [all …]
|
H A D | Utils.cpp | 180 Request ExecutionContext::createRequest(const TestModel& testModel, MemoryType memoryType) { in createRequest() argument 181 CHECK(memoryType == MemoryType::ASHMEM || memoryType == MemoryType::BLOB_AHWB); in createRequest() 222 if (memoryType == MemoryType::ASHMEM) { in createRequest()
|
H A D | Utils.h | 126 MemoryType memoryType = MemoryType::ASHMEM);
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | Utils.cpp | 102 Request ExecutionContext::createRequest(const TestModel& testModel, MemoryType memoryType) { in createRequest() argument 103 CHECK(memoryType == MemoryType::ASHMEM || memoryType == MemoryType::BLOB_AHWB); in createRequest() 144 if (memoryType == MemoryType::ASHMEM) { in createRequest()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 71 MemoryType memoryType; member 221 Request request = context.createRequest(testModel, testConfig.memoryType); in EvaluatePreparedModel() 359 for (const MemoryType memoryType : memoryTypeList) { in EvaluatePreparedModel() local 363 .memoryType = memoryType}; in EvaluatePreparedModel()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
H A D | Utils.h | 93 MemoryType memoryType = MemoryType::ASHMEM);
|
/aosp12/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1030 mLayout.memoryType = mType; in updateSurface()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 1680 public int memoryType; field in WindowManager.LayoutParams
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50654 field @Deprecated public int memoryType;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34788 field public deprecated int memoryType;
|