Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16b42876 authored by Tianyu's avatar Tianyu Committed by Tianyu Jiang
Browse files

Add comment to the buffer_state_bit_.

Test: None
Bug: 112007999
Change-Id: Ibc01cc879e638af9712495317260aabcb515781d
parent 1b097780
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -155,7 +155,12 @@ class BufferHubBase : public pdx::Client {
  // 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_;