Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h77 class PropertyBlob; variable
92 const std::shared_ptr<PropertyBlob> mBlob;
94 const std::shared_ptr<PropertyBlob>& drmConfigBlob) in BlobInfo()
770 std::shared_ptr<PropertyBlob>& drmConfigBlob) const
823 class HistogramDevice::PropertyBlob {
834 PropertyBlob(DrmDevice* const drmDevice, const void* const blobData, const size_t blobLength);
841 ~PropertyBlob();
DHistogramDevice.cpp158 std::shared_ptr<PropertyBlob> drmConfigBlob; in registerHistogram()
276 std::shared_ptr<PropertyBlob> drmConfigBlob; in reconfigHistogram()
1062 std::shared_ptr<PropertyBlob> drmConfigBlob; in setChannelConfigBlob()
1205 std::shared_ptr<PropertyBlob>& drmConfigBlob) const { in createDrmConfigBlob()
1214 std::shared_ptr<PropertyBlob> drmConfigBlobTmp = in createDrmConfigBlob()
1215 std::make_shared<PropertyBlob>(mDrmDevice, drmConfig.get(), drmConfigLength); in createDrmConfigBlob()
1553 HistogramDevice::PropertyBlob::PropertyBlob(DrmDevice* const drmDevice, const void* const blobData, in PropertyBlob() function in HistogramDevice::PropertyBlob
1571 HistogramDevice::PropertyBlob::~PropertyBlob() { in ~PropertyBlob()
1579 uint32_t HistogramDevice::PropertyBlob::getId() const { in getId()
1583 int HistogramDevice::PropertyBlob::getError() const { in getError()
/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DHistogramController.cpp221 std::shared_ptr<PropertyBlob> drmConfigBlob; in getOPRBlobs()