Searched refs:stream_id_ (Results 1 – 4 of 4) sorted by relevance
43 : buffer_(nullptr), buffer_id_(0), stream_id_(0), acquire_fence_(-1) {} in CachedStreamBuffer()48 stream_id_(buffer.streamId), in CachedStreamBuffer()57 stream_id_ = from.stream_id_; in CachedStreamBuffer()68 stream_id_ = from.stream_id_; in operator =()
57 int32_t streamId() const { return stream_id_; } in streamId()70 int32_t stream_id_; variable
95 uint32_t stream_id() const { return stream_id_; } in stream_id()100 const uint32_t stream_id_;
107 : AudioCommand(type), stream_id_(stream_id) {} in StreamControlCommand()