Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.h52 struct BluetoothStreamOut { struct
56 std::unique_ptr<::android::bluetooth::audio::BluetoothAudioPort> bluetooth_output_;
57 bool is_aidl;
58 int64_t last_write_time_us_;
82 std::list<BluetoothStreamOut*> opened_stream_outs_ = std::list<BluetoothStreamOut*>(0); argument