Searched defs:BluetoothStreamOut (Results 1 – 1 of 1) sorted by relevance
52 struct BluetoothStreamOut { struct56 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