HomeSort by relevance Sort by last modified time
    Searched refs:blob_id (Results 1 - 25 of 33) sorted by null

1 2

  /external/drm_hwcomposer/
drmresources.h 75 int CreatePropertyBlob(void *data, size_t length, uint32_t *blob_id);
76 int DestroyPropertyBlob(uint32_t blob_id);
drmresources.cpp 306 uint32_t *blob_id) {
317 *blob_id = create_blob.blob_id;
321 int DrmResources::DestroyPropertyBlob(uint32_t blob_id) {
322 if (!blob_id)
327 destroy_blob.blob_id = (__u32)blob_id;
330 ALOGE("Failed to destroy mode property blob %" PRIu32 "/%d", blob_id, ret);
drmdisplaycompositor.cpp 246 if (mode_.blob_id)
247 drm_->DestroyPropertyBlob(mode_.blob_id);
586 mode_.blob_id) < 0 ||
591 ALOGE("Failed to add blob %d to pset", mode_.blob_id);
780 mode_.old_blob_id = mode_.blob_id;
781 mode_.blob_id = 0;
818 ALOGE("Create blob_id %" PRIu32 "\n", id);
915 if (mode_.blob_id)
916 drm_->DestroyPropertyBlob(mode_.blob_id);
917 std::tie(ret, mode_.blob_id) = CreateModeBlob(mode_.mode)
    [all...]
drmdisplaycompositor.h 134 uint32_t blob_id = 0; member in struct:android::DrmDisplayCompositor::ModeState
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 276 __u32 blob_id; member in struct:drm_mode_get_blob
425 __u32 blob_id; member in struct:drm_mode_create_blob
428 __u32 blob_id; member in struct:drm_mode_destroy_blob
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 424 __u32 blob_id; member in struct:drm_mode_get_blob
775 __u32 blob_id; member in struct:drm_mode_create_blob
782 __u32 blob_id; member in struct:drm_mode_destroy_blob
  /external/libdrm/include/drm/
drm_mode.h 363 __u32 blob_id; member in struct:drm_mode_get_blob
668 __u32 blob_id; member in struct:drm_mode_create_blob
675 __u32 blob_id; member in struct:drm_mode_destroy_blob
  /external/libdrm/tests/planetest/
modeset.c 37 crtc->mode_pid, create_blob.blob_id) ||
43 printf("Failed to add blob %d to pset", create_blob.blob_id);
  /external/libdrm/tests/proptest/
proptest.c 52 dump_blob(uint32_t blob_id)
58 blob = drmModeGetPropertyBlob(fd, blob_id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 219 __u32 blob_id; member in struct:drm_mode_get_blob
  /external/clang/tools/clang-format/
git-clang-format 350 blob_id = clang_format_to_blob(filename, line_ranges,
354 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
git-clang-format 350 blob_id = clang_format_to_blob(filename, line_ranges,
354 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
git-clang-format 359 blob_id = clang_format_to_blob(filename, line_ranges,
363 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
git-clang-format 350 blob_id = clang_format_to_blob(filename, line_ranges,
354 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
git-clang-format 359 blob_id = clang_format_to_blob(filename, line_ranges,
363 yield '%s %s\t%s' % (mode, blob_id, filename)
  /external/libdrm/
xf86drmMode.c 688 drmModePropertyBlobPtr drmModeGetPropertyBlob(int fd, uint32_t blob_id)
694 blob.blob_id = blob_id;
710 r->id = blob.blob_id;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/darwin-x86/clang-stable/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
git-clang-format 371 blob_id = clang_format_to_blob(filename, line_ranges,
375 yield '%s %s\t%s' % (mode, blob_id, filename)

Completed in 668 milliseconds

1 2