HomeSort by relevance Sort by last modified time
    Searched defs:hidlMemory (Results 1 - 8 of 8) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoPlugin.cpp 25 #include <hidlmemory/mapping.h>
37 sp<IMemory> hidlMemory = mapMemory(base);
38 ALOGE_IF(hidlMemory == nullptr, "mapMemory returns nullptr");
41 mSharedBufferMap[bufferId] = hidlMemory;
  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 22 #include <hidlmemory/mapping.h>
54 sp<IMemory> hidlMemory = mapMemory(base);
55 ALOGE_IF(hidlMemory == nullptr, "mapMemory returns nullptr");
58 mSharedBufferMap[bufferId] = hidlMemory;
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 25 #include <hidlmemory/FrameworkUtils.h>
245 using ::android::hardware::HidlMemory;
255 sp<HidlMemory> hidlMemory = fromHeap(heap);
257 Return<void> hResult = mPlugin->setSharedBufferBase(*hidlMemory, mNextBufferId++);
  /frameworks/ml/nn/runtime/
ExecutionBuilder.cpp 437 hidl_memory hidlMemory;
  /hardware/interfaces/cas/1.0/vts/functional/
VtsHalCasV1_0TargetTest.cpp 33 #include <hidlmemory/FrameworkUtils.h>
69 using android::hardware::HidlMemory;
319 // build HidlMemory from memory heap
331 // hidlMemory is not to be passed out of scope!
332 sp<HidlMemory> hidlMemory = fromHeap(heap);
335 .heapBase = *hidlMemory,
380 // build HidlMemory from memory heap
389 // hidlMemory is not to be passed out of scope!
390 sp<HidlMemory> hidlMemory = fromHeap(heap)
    [all...]
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 27 #include <hidlmemory/mapping.h>
903 hidl_memory hidlMemory;
908 hidlMemory = memory;
912 sp<IMemory> mappedMemory = mapMemory(hidlMemory);
914 EXPECT_OK(cryptoPlugin->setSharedBufferBase(hidlMemory, index));
    [all...]
drm_hal_vendor_test.cpp 27 #include <hidlmemory/mapping.h>
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 46 #include <hidlmemory/mapping.h>
103 const sp<IMemory> &mem, const sp<IHidlMemory> &hidlMemory,
106 mHidlMemory(hidlMemory),
    [all...]

Completed in 181 milliseconds