Searched refs:BluetoothAudioPortImpl (Results 1 – 4 of 4) sorted by relevance
34 BluetoothAudioPortImpl::BluetoothAudioPortImpl( in BluetoothAudioPortImpl() function in bluetooth::audio::aidl::BluetoothAudioPortImpl39 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 …]
34 class BluetoothAudioPortImpl : public BnBluetoothAudioPort {36 BluetoothAudioPortImpl(58 virtual ~BluetoothAudioPortImpl();
409 ndk::SharedRefBase::make<BluetoothAudioPortImpl>(transport_, provider_); in StartSession()
69 class BluetoothAudioPortImpl : public IBluetoothAudioPort { class71 BluetoothAudioPortImpl(IBluetoothTransportInstance* transport_instance, in BluetoothAudioPortImpl() function in bluetooth::audio::hidl::BluetoothAudioPortImpl560 new BluetoothAudioPortImpl(transport_, provider_); in StartSession()621 new BluetoothAudioPortImpl(transport_, provider_2_1_); in StartSession_2_1()