Searched refs:blob_id (Results 1 - 13 of 13) sorted by relevance

/external/drm_hwcomposer/
H A Ddrmresources.h67 int CreatePropertyBlob(void *data, size_t length, uint32_t *blob_id);
68 int DestroyPropertyBlob(uint32_t blob_id);
H A Ddrmresources.cpp301 uint32_t *blob_id) {
312 *blob_id = create_blob.blob_id;
316 int DrmResources::DestroyPropertyBlob(uint32_t blob_id) { argument
317 if (!blob_id)
322 destroy_blob.blob_id = (__u32)blob_id;
325 ALOGE("Failed to destroy mode property blob %" PRIu32 "/%d", blob_id, ret);
300 CreatePropertyBlob(void *data, size_t length, uint32_t *blob_id) argument
H A Ddrmdisplaycompositor.cpp246 if (mode_.blob_id)
247 drm_->DestroyPropertyBlob(mode_.blob_id);
584 mode_.blob_id) < 0 ||
589 ALOGE("Failed to add blob %d to pset", mode_.blob_id);
776 mode_.old_blob_id = mode_.blob_id;
777 mode_.blob_id = 0;
814 ALOGE("Create blob_id %" PRIu32 "\n", id);
911 if (mode_.blob_id)
912 drm_->DestroyPropertyBlob(mode_.blob_id);
913 std::tie(ret, mode_.blob_id)
[all...]
H A Ddrmdisplaycompositor.h134 uint32_t blob_id = 0; member in struct:android::DrmDisplayCompositor::ModeState
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h373 __u32 blob_id; member in struct:drm_mode_get_blob
674 __u32 blob_id; member in struct:drm_mode_create_blob
681 __u32 blob_id; member in struct:drm_mode_destroy_blob
/external/libdrm/include/drm/
H A Ddrm_mode.h325 __u32 blob_id; member in struct:drm_mode_get_blob
567 __u32 blob_id; member in struct:drm_mode_create_blob
574 __u32 blob_id; member in struct:drm_mode_destroy_blob
/external/libdrm/tests/planetest/
H A Dmodeset.c37 crtc->mode_pid, create_blob.blob_id) ||
43 printf("Failed to add blob %d to pset", create_blob.blob_id);
/external/libdrm/tests/proptest/
H A Dproptest.c52 dump_blob(uint32_t blob_id) argument
58 blob = drmModeGetPropertyBlob(fd, blob_id);
/external/clang/tools/clang-format/
H A Dgit-clang-format350 blob_id = clang_format_to_blob(filename, line_ranges,
354 yield '%s %s\t%s' % (mode, blob_id, filename)
/external/libdrm/
H A Dxf86drmMode.c672 drmModePropertyBlobPtr drmModeGetPropertyBlob(int fd, uint32_t blob_id) argument
678 blob.blob_id = blob_id;
694 r->id = blob.blob_id;
1697 create.blob_id = 0;
1704 *id = create.blob_id;
1714 destroy.blob_id = id;
H A Dxf86drmMode.h457 extern drmModePropertyBlobPtr drmModeGetPropertyBlob(int fd, uint32_t blob_id);
/external/valgrind/include/vki/
H A Dvki-linux-drm.h407 __vki_u32 blob_id; member in struct:vki_drm_mode_get_blob
/external/libdrm/tests/modetest/
H A Dmodetest.c217 static void dump_blob(struct device *dev, uint32_t blob_id) argument
223 blob = drmModeGetPropertyBlob(dev->fd, blob_id);

Completed in 330 milliseconds