Home
last modified time | relevance | path

Searched refs:BluetoothAudioPortImpl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.cc34 BluetoothAudioPortImpl::BluetoothAudioPortImpl( in BluetoothAudioPortImpl() function in bluetooth::audio::aidl::BluetoothAudioPortImpl
39 BluetoothAudioPortImpl::~BluetoothAudioPortImpl() {} in ~BluetoothAudioPortImpl()
41 ndk::ScopedAStatus BluetoothAudioPortImpl::startStream(bool is_low_latency) { in startStream()
54 ndk::ScopedAStatus BluetoothAudioPortImpl::suspendStream() { in suspendStream()
67 ndk::ScopedAStatus BluetoothAudioPortImpl::stopStream() { in stopStream()
73 ndk::ScopedAStatus BluetoothAudioPortImpl::getPresentationPosition( in getPresentationPosition()
100 ndk::ScopedAStatus BluetoothAudioPortImpl::updateSourceMetadata( in updateSourceMetadata()
158 ndk::ScopedAStatus BluetoothAudioPortImpl::updateSinkMetadata( in updateSinkMetadata()
217 ndk::ScopedAStatus BluetoothAudioPortImpl::setLatencyMode( in setLatencyMode()
225 PresentationPosition::TimeSpec BluetoothAudioPortImpl::timespec_convert_to_hal( in timespec_convert_to_hal()
[all …]
Dbluetooth_audio_port_impl.h34 class BluetoothAudioPortImpl : public BnBluetoothAudioPort {
36 BluetoothAudioPortImpl(
58 virtual ~BluetoothAudioPortImpl();
Dclient_interface_aidl.cc409 ndk::SharedRefBase::make<BluetoothAudioPortImpl>(transport_, provider_); in StartSession()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc69 class BluetoothAudioPortImpl : public IBluetoothAudioPort { class
71 BluetoothAudioPortImpl(IBluetoothTransportInstance* transport_instance, in BluetoothAudioPortImpl() function in bluetooth::audio::hidl::BluetoothAudioPortImpl
560 new BluetoothAudioPortImpl(transport_, provider_); in StartSession()
621 new BluetoothAudioPortImpl(transport_, provider_2_1_); in StartSession_2_1()