Searched defs:stream_id (Results 1 – 9 of 9) sorted by relevance
106 uint32_t stream_id) in StreamControlCommand()116 uint32_t stream_id, uint32_t buffer_bytes, uint32_t period_bytes, in StreamSetParamsCommand()
47 uint32_t ShmBuffer::stream_id() const { in stream_id() function in cuttlefish::ShmBuffer
245 uint32_t stream_id = pcm_op_msg->stream_id.as_uint32_t(); in ReceiveCommands() local324 const uint32_t stream_id = msg_hdr->io_xfer.stream_id.as_uint32_t(); in ReceivePlayback() local350 const uint32_t stream_id = msg_hdr->io_xfer.stream_id.as_uint32_t(); in ReceiveCapture() local
95 uint32_t stream_id() const { return stream_id_; } in stream_id() function
200 Le32 stream_id; member215 Le32 stream_id; member
268 int stream_id = NUM_INPUT_STREAMS + i; in AudioHandler() local395 auto stream_id = buffer.stream_id(); in OnPlaybackBuffer() local464 auto stream_id = buffer.stream_id(); in OnCaptureBuffer() local
436 int32_t stream_id, ErrorCode code) { in notifyError()481 auto stream_id = buffer ? buffer->streamId() : -1; in processRequestLoop() local
247 getStream(stream_id) { argument254 onStream(stream_id) { argument
196 #addAudioStream(stream_id, audioPlaybackCtrl) { argument