Home
last modified time | relevance | path

Searched refs:blobId (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.cpp249 blobId = 0; in createDispDitherBlobFromIDqe()
269 blobId = 0; in createCgcDitherBlobFromIDqe()
421 uint32_t blobId = 0; in setDisplayColorBlob() local
426 ret = createCgcBlobFromIDqe(dqe, blobId); in setDisplayColorBlob()
464 mOldDqeBlobs.addBlob(type, blobId); in setDisplayColorBlob()
583 uint32_t blobId = 0; in setPlaneColorBlob() local
588 ret = createEotfBlobFromIDpp(dpp, blobId); in setPlaneColorBlob()
591 ret = createGmBlobFromIDpp(dpp, blobId); in setPlaneColorBlob()
594 ret = createDtmBlobFromIDpp(dpp, blobId); in setPlaneColorBlob()
597 ret = createOetfBlobFromIDpp(dpp, blobId); in setPlaneColorBlob()
[all …]
H A DExynosDisplayDrmInterfaceModule.h47 uint32_t &blobId);
49 uint32_t &blobId);
51 uint32_t &blobId);
53 uint32_t &blobId);
55 uint32_t &blobId);
57 uint32_t &blobId);
59 uint32_t &blobId);
62 uint32_t &blobId);
64 uint32_t &blobId);
66 uint32_t &blobId);
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DBlobInfoViewHolder.java31 TextView blobId; field in BlobInfoViewHolder
44 holder.blobId = convertView.findViewById(R.id.blob_id); in createOrRecycle()
H A DLeaseInfoListView.java97 final TextView blobId = headerView.findViewById(R.id.blob_id); in getHeaderView() local
103 blobId.setText(getString(R.string.blob_id_text, mBlobInfo.getId())); in getHeaderView()
H A DBlobInfoListView.java158 holder.blobId.setText(getString(R.string.blob_id_text, blob.getId()));
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.cpp117 uint64_t blobId; in updateRestrictions() local
118 std::tie(ret, blobId) = plane->hw_restrictions_property().value(); in updateRestrictions()
122 drmModePropertyBlobPtr blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in updateRestrictions()
124 ALOGE("Fail to get blob for hw_restrictions(%" PRId64 ")", blobId); in updateRestrictions()
H A DExynosDisplayDrmInterface.cpp695 uint64_t blobId; in getLowPowerDrmModeModeInfo() local
697 std::tie(ret, blobId) = mDrmConnector->lp_mode().value(); in getLowPowerDrmModeModeInfo()
702 drmModePropertyBlobPtr blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in getLowPowerDrmModeModeInfo()
704 ALOGE("Fail to get blob for lp mode(%" PRId64 ")", blobId); in getLowPowerDrmModeModeInfo()
2193 uint64_t blobId; in init() local
2302 uint64_t blobId; in getDisplayIdentificationData() local
2304 std::tie(ret, blobId) = mDrmConnector->edid_property().value(); in getDisplayIdentificationData()
2309 if (blobId == 0) { in getDisplayIdentificationData()
2315 blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in getDisplayIdentificationData()
2377 const auto [ret, blobId] = mDrmConnector->brightness_cap().value(); in getBrightnessInterfaceSupport()
[all …]
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerShellCommand.java102 pw.println(mService.isBlobAvailable(args.blobId, args.userId) ? 1 : 0); in runQueryBlobExistence()
165 args.blobId = Long.parseLong(getNextArgRequired()); in parseOptions()
186 public long blobId; field in BlobStoreManagerShellCommand.ParsedArgs
H A DBlobStoreManagerService.java607 private void deleteBlobInternal(long blobId, int callingUid) { in deleteBlobInternal() argument
611 if (blobMetadata.getBlobId() == blobId) { in deleteBlobInternal()
1223 boolean isBlobAvailable(long blobId, int userId) { in isBlobAvailable() argument
1227 if (blobMetadata.getBlobId() != blobId) { in isBlobAvailable()
1600 public void deleteBlob(long blobId) { in deleteBlob() argument
1607 deleteBlobInternal(blobId, callingUid); in deleteBlob()
1705 public boolean shouldDumpSession(String packageName, int uid, long blobId) { in shouldDumpSession() argument
1715 && mDumpBlobIds.indexOf(blobId) < 0) { in shouldDumpSession()
1758 public boolean shouldDumpBlob(long blobId) { in shouldDumpBlob() argument
1760 || mDumpBlobIds.indexOf(blobId) >= 0; in shouldDumpBlob()
H A DBlobMetadata.java114 BlobMetadata(Context context, long blobId, BlobHandle blobHandle) { in BlobMetadata() argument
116 this.mBlobId = blobId; in BlobMetadata()
730 final long blobId = XmlUtils.readLongAttribute(in, ATTR_ID); in createFromXml() local
757 final BlobMetadata blobMetadata = new BlobMetadata(context, blobId, blobHandle); in createFromXml()
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreManager.aidl39 void deleteBlob(long blobId); in deleteBlob() argument
/aosp12/hardware/interfaces/camera/device/3.5/
H A Dtypes.hal164 * buffer. That means the blobId must start at byte[buffer_size -
174 CameraBlobId blobId;
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java375 private BlobMetadata createBlobMetadataMock(long blobId, File blobFile, in createBlobMetadataMock() argument
378 doReturn(blobId).when(blobMetadata).getBlobId(); in createBlobMetadataMock()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp611 blob->blobId = CameraBlobId::JPEG; in CameraExtensionJpegProcessor_compressJpegFromYUV420p()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp1161 blobHeader->blobId = static_cast<CameraBlobId>(0x00FE); in processCompletedInputFrame()
1426 if (blob->blobId != CameraBlobId::JPEG_APP_SEGMENTS) { in findAppSegmentsSize()
1427 ALOGE("%s: Invalid EXIF blobId %hu", __FUNCTION__, blob->blobId); in findAppSegmentsSize()
/aosp12/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal538 CameraBlobId blobId;