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