Searched refs:PropertyBlob (Results 1 – 3 of 3) sorted by relevance
77 class PropertyBlob; variable92 const std::shared_ptr<PropertyBlob> mBlob;94 const std::shared_ptr<PropertyBlob>& drmConfigBlob) in BlobInfo()770 std::shared_ptr<PropertyBlob>& drmConfigBlob) const823 class HistogramDevice::PropertyBlob {834 PropertyBlob(DrmDevice* const drmDevice, const void* const blobData, const size_t blobLength);841 ~PropertyBlob();
158 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::PropertyBlob1571 HistogramDevice::PropertyBlob::~PropertyBlob() { in ~PropertyBlob()1579 uint32_t HistogramDevice::PropertyBlob::getId() const { in getId()1583 int HistogramDevice::PropertyBlob::getError() const { in getError()
221 std::shared_ptr<PropertyBlob> drmConfigBlob; in getOPRBlobs()