Searched defs:BluetoothStreamIn (Results 1 – 1 of 1) sorted by relevance
82 struct BluetoothStreamIn { struct85 audio_stream_in stream_in_;86 std::unique_ptr<::android::bluetooth::audio::BluetoothAudioPort> bluetooth_input_;87 bool is_aidl;88 int64_t last_read_time_us_;90 uint32_t sample_rate_;91 audio_channel_mask_t channel_mask_;92 audio_format_t format_;93 size_t preferred_data_interval_us;96 size_t frames_count_;[all …]