Searched refs:hidlMemory (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoPlugin.cpp37 sp<IMemory> hidlMemory = mapMemory(base); local
38 ALOGE_IF(hidlMemory == nullptr, "mapMemory returns nullptr");
41 mSharedBufferMap[bufferId] = hidlMemory;
/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp64 OMXBuffer::OMXBuffer(const hidl_memory &hidlMemory) argument
66 mHidlMemory(hidlMemory) {
/frameworks/av/include/media/
H A DOMXBuffer.h84 OMXBuffer(const hidl_memory &hidlMemory);
/frameworks/av/media/libmedia/include/media/
H A DOMXBuffer.h84 OMXBuffer(const hidl_memory &hidlMemory);
/frameworks/ml/nn/common/include/
H A DCpuExecutor.h73 explicit RunTimePoolInfo(const hidl_memory& hidlMemory, bool* fail);
97 sp<IMemory> mMemory; // only used when hidlMemory.name() == "ashmem"
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp33 RunTimePoolInfo::RunTimePoolInfo(const hidl_memory& hidlMemory, bool* fail) { argument
37 auto memType = hidlMemory.name();
39 memory = mapMemory(hidlMemory);
53 size_t size = hidlMemory.size();
54 int fd = hidlMemory.handle()->data[0];
55 int prot = hidlMemory.handle()->data[1];
56 size_t offset = getSizeFromInts(hidlMemory.handle()->data[2],
57 hidlMemory.handle()->data[3]);
70 mHidlMemory = hidlMemory;
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp255 sp<HidlMemory> hidlMemory = fromHeap(heap); local
257 Return<void> hResult = mPlugin->setSharedBufferBase(*hidlMemory, mNextBufferId++);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp103 const sp<IMemory> &mem, const sp<IHidlMemory> &hidlMemory,
106 mHidlMemory(hidlMemory),
1100 sp<IHidlMemory> hidlMemory = mapMemory(omxBuffer.mHidlMemory); local
1101 if (hidlMemory == nullptr) {
1105 return useBuffer_l(portIndex, NULL, hidlMemory, buffer);
102 BufferMeta( const sp<IMemory> &mem, const sp<IHidlMemory> &hidlMemory, OMX_U32 portIndex, bool copy, OMX_U8 *backup) argument
/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp437 hidl_memory hidlMemory; local

Completed in 159 milliseconds