Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_bluetooth_hw/
H A Dstream_apis.cc130 void in_calculate_starving_delay_ms(const BluetoothStreamIn* in, in in_calculate_starving_delay_ms()
783 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_sample_rate()
789 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_set_sample_rate()
797 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_buffer_size()
806 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_channels()
841 static bool in_state_transition_timeout(BluetoothStreamIn* in, in in_state_transition_timeout()
864 auto* in = reinterpret_cast<BluetoothStreamIn*>(stream); in in_standby()
910 auto* in = reinterpret_cast<BluetoothStreamIn*>(stream); in in_set_parameters()
988 auto* in = reinterpret_cast<BluetoothStreamIn*>(stream); in in_read()
1147 auto* in = new BluetoothStreamIn{}; in adev_open_input_stream()
[all …]
H A Dstream_apis.h79 struct BluetoothStreamIn { struct