summaryrefslogtreecommitdiff
path: root/libs/vr/libbufferhub/include/private
Commit message (Expand)AuthorAgeFilesLines
* Fix code style violation in the variables in BufferHubDefs::MetadataHeaderTianyu Jiang2019-02-131-2/+2
* Fix non camelCase function namesTianyu Jiang2019-02-081-16/+16
* Move BufferHubBase::Lock and ::Unlock from public function to private helper.Tianyu Jiang2019-02-041-10/+10
* Merge "Remove unused BufferHubBase::GetBlobFds method"TreeHugger Robot2019-02-051-4/+0
|\
| * Remove unused BufferHubBase::GetBlobFds methodTianyu Jiang2019-01-311-4/+0
* | Remove BufferHubBase::Poll methodTianyu Jiang2019-02-011-3/+0
|/
* Replace the use of helper function IsBufferReleased to member functionTianyu Jiang2019-01-301-4/+0
* Remove DetachedBufferRPC and BufferChannelFan Xu2019-01-141-33/+0
* Post to all existing and non-existing consumers of the bufferTianyu Jiang2019-01-081-0/+6
* Rename Buffer{Producer, Consumer} to {Producer, Consumer}BufferJiwen 'Steve' Cai2019-01-022-21/+1
* Remove the deprecated buffer_hub_client.hTianyu Jiang2018-12-181-10/+0
* Change atomics in ashmem from uint64_t to uint32_tTianyu Jiang2018-12-153-26/+26
* Replace android::dvr::BufferHubDefs with android::BufferHubDefsTianyu Jiang2018-12-131-0/+2
* Move BufferHubDefs namespace to ui/BufferHubDefs.hFan Xu2018-12-121-71/+17
* Move MetadataHeader to libuiFan Xu2018-12-121-32/+4
* Remove buffer_hub_binder and related codesFan Xu2018-12-051-33/+0
* Change the definition of buffer state and client state bits.Tianyu2018-12-032-36/+99
* Change return values of type status_t from NO_ERROR to OKTianyu Jiang2018-11-301-1/+1
* Replace kProducerStateBit with kFirstClientBitMask.Tianyu Jiang2018-10-311-12/+12
* Merge "Load with memory_order_acquire"TreeHugger Robot2018-11-012-2/+4
|\
| * Load with memory_order_acquireTianyu Jiang2018-11-012-2/+4
* | Merge changes Ib07fd160,I54c34d9fTreeHugger Robot2018-10-311-0/+4
|\ \ | |/ |/|
| * Add duplicate to BufferClientFan Xu2018-10-301-0/+4
* | Merge "Rename and fix comments and typo."Tianyu Jiang2018-10-312-5/+3
|\ \
| * | Rename and fix comments and typo.Tianyu Jiang2018-10-312-5/+3
* | | Merge "Improve test readability"Tianyu Jiang2018-10-311-0/+1
|\ \ \ | |/ / |/| |
| * | Improve test readabilityTianyu Jiang2018-10-311-0/+1
| |/
* / Cleanup unused logic for ProducerBuffer.DetachFan Xu2018-10-301-3/+0
|/
* Change the variable name "buffer_state_bit" into "client_state_mask".Tianyu Jiang2018-10-263-15/+15
* Allow ProducerBuffer gain posted buffer.Tianyu2018-10-251-7/+17
* Remove Acquire(LocalHandle* ready_fence, Meta* meta)Tianyu Jiang2018-10-241-9/+0
* Add createBuffer to BufferHubBinderServiceFan Xu2018-10-241-0/+29
* Remove the functionality of promoting a BufferHubBuffer to ProducerBuffer.Tianyu2018-10-171-7/+1
* NativeHandleWrapper shouldn't return native_handle_t* in constJiwen 'Steve' Cai2018-10-161-4/+4
* Merge "Move active clients mask to an atomic uint64_t in shared memory."TreeHugger Robot2018-10-122-1/+3
|\
| * Move active clients mask to an atomic uint64_t in shared memory.Tianyu2018-10-112-1/+3
* | Move detached buffer to libuiJiwen 'Steve' Cai2018-10-122-216/+0
* | Merge "Remove Post(const LocalHandle& ready_fence, const Meta& meta)"TreeHugger Robot2018-10-121-6/+0
|\ \
| * | Remove Post(const LocalHandle& ready_fence, const Meta& meta)Tianyu2018-10-111-6/+0
| |/
* / Remove GetBlobReadOnlyPointer.Tianyu2018-10-111-5/+0
|/
* Move detached buffer off IonBufferJiwen 'Steve' Cai2018-10-094-36/+254
* Merge "Deprecate buffer_hub_client.{h, cpp}"Jiwen Cai2018-10-082-24/+21
|\
| * Deprecate buffer_hub_client.{h, cpp}Jiwen 'Steve' Cai2018-10-042-24/+21
* | Disable ignored consumers.Tianyu2018-10-032-9/+0
|/
* Merge "Add noexcept to move constructors and assignment operators." am: a45f6...Chih-hung Hsieh2018-10-022-8/+8
|\
| * Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-012-8/+8
* | Implement Ashmen-based metadata bufferJiwen 'Steve' Cai2018-10-021-0/+93
* | Add comment to the buffer_state_bit_.Tianyu2018-10-021-0/+5
* | Break up and rename buffer_hub_cilent.{h, cpp}Jiwen 'Steve' Cai2018-09-285-329/+384
* | Remove GraphicBuffer accessor from DetachedBufferJiwen 'Steve' Cai2018-09-261-7/+0