Home
last modified time | relevance | path

Searched refs:blobLength (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp707 size_t blobLength = 0; in prepareChannelCommit() local
708 if ((ret = createHistogramDrmConfigLocked(channel, blobData, blobLength))) { in prepareChannelCommit()
717 blobData.get(), blobLength); in prepareChannelCommit()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h347 void *blobData, size_t blobLength);
DExynosDisplayDrmInterface.cpp2719 size_t blobLength) { in setDisplayHistogramChannelSetting() argument
2731 ret = mDrmDevice->CreatePropertyBlob(blobData, blobLength, &blobId); in setDisplayHistogramChannelSetting()