/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | HistogramDevice.cpp | 380 void HistogramDevice::_handleDrmEvent(void* event, uint32_t blobId, char16_t* buffer) { in _handleDrmEvent() argument 381 ATRACE_NAME(String8::format("handleHistogramEvent(blob#%u)", blobId).c_str()); in _handleDrmEvent() 384 searchOrCreateBlobIdData(blobId, false, blobIdData); in _handleDrmEvent() 386 HIST_BLOB_LOG(W, blobId, "no condition var allocated, ignore the event(%p)", event); in _handleDrmEvent() 392 ATRACE_NAME(String8::format("mDataCollectingMutex(blob#%u)", blobId)); in _handleDrmEvent() 395 HIST_BLOB_LOG(W, blobId, "ignore the event(%p), collectStatus is NOT_STARTED", event); in _handleDrmEvent() 405 uint32_t blobId = 0, channelId = 0; in handleDrmEvent() local 416 blobId = channelId; in handleDrmEvent() 417 _handleDrmEvent(event, blobId, buffer); in handleDrmEvent() 422 uint32_t blobId = 0; in handleContextDrmEvent() local [all …]
|
D | HistogramDevice.h | 40 #define HIST_BLOB_CH_LOG(LEVEL, blobId, channelId, msg, ...) \ argument 43 AIBinder_getCallingPid(), blobId, channelId, __func__, ##__VA_ARGS__) 45 #define HIST_BLOB_LOG(LEVEL, blobId, msg, ...) \ argument 48 AIBinder_getCallingPid(), blobId, __func__, ##__VA_ARGS__) 521 void searchOrCreateBlobIdData(uint32_t blobId, bool create, 539 int& channelId, uint32_t& blobId) 571 const uint32_t blobId, const std::shared_ptr<BlobIdData>& blobIdData) 593 const uint32_t blobId, 614 const uint32_t blobId, const std::cv_status cv_status) const 627 void _handleDrmEvent(void* event, uint32_t blobId, char16_t* buffer) [all …]
|
/aosp_15_r20/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 46 DrmDevice *drm, uint32_t &blobId) { in eotf() argument 65 int ret = drm->CreatePropertyBlob(&eotfLut, sizeof(eotfLut), &blobId); in eotf() 74 DrmDevice *drm, uint32_t &blobId) { in gm() argument 88 ret = drm->CreatePropertyBlob(&gmMatrix, sizeof(gmMatrix), &blobId); in gm() 97 DrmDevice *drm, uint32_t &blobId) { in dtm() argument 125 int ret = drm->CreatePropertyBlob(&tmData, sizeof(tmData), &blobId); in dtm() 135 DrmDevice *drm, uint32_t &blobId) { in oetf() argument 154 int ret = drm->CreatePropertyBlob(&oetfLut, sizeof(oetfLut), &blobId); in oetf() 164 uint32_t &blobId) { in gammaMatrix() argument 172 ret = drm->CreatePropertyBlob(&gammaMatrix, sizeof(gammaMatrix), &blobId); in gammaMatrix() [all …]
|
D | DisplayColorModule.h | 32 android::DrmDevice *drm, uint32_t &blobId); 34 android::DrmDevice *drm, uint32_t &blobId); 36 android::DrmDevice *drm, uint32_t &blobId); 38 android::DrmDevice *drm, uint32_t &blobId); 40 android::DrmDevice *drm, uint32_t &blobId); 43 android::DrmDevice *drm, uint32_t &blobId); 45 android::DrmDevice *drm, uint32_t &blobId); 47 android::DrmDevice *drm, uint32_t &blobId); 49 android::DrmDevice *drm, uint32_t &blobId); 52 android::DrmDevice *drm, uint32_t &blobId); [all …]
|
/aosp_15_r20/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 47 DrmDevice *drm, uint32_t &blobId) { in eotf() argument 70 int ret = drm->CreatePropertyBlob(&eotfLut, sizeof(eotfLut), &blobId); in eotf() 79 DrmDevice *drm, uint32_t &blobId) { in gm() argument 93 ret = drm->CreatePropertyBlob(&gmMatrix, sizeof(gmMatrix), &blobId); in gm() 102 DrmDevice *drm, uint32_t &blobId) { in dtm() argument 131 int ret = drm->CreatePropertyBlob(&tmData, sizeof(tmData), &blobId); in dtm() 140 DrmDevice *drm, uint32_t &blobId) { in oetf() argument 161 int ret = drm->CreatePropertyBlob(&oetfLut, sizeof(oetfLut), &blobId); in oetf() 171 uint32_t &blobId) { in gammaMatrix() argument 179 ret = drm->CreatePropertyBlob(&gammaMatrix, sizeof(gammaMatrix), &blobId); in gammaMatrix() [all …]
|
D | DisplayColorModule.h | 34 android::DrmDevice *drm, uint32_t &blobId); 36 android::DrmDevice *drm, uint32_t &blobId); 38 android::DrmDevice *drm, uint32_t &blobId); 40 android::DrmDevice *drm, uint32_t &blobId); 42 android::DrmDevice *drm, uint32_t &blobId); 45 android::DrmDevice *drm, uint32_t &blobId); 47 android::DrmDevice *drm, uint32_t &blobId); 49 android::DrmDevice *drm, uint32_t &blobId); 51 android::DrmDevice *drm, uint32_t &blobId); 54 android::DrmDevice *drm, uint32_t &blobId); [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 26 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 55 os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 26 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 55 os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 26 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 55 os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 26 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 55 os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 92 uint32_t blobId = 0; in setDisplayColorBlob() local 98 ret = gs::ColorDrmBlobFactory::cgc(dqe.Cgc().config, mDrmDevice, blobId); in setDisplayColorBlob() 107 mDrmDevice, blobId); in setDisplayColorBlob() 117 mDrmDevice, blobId); in setDisplayColorBlob() 122 blobId); in setDisplayColorBlob() 126 blobId); in setDisplayColorBlob() 130 blobId); in setDisplayColorBlob() 133 … ret = gs::ColorDrmBlobFactory::cgcDither(dqe.DqeControl().config, mDrmDevice, blobId); in setDisplayColorBlob() 145 if ((blobId == 0) && (mOldDqeBlobs.getBlob(type) == 0)) in setDisplayColorBlob() 148 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop, blobId)) < 0) { in setDisplayColorBlob() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | ExternalObjectManager.cpp | 30 void ExternalObjectManager::addMapping(uint32_t ctxId, uint64_t blobId, void* addr, in addMapping() argument 37 auto key = std::make_pair(ctxId, blobId); in addMapping() 42 std::optional<HostMemInfo> ExternalObjectManager::removeMapping(uint32_t ctxId, uint64_t blobId) { in removeMapping() argument 43 auto key = std::make_pair(ctxId, blobId); in removeMapping() 55 void ExternalObjectManager::addBlobDescriptorInfo(uint32_t ctxId, uint64_t blobId, in addBlobDescriptorInfo() argument 66 auto key = std::make_pair(ctxId, blobId); in addBlobDescriptorInfo() 72 uint64_t blobId) { in removeBlobDescriptorInfo() argument 73 auto key = std::make_pair(ctxId, blobId); in removeBlobDescriptorInfo()
|
D | VirtioGpuContext.cpp | 185 int VirtioGpuContext::AddPendingBlob(uint32_t blobId, in AddPendingBlob() argument 187 auto [_, inserted] = mPendingBlobs.try_emplace(blobId, blobArgs); in AddPendingBlob() 190 "failed to add pending blob %u to context %u: blob ID already in use?", blobId, mId); in AddPendingBlob() 197 uint32_t blobId) { in TakePendingBlob() argument 198 auto it = mPendingBlobs.find(blobId); in TakePendingBlob()
|
D | ExternalObjectManager.h | 89 void addMapping(uint32_t ctx_id, uint64_t blobId, void* addr, uint32_t caching); 90 std::optional<HostMemInfo> removeMapping(uint32_t ctx_id, uint64_t blobId); 92 void addBlobDescriptorInfo(uint32_t ctx_id, uint64_t blobId, ManagedDescriptor descriptor, 95 std::optional<BlobDescriptorInfo> removeBlobDescriptorInfo(uint32_t ctx_id, uint64_t blobId);
|
/aosp_15_r20/hardware/google/graphics/zuma/libhwc2.1/libdevice/ |
D | HistogramController.cpp | 129 uint32_t blobId = blobIds[i]; in getOPRVals() local 134 ATRACE_NAME(String8::format("mDataCollectingMutex(blob#%u)", blobId)); in getOPRVals() 137 requestBlobIdData(moduleDisplayInterface, &errorCodes[i], channelId, blobId, blobIdData); in getOPRVals() 176 const char* configName, const std::vector<char16_t>& histogramBuffer, const uint32_t blobId, in calculateOPRVal() argument 194 HIST_BLOB_CH_LOG(E, blobId, channelId, "BAD_HIST_DATA for %s, pixel count is zero", in calculateOPRVal() 200 HIST_BLOB_CH_LOG(V, blobId, channelId, "%s channel opr: %lf, pixels count: %d", configName, in calculateOPRVal() 215 uint32_t blobId = getMatchBlobId(configInfo->mBlobsList, displayActiveH, displayActiveV, in getOPRBlobs() local 220 if (!blobId) { in getOPRBlobs() 231 blobId = drmConfigBlob->getId(); in getOPRBlobs() 234 blobIds[i] = blobId; in getOPRBlobs()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 34 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes); 44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes); 63 _aidl_os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 34 …::aidl::android::hardware::camera::device::CameraBlobId blobId = ::aidl::android::hardware::camera… 41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes); 44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes); 63 _aidl_os << "blobId: " << ::android::internal::ToString(blobId); in toString()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmMode.cpp | 23 uint32_t blobId = 0; in create() local 25 int ret = drmModeCreatePropertyBlob(drmFd.get(), &info, sizeof(info), &blobId); in create() 31 return std::unique_ptr<DrmMode>(new DrmMode(info, blobId)); in create()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/repackaged-jarjar/javac/ |
D | service-blobstore.jar | com/android/server/blob/BlobStoreUtils.class
BlobStoreUtils.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/javac/ |
D | service-blobstore.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
H A D | StatsdBlobStoreAtomTest.java | 83 final long blobId = blobCommitted.getBlobId(); in testPushedBlobStoreStats() local 86 assertThat(blobId).isGreaterThan(0L); in testPushedBlobStoreStats() 92 assertThat(blobLeased.getBlobId()).isEqualTo(blobId); in testPushedBlobStoreStats() 98 assertThat(blobOpened.getBlobId()).isEqualTo(blobId); in testPushedBlobStoreStats()
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.cpp | 1860 uint32_t blobId = 0; in setupCommitFromDisplayConfig() local 1862 &blobId); in setupCommitFromDisplayConfig() 1863 if (ret || (blobId == 0)) { in setupCommitFromDisplayConfig() 1865 blobId, ret); in setupCommitFromDisplayConfig() 1873 mBlockState.mBlobId = blobId; in setupCommitFromDisplayConfig() 2767 uint64_t blobId; in init() local 2768 std::tie(ret, blobId) = mWritebackConnector->writeback_pixel_formats().value(); in init() 2773 drmModePropertyBlobPtr blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in init() 2775 ALOGE("Fail to get blob for writeback_pixel_formats(%" PRId64 ")", blobId); in init() 2881 uint64_t blobId; in getDisplayIdentificationData() local [all …]
|
D | ExynosDeviceDrmInterface.cpp | 147 uint64_t blobId; in updateRestrictions() local 149 std::tie(ret, blobId) = plane->hw_restrictions_property().value(); in updateRestrictions() 154 drmModePropertyBlobPtr blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in updateRestrictions() 156 ALOGE("Fail to get blob for hw_restrictions(%" PRId64 ")", blobId); in updateRestrictions()
|
/aosp_15_r20/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreManagerShellCommand.java | 102 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
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/storage/ |
D | BlobInfoViewHolder.java | 31 TextView blobId; field in BlobInfoViewHolder 44 holder.blobId = convertView.findViewById(R.id.blob_id); in createOrRecycle()
|