1. c5429c8 Merge "Skip tests in DvrDisplayManagerTest test case for boot.vr devices." by TreeHugger Robot · 5 years ago
  2. 51ecd25 Skip tests in DvrDisplayManagerTest test case for boot.vr devices. by Tianyu Jiang · 5 years ago
  3. 2e6ead3 Opt in libcrt by Tianyu Jiang · 5 years ago
  4. f377a76 Fix code style violation in the variables in BufferHubDefs::MetadataHeader by Tianyu Jiang · 5 years ago
  5. 727ede4 Fix non camelCase function names by Tianyu Jiang · 5 years ago
  6. ef49ca6 Move BufferHubBase::Lock and ::Unlock from public function to private helper. by Tianyu Jiang · 5 years ago
  7. 860b569 Merge "Remove unused BufferHubBase::GetBlobFds method" by TreeHugger Robot · 5 years ago
  8. b75b097 Remove BufferHubBase::Poll method by Tianyu Jiang · 5 years ago
  9. 8870520 Remove unused BufferHubBase::GetBlobFds method by Tianyu Jiang · 5 years ago
  10. a8df5f3 Replace the use of helper function IsBufferReleased to member function by Tianyu Jiang · 6 years ago
  11. cd82905 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  12. 83e8073 Remove DetachedBufferRPC and BufferChannel by Fan Xu · 6 years ago
  13. 021776e Refactor BufferHubBuffer to use hwbinder by Fan Xu · 6 years ago
  14. 01fc0b7 Merge "Fix/suppress libs/vr google-explicit-constructor warnings" am: dc23aff2d7 am: faec550a58 by Chih-Hung Hsieh · 6 years ago
  15. 79e7f1b Fix/suppress libs/vr google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  16. e60a4ad Post to all existing and non-existing consumers of the buffer by Tianyu Jiang · 6 years ago
  17. a5341ec Merge "Rename Buffer{Producer, Consumer} to {Producer, Consumer}Buffer" by TreeHugger Robot · 6 years ago
  18. 1c73024 Rename Buffer{Producer, Consumer} to {Producer, Consumer}Buffer by Jiwen 'Steve' Cai · 6 years ago
  19. e2a20ef Merge "Add libs/vr/OWNERS" am: 38f78c1061 am: c3fcbd898a am: 8fb16295f6 by Chih-hung Hsieh · 6 years ago
  20. 51bf382 Add libs/vr/OWNERS by Chih-Hung Hsieh · 6 years ago
  21. b861a33 Merge "Shortcut a couple tests in DvrDisplayManagerTest" by TreeHugger Robot · 6 years ago
  22. 617ba80 Shortcut a couple tests in DvrDisplayManagerTest by Jiwen 'Steve' Cai · 6 years ago
  23. 4964232 Remove the deprecated buffer_hub_client.h by Tianyu Jiang · 6 years ago
  24. 5302ea9 Merge "use epoll_create1" am: 3bd9bfa9fa am: 225ae4d0a5 am: 2269e3fc6f by Nick Kralevich · 6 years ago
  25. fcf1b2b use epoll_create1 by Nick Kralevich · 6 years ago
  26. a99f911 Change atomics in ashmem from uint64_t to uint32_t by Tianyu Jiang · 6 years ago
  27. 7359dc9 Replace android::dvr::BufferHubDefs with android::BufferHubDefs by Tianyu Jiang · 6 years ago
  28. cd41f1a Merge changes I8163a752,Ifae94a14 by TreeHugger Robot · 6 years ago
  29. d34a80a Move BufferHubDefs namespace to ui/BufferHubDefs.h by Fan Xu · 6 years ago
  30. cfbe074 Move MetadataHeader to libui by Fan Xu · 6 years ago
  31. 48eead9 Merge "Fix cert-dcl16-c clang-tidy warnings." am: d5cdd6d7b3 am: 90b6da972d by Chih-hung Hsieh · 6 years ago
  32. 9f2d531 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  33. ae9668c Explicitly clears signal upon OnProducerGained in consumer channels by Tianyu Jiang · 6 years ago
  34. 161410bc Merge "C++17 is the default now." by TreeHugger Robot · 6 years ago
  35. 9f9a461 Remove buffer_hub_binder and related codes by Fan Xu · 6 years ago
  36. 8cfd42a Change the log of gaining a buffer twice from info level to verbose by Tianyu Jiang · 6 years ago
  37. 26022a4 C++17 is the default now. by Elliott Hughes · 6 years ago
  38. 61e6e9f Merge "Allow the same producer to gain a buffer twice." by TreeHugger Robot · 6 years ago
  39. 023162b Merge "Change the definition of buffer state and client state bits." by Tianyu Jiang · 6 years ago
  40. 35deca2 Merge "C++17 is the default now." am: d1842c4386 am: 5c567684ff am: 239debf1f3 by Elliott Hughes · 6 years ago
  41. 60887c9 Allow the same producer to gain a buffer twice. by Tianyu Jiang · 6 years ago
  42. f669f6a Change the definition of buffer state and client state bits. by Tianyu · 6 years ago
  43. 6bc628c C++17 is the default now. by Elliott Hughes · 6 years ago
  44. 932fb4f Change return values of type status_t from NO_ERROR to OK by Tianyu Jiang · 6 years ago
  45. fa1f420 libpdx: Remove redundant code by Greg Kaiser · 6 years ago
  46. cbdc47a Change the sequence between moving a struct and accessing a field inside the struct. by Tianyu Jiang · 6 years ago
  47. f09f63f Let producer gain posted buffer if no released buffer exist. by Tianyu Jiang · 6 years ago
  48. 503ce93 Merge "Remove native thermal service" by TreeHugger Robot · 6 years ago
  49. f593018 Merge "Modernise code to use std::make_unique" am: 4ed4815951 am: d8a94a48a8 by Yi Kong · 6 years ago
  50. 0f4c679 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  51. 426e8fa Merge "Remove DetachedBufferHandle from libui" by Jiwen Cai · 6 years ago
  52. b124b8c Remove native thermal service by Wei Wang · 6 years ago
  53. 7756557 Remove DetachedBufferHandle from libui by Jiwen 'Steve' Cai · 6 years ago
  54. 6a1f39d Merge "Replace kProducerStateBit with kFirstClientBitMask." by TreeHugger Robot · 6 years ago
  55. 81dea27 Merge "Temprorarily opt out vrflinger_test from libcrt" by TreeHugger Robot · 6 years ago
  56. 63dd7c3 Replace kProducerStateBit with kFirstClientBitMask. by Tianyu Jiang · 6 years ago
  57. 8842420 Merge "Load with memory_order_acquire" by TreeHugger Robot · 6 years ago
  58. e2cdec9 Load with memory_order_acquire by Tianyu Jiang · 6 years ago
  59. bab0a4f Temprorarily opt out vrflinger_test from libcrt by Jiwen 'Steve' Cai · 6 years ago
  60. a09147e Merge changes Ib07fd160,I54c34d9f by TreeHugger Robot · 6 years ago
  61. 70834b7 Merge "Rename and fix comments and typo." by Tianyu Jiang · 6 years ago
  62. 58fb2f5 Merge "Improve test readability" by Tianyu Jiang · 6 years ago
  63. 83a991f Rename and fix comments and typo. by Tianyu Jiang · 6 years ago
  64. 8f10b75 Improve test readability by Tianyu Jiang · 6 years ago
  65. b0eec51 Cleanup unused logic for ProducerBuffer.Detach by Fan Xu · 6 years ago
  66. d94e2ee Add duplicate to BufferClient by Fan Xu · 6 years ago
  67. 7e204b7 Change the variable name "buffer_state_bit" into "client_state_mask". by Tianyu Jiang · 6 years ago
  68. 5465d6c Allow ProducerBuffer gain posted buffer. by Tianyu · 6 years ago
  69. ee723f5 Remove Acquire(LocalHandle* ready_fence, Meta* meta) by Tianyu Jiang · 6 years ago
  70. 6df8c2a Add createBuffer to BufferHubBinderService by Fan Xu · 6 years ago
  71. b61df91 Remove the functionality of promoting a BufferHubBuffer to ProducerBuffer. by Tianyu · 6 years ago
  72. 15bece0 Merge "Move BufferHubBuffer_test to libui" by TreeHugger Robot · 6 years ago
  73. f3fd7ca NativeHandleWrapper shouldn't return native_handle_t* in const by Jiwen 'Steve' Cai · 6 years ago
  74. 0e7ee22 Move BufferHubBuffer_test to libui by Jiwen 'Steve' Cai · 6 years ago
  75. 5fbd8a3 Merge "Move active clients mask to an atomic uint64_t in shared memory." by TreeHugger Robot · 6 years ago
  76. ff675b7 Format BufferHub{Buffer,Metadata}.{h,cpp} to match libui style by Jiwen 'Steve' Cai · 6 years ago
  77. 8f51ec6 Move detached buffer to libui by Jiwen 'Steve' Cai · 6 years ago
  78. bf37245 Merge "Remove Post(const LocalHandle& ready_fence, const Meta& meta)" by TreeHugger Robot · 6 years ago
  79. 3d2d81d Merge "Remove GetBlobReadOnlyPointer." by TreeHugger Robot · 6 years ago
  80. 6705349 Move active clients mask to an atomic uint64_t in shared memory. by Tianyu · 6 years ago
  81. 58a05a2 Remove Post(const LocalHandle& ready_fence, const Meta& meta) by Tianyu · 6 years ago
  82. 9f7b7f3 Temprorarily opt out bufferhub from libcrt by Jiwen 'Steve' Cai · 6 years ago
  83. 70161a5 Remove GetBlobReadOnlyPointer. by Tianyu · 6 years ago
  84. 9004b8c Move detached buffer off IonBuffer by Jiwen 'Steve' Cai · 6 years ago
  85. 1a60bb4 Rename BufferConsumer/BufferProducer to ConsumerBuffer/ProducerBuffer in libbufferhub directory. by Tianyu · 6 years ago
  86. 642519a Merge changes from topic "bufferhub_binder" by Fan Xu · 6 years ago
  87. 62cfdc5 Merge "Deprecate buffer_hub_client.{h, cpp}" by Jiwen Cai · 6 years ago
  88. ddb90db Temporarily disable detach and promote by Fan Xu · 6 years ago
  89. 088b3b6 Deprecate buffer_hub_client.{h, cpp} by Jiwen 'Steve' Cai · 6 years ago
  90. 0c6b7ff Disable ignored consumers. by Tianyu · 6 years ago
  91. 7a03f2e Merge "Add noexcept to move constructors and assignment operators." am: a45f6e6c2f am: d9f469b005 by Chih-hung Hsieh · 6 years ago
  92. 4e566ed Implement Ashmen-based metadata buffer by Jiwen 'Steve' Cai · 6 years ago
  93. 16b4287 Add comment to the buffer_state_bit_. by Tianyu · 6 years ago
  94. 5bc849f Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  95. c6fcf2f Break up and rename buffer_hub_cilent.{h, cpp} by Jiwen 'Steve' Cai · 6 years ago
  96. fd59587 Remove GraphicBuffer accessor from DetachedBuffer by Jiwen 'Steve' Cai · 6 years ago
  97. 7aa68ba Merge "Remove more "template" keywords from calls that aren't templated." am: a9a0e14786 am: 3a7c6099b8 by Stephen Hines · 6 years ago
  98. fb3df6c Remove more "template" keywords from calls that aren't templated. by Stephen Hines · 6 years ago
  99. a6e33a1 Return error when error occurs in buffer allocation. by Tianyu · 6 years ago
  100. 034e4dc Merge "[SurfaceFlinger] Plumb setLayerColorTransform." by Peiyong Lin · 6 years ago