Searched refs:memory (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/include/
H A DSharedMemoryBuffer.h22 #include <android/hidl/memory/1.0/IMemory.h>
34 typedef ::android::hidl::memory::V1_0::IMemory TMemory;
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DMemoryAccessTask.java21 * This task will simulate CPU activity by consuming memory bandwidth from the system.
22 * Note: On most system the CPU and GPU will share the same memory.
34 byte[] memory = new byte[BUFFER_SIZE];
43 result += ++memory[index];
/frameworks/base/core/jni/
H A Dandroid_os_Debug.h20 #include <memory>
/frameworks/base/libs/hwui/tests/microbench/
H A Dmain.cpp24 #include <memory>
/frameworks/minikin/include/minikin/
H A DCmapCoverage.h22 #include <memory>
H A DWordBreaker.h27 #include <memory>
/frameworks/minikin/tests/util/
H A DFontTestUtils.h22 #include <memory>
/frameworks/native/services/vr/performanced/
H A Dunique_file.h6 #include <memory>
/frameworks/ml/nn/runtime/
H A DExecutionBuilder.h73 const Memory* memory, size_t offset, size_t length);
77 const Memory* memory, size_t offset, size_t length);
91 // 2. Once we have all the inputs and outputs, if needed, allocate shared memory for
92 // the m*Buffers entries. Copy the input values into the shared memory.
93 // We do this to avoid creating a lot of shared memory objects if we have a lot of
139 int setInputFromTemporaryMemory(uint32_t inputIndex, const Memory* memory, uint32_t offset) { argument
141 memory, offset,
144 int setOutputFromTemporaryMemory(uint32_t outputIndex, const Memory* memory, uint32_t offset) { argument
146 memory, offset,
160 int allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, Memory* memory);
[all...]
H A DMemory.cpp39 LOG(ERROR) << "Request size larger than the memory size.";
111 uint32_t MemoryTracker::add(const Memory* memory) { argument
112 VLOG(MODEL) << __func__ << " for " << memory; local
113 // See if we already have this memory. If so,
115 auto i = mKnown.find(memory);
127 mKnown[memory] = idx;
128 mMemories.push_back(memory);
H A DNeuralNetworks.cpp33 #include <memory>
220 ANeuralNetworksMemory** memory) {
221 *memory = nullptr;
230 *memory = reinterpret_cast<ANeuralNetworksMemory*>(m.release());
234 void ANeuralNetworksMemory_free(ANeuralNetworksMemory* memory) { argument
236 Memory* m = reinterpret_cast<Memory*>(memory);
291 const ANeuralNetworksMemory* memory,
293 if (!model || !memory) {
297 const Memory* mem = reinterpret_cast<const Memory*>(memory);
400 const ANeuralNetworksMemory* memory, size_
219 ANeuralNetworksMemory_createFromFd(size_t size, int prot, int fd, size_t offset, ANeuralNetworksMemory** memory) argument
290 ANeuralNetworksModel_setOperandValueFromMemory(ANeuralNetworksModel* model, int32_t index, const ANeuralNetworksMemory* memory, size_t offset, size_t length) argument
398 ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory, size_t offset, size_t length) argument
423 ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory, size_t offset, size_t length) argument
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.h20 #include <memory>
/frameworks/native/libs/vr/libdvr/
H A Ddvr_pose.cpp3 #include <memory>
/frameworks/native/opengl/libs/EGL/
H A DCallStack.h21 #include <memory>
/frameworks/base/core/jni/android/graphics/
H A DPicture.h24 #include <memory>
/frameworks/base/tools/aapt2/filter/
H A DAbiFilter.h20 #include <memory>
/frameworks/base/tools/aapt2/io/
H A DFile.cpp19 #include <memory>
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp124 MemoryArea* memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm); local
125 pInput.setMemArea(memory);
130 MemoryArea* memory = m_pMemFactory->produce(pMemBuffer, pSize); local
131 pInput.setMemArea(memory);
/frameworks/native/cmds/installd/
H A DCacheItem.h20 #include <memory>
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmessage_reader.h4 #include <memory>
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_composer_layer.h7 #include <memory>
/frameworks/av/media/libaudiohal/
H A DEffectBufferHalHidl.h21 #include <android/hidl/memory/1.0/IMemory.h>
28 using android::hidl::memory::V1_0::IMemory;

Completed in 676 milliseconds

1234567891011>>