Home
last modified time | relevance | path

Searched defs:blobId (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.cpp98 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createCgcBlobFromIDqe()
132 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createDegammaLutBlobFromIDqe()
167 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createRegammaLutBlobFromIDqe()
204 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createGammaMatBlobFromIDqe()
224 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createLinearMatBlobFromIDqe()
244 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createDispDitherBlobFromIDqe()
264 const IDisplayColorGS101::IDqe &dqe, uint32_t &blobId) in createCgcDitherBlobFromIDqe()
283 const IDisplayColorGS101::IDpp &dpp, uint32_t &blobId) in createEotfBlobFromIDpp()
313 const IDisplayColorGS101::IDpp &dpp, uint32_t &blobId) in createGmBlobFromIDpp()
421 uint32_t blobId = 0; in setDisplayColorBlob() local
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DLeaseInfoListView.java97 final TextView blobId = headerView.findViewById(R.id.blob_id); in getHeaderView() local
H A DBlobInfoViewHolder.java31 TextView blobId; field in BlobInfoViewHolder
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.cpp117 uint64_t blobId; in updateRestrictions() local
H A DExynosDisplayDrmInterface.cpp695 uint64_t blobId; in getLowPowerDrmModeModeInfo() local
2193 uint64_t blobId; in init() local
2302 uint64_t blobId; in getDisplayIdentificationData() local
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreManager.aidl39 void deleteBlob(long blobId); in deleteBlob()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerShellCommand.java186 public long blobId; field in BlobStoreManagerShellCommand.ParsedArgs
H A DBlobStoreManagerService.java607 private void deleteBlobInternal(long blobId, int callingUid) { in deleteBlobInternal()
1223 boolean isBlobAvailable(long blobId, int userId) { in isBlobAvailable()
1600 public void deleteBlob(long blobId) { in deleteBlob()
1705 public boolean shouldDumpSession(String packageName, int uid, long blobId) { in shouldDumpSession()
1758 public boolean shouldDumpBlob(long blobId) { in shouldDumpBlob()
H A DBlobMetadata.java114 BlobMetadata(Context context, long blobId, BlobHandle blobHandle) { in BlobMetadata()
730 final long blobId = XmlUtils.readLongAttribute(in, ATTR_ID); in createFromXml() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java375 private BlobMetadata createBlobMetadataMock(long blobId, File blobFile, in createBlobMetadataMock()