summaryrefslogtreecommitdiff
path: root/libs/vr/libbufferhub/buffer_hub_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix code style violation in the variables in BufferHubDefs::MetadataHeaderTianyu Jiang2019-02-131-3/+3
* Merge "Remove unused BufferHubBase::GetBlobFds method"TreeHugger Robot2019-02-051-7/+0
|\
| * Remove unused BufferHubBase::GetBlobFds methodTianyu Jiang2019-01-311-7/+0
* | Remove BufferHubBase::Poll methodTianyu Jiang2019-02-011-6/+0
|/
* Change atomics in ashmem from uint64_t to uint32_tTianyu Jiang2018-12-151-4/+4
* Change the definition of buffer state and client state bits.Tianyu2018-12-031-0/+2
* Load with memory_order_acquireTianyu Jiang2018-11-011-3/+3
* Change the variable name "buffer_state_bit" into "client_state_mask".Tianyu Jiang2018-10-261-4/+4
* Merge "Move active clients mask to an atomic uint64_t in shared memory."TreeHugger Robot2018-10-121-3/+10
|\
| * Move active clients mask to an atomic uint64_t in shared memory.Tianyu2018-10-111-3/+10
* | Remove GetBlobReadOnlyPointer.Tianyu2018-10-111-4/+0
|/
* Break up and rename buffer_hub_cilent.{h, cpp}Jiwen 'Steve' Cai2018-09-281-0/+224