Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.h87 struct BluetoothStreamIn { struct
90 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 …]