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

1234567891011

/frameworks/av/include/media/stagefright/
H A DSharedMemoryBuffer.h22 #include <android/hidl/memory/1.0/IMemory.h>
34 typedef ::android::hidl::memory::V1_0::IMemory TMemory;
H A DMediaBuffer.h53 // allocations larger than or equal to this will use shared memory.
132 static bool isDeadObject(const sp<IMemory> &memory) { argument
133 if (memory.get() == nullptr || memory->pointer() == nullptr) return false;
134 return reinterpret_cast<SharedControl *>(memory->pointer())->isDeadObject();
137 // Sticky on enabling of shared memory MediaBuffers. By default we don't use
138 // shared memory for MediaBuffers, but we enable this for those processes
/frameworks/av/media/libstagefright/foundation/include/
H A DSharedMemoryBuffer.h22 #include <android/hidl/memory/1.0/IMemory.h>
34 typedef ::android::hidl::memory::V1_0::IMemory TMemory;
/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/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/av/include/media/stagefright/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/av/media/libstagefright/include/foundation/
H A DFileDescriptor.h20 #include <memory>
/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.h20 #include <memory>
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice_dispatcher.h4 #include <memory>
H A Dmessage_reader.h4 #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/libs/hwui/renderstate/
H A DBlend.h24 #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/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;
/frameworks/hardware/interfaces/sensorservice/1.0/
H A DISensorManager.hal54 * Create direct channel based on shared memory
59 * The memory layout looks as follows. These offsets can be found in
72 * @param mem the shared memory to use, must be ashmem.
84 createAshmemDirectChannel(memory mem, uint64_t size)

Completed in 5475 milliseconds

1234567891011