Home
last modified time | relevance | path

Searched defs:BluetoothStreamOut (Results 1 – 1 of 1) sorted by relevance

/system/bt/audio_bluetooth_hw/
Dstream_apis.h45 struct BluetoothStreamOut { struct
48 audio_stream_out stream_out_;
50 int64_t last_write_time_us_;
52 uint32_t sample_rate_;
53 audio_channel_mask_t channel_mask_;
54 audio_format_t format_;
57 size_t frames_count_;
59 uint64_t frames_rendered_;
61 uint64_t frames_presented_;
62 mutable std::mutex mutex_;