commit | 16b42876a0c36b81797bd51d1993d5d62c008a7f | [log] [tgz] |
---|---|---|
author | Tianyu <tianyuj@google.com> | Mon Oct 01 16:42:16 2018 -0700 |
committer | Tianyu Jiang <tianyuj@google.com> | Tue Oct 02 00:01:06 2018 +0000 |
tree | 47b8f7301e2026844a078046e23ee38e1b953e5a | |
parent | 1b0977806f61b72f8496ebed1f15d509a150b49c [diff] |
Add comment to the buffer_state_bit_. Test: None Bug: 112007999 Change-Id: Ibc01cc879e638af9712495317260aabcb515781d
diff --git a/libs/vr/libbufferhub/include/private/dvr/buffer_hub_base.h b/libs/vr/libbufferhub/include/private/dvr/buffer_hub_base.h index b75fd61..24db241 100644 --- a/libs/vr/libbufferhub/include/private/dvr/buffer_hub_base.h +++ b/libs/vr/libbufferhub/include/private/dvr/buffer_hub_base.h
@@ -155,7 +155,12 @@ // for logging and debugging purposes only and should not be used for lookup // or any other functional purpose as a security precaution. int id_; + + // Channel id. int cid_; + + // Client bit mask which indicates the locations of this client object in the + // buffer_state_. uint64_t buffer_state_bit_{0ULL}; IonBuffer buffer_; IonBuffer metadata_buffer_;