Searched refs:mBlobId (Results 1 – 6 of 6) sorted by relevance
1562 if ((mError = mDrmDevice->CreatePropertyBlob(blobData, blobLength, &mBlobId))) { in PropertyBlob()1563 mBlobId = 0; in PropertyBlob()1565 } else if (!mBlobId) { in PropertyBlob()1574 int ret = mDrmDevice->DestroyPropertyBlob(mBlobId); in ~PropertyBlob()1576 ALOGE("%s: failed to destroy histogram config blob %d, ret(%d)", __func__, mBlobId, ret); in ~PropertyBlob()1580 return mBlobId; in getId()
859 uint32_t mBlobId = 0; variable
558 uint32_t mBlobId = 0; member
1843 if (mBlockState.mBlobId) { in setupCommitFromDisplayConfig()1844 drmReq.addOldBlob(mBlockState.mBlobId); in setupCommitFromDisplayConfig()1846 mBlockState.mBlobId = blobId; in setupCommitFromDisplayConfig()1850 mBlockState.mBlobId)) < 0) { in setupCommitFromDisplayConfig()
895 std::atomic<uint32_t> mBlobId = 0; variable
3046 createBlobInfo.blobId = ++mBlobId; in allocateCoherentMemory()3074 createBlobInfo.blobId = ++mBlobId; in allocateCoherentMemory()