Home
last modified time | relevance | path

Searched refs:stack_iface_ (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp67 stack_iface_ = hostIf; in startSession()
68 stack_iface_->linkToDeath(death_recipient_, 0); in startSession()
86 if (stack_iface_) { in streamStarted()
106 if (stack_iface_) { in streamSuspended()
120 if (stack_iface_) { in endSession()
122 stack_iface_->unlinkToDeath(death_recipient_); in endSession()
132 stack_iface_ = nullptr; in endSession()
DA2dpOffloadAudioProvider.cpp78 BluetoothAudioSessionReport::OnSessionStarted(session_type_, stack_iface_, in onSessionReady()
DBluetoothAudioProvider.h56 sp<IBluetoothAudioPort> stack_iface_; variable
DA2dpSoftwareAudioProvider.cpp94 session_type_, stack_iface_, mDataMQ->getDesc(), audio_config_); in onSessionReady()
DHearingAidAudioProvider.cpp93 session_type_, stack_iface_, mDataMQ->getDesc(), audio_config_); in onSessionReady()
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSession.cpp54 : session_type_(session_type), stack_iface_(nullptr), mDataMQ(nullptr) { in BluetoothAudioSession()
81 stack_iface_ = stack_iface; in OnSessionStarted()
98 stack_iface_ = nullptr; in OnSessionEnded()
153 return stack_iface_ != nullptr && dataMQ_valid; in IsSessionReady()
257 auto hal_retval = stack_iface_->startStream(); in StartStream()
273 auto hal_retval = stack_iface_->suspendStream(); in SuspendStream()
287 auto hal_retval = stack_iface_->stopStream(); in StopStream()
304 auto hal_retval = stack_iface_->getPresentationPosition( in GetPresentationPosition()
364 auto hal_retval = stack_iface_->updateMetadata(sourceMetadata); in UpdateTracksMetadata()
DBluetoothAudioSession.h88 sp<IBluetoothAudioPort> stack_iface_; variable