Searched defs:memory (Results 1 - 13 of 13) sorted by relevance

/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.h20 #include <android/hardware/tests/memory/1.0/IMemoryTest.h>
27 namespace memory { namespace in namespace:android::hardware::tests
31 using ::android::hardware::tests::memory::V1_0::IMemoryTest;
41 // Methods from ::android::hardware::tests::memory::V1_0::IMemoryTest follow.
52 } // namespace memory
H A DMemoryTest.cpp17 #define LOG_TAG "android.hardware.tests.memory@1.0"
25 #include <android/hidl/memory/1.0/IMemory.h>
27 using android::hidl::memory::V1_0::IMemory;
32 namespace memory { namespace in namespace:android::hardware::tests
36 // Methods from ::android::hardware::tests::memory::V1_0::IMemoryTest follow.
43 sp<IMemory> memory = mapMemory(memory_in); local
45 if (memory == nullptr) {
50 uint8_t* data = static_cast<uint8_t*>(static_cast<void*>(memory->getPointer()));
52 memory->update();
54 for (size_t i = 0; i < memory
[all...]
/hardware/google/apf/
H A Dapf_interpreter.c63 uint32_t memory[MEMORY_ITEMS] = {}; local
64 // Fill in pre-filled memory slot values.
65 memory[MEMORY_OFFSET_PACKET_SIZE] = packet_len;
66 memory[MEMORY_OFFSET_FILTER_AGE] = filter_age;
70 memory[MEMORY_OFFSET_IPV4_HEADER_SIZE] = (packet[APF_FRAME_HEADER_SIZE] & 15) * 4;
246 REG = memory[imm - LDM_EXT_OPCODE];
248 memory[imm - STM_EXT_OPCODE] = REG;
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp31 #include <memory>
61 using ::android::hidl::memory::V1_0::IMemory;
859 * getDecryptMemory allocates memory for decryption, then sets it
863 * @param size the size of the memory segment to allocate
864 * @param the index of the memory segment which will be used
874 size, [&](bool success, const hidl_memory& memory) {
876 EXPECT_OK(cryptoPlugin->setSharedBufferBase(memory, index));
877 hidlMemory = memory;
924 void fillRandom(const sp<IMemory>& memory);
937 void DrmHalClearkeyDecryptTest::fillRandom(const sp<IMemory>& memory) { argument
[all...]
H A Ddrm_hal_vendor_test.cpp31 #include <memory>
69 using ::android::hidl::memory::V1_0::IMemory;
1178 * getDecryptMemory allocates memory for decryption, then sets it
1182 * @param size the size of the memory segment to allocate
1183 * @param the index of the memory segment which will be used
1193 size, [&](bool success, const hidl_memory& memory) {
1195 EXPECT_EQ(memory.size(), size);
1196 hidlMemory = memory;
1251 void fillRandom(const sp<IMemory>& memory);
1268 void DrmHalVendorDecryptTest::fillRandom(const sp<IMemory>& memory) { argument
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h449 __u32 memory; member in struct:v4l2_requestbuffers
477 __u32 memory; member in struct:v4l2_buffer
1375 __u32 memory; member in struct:v4l2_create_buffers
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h597 __u32 memory; /* enum v4l2_memory */ member in struct:v4l2_requestbuffers
605 * @mem_offset: when memory in the associated struct v4l2_buffer is
607 * the device memory for this plane (or is a "cookie" that
609 * @userptr: when memory is V4L2_MEMORY_USERPTR, a userspace pointer
611 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
618 * components. Each plane can reside in a separate memory buffer, or even in
619 * a completely separate memory node (e.g. in embedded devices).
645 * @memory: enum v4l2_memory; the method, in which the actual video data is
647 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP;
648 * offset from the start of the device memory fo
675 __u32 memory; member in struct:v4l2_buffer
1906 __u32 memory; member in struct:v4l2_create_buffers
[all...]
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h479 __u32 memory; member in struct:v4l2_requestbuffers
507 __u32 memory; member in struct:v4l2_buffer
1505 __u32 memory; member in struct:v4l2_create_buffers
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h636 __u32 memory; /* enum v4l2_memory */ member in struct:v4l2_requestbuffers
644 * @mem_offset: when memory in the associated struct v4l2_buffer is
646 * the device memory for this plane (or is a "cookie" that
648 * @userptr: when memory is V4L2_MEMORY_USERPTR, a userspace pointer
650 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
657 * components. Each plane can reside in a separate memory buffer, or even in
658 * a completely separate memory node (e.g. in embedded devices).
684 * @memory: enum v4l2_memory; the method, in which the actual video data is
686 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP;
687 * offset from the start of the device memory fo
713 __u32 memory; member in struct:v4l2_buffer
2085 __u32 memory; member in struct:v4l2_create_buffers
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h447 __u32 memory; member in struct:v4l2_requestbuffers
476 __u32 memory; member in struct:v4l2_buffer
1374 __u32 memory; member in struct:v4l2_create_buffers
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h594 __u32 memory; /* enum v4l2_memory */ member in struct:v4l2_requestbuffers
602 * @mem_offset: when memory in the associated struct v4l2_buffer is
604 * the device memory for this plane (or is a "cookie" that
606 * @userptr: when memory is V4L2_MEMORY_USERPTR, a userspace pointer
608 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
615 * components. Each plane can reside in a separate memory buffer, or even in
616 * a completely separate memory node (e.g. in embedded devices).
642 * @memory: enum v4l2_memory; the method, in which the actual video data is
644 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP;
645 * offset from the start of the device memory fo
672 __u32 memory; member in struct:v4l2_buffer
1903 __u32 memory; member in struct:v4l2_create_buffers
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h441 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
469 enum v4l2_memory memory; member in struct:v4l2_buffer
2187 enum v4l2_memory memory; member in struct:v4l2_create_buffers
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h86 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
602 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
610 * @mem_offset: when memory in the associated struct v4l2_buffer is
612 * the device memory for this plane (or is a "cookie" that
614 * @userptr: when memory is V4L2_MEMORY_USERPTR, a userspace pointer
621 * components. Each plane can reside in a separate memory buffer, or even in
622 * a completely separate memory node (e.g. in embedded devices).
646 * @memory: the method, in which the actual video data is passed
647 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP;
648 * offset from the start of the device memory fo
673 enum v4l2_memory memory; member in struct:v4l2_buffer
2574 enum v4l2_memory memory; member in struct:v4l2_create_buffers
[all...]

Completed in 531 milliseconds