Searched refs:stack_iface_ (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 67 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()
|
D | A2dpOffloadAudioProvider.cpp | 78 BluetoothAudioSessionReport::OnSessionStarted(session_type_, stack_iface_, in onSessionReady()
|
D | BluetoothAudioProvider.h | 56 sp<IBluetoothAudioPort> stack_iface_; variable
|
D | A2dpSoftwareAudioProvider.cpp | 94 session_type_, stack_iface_, mDataMQ->getDesc(), audio_config_); in onSessionReady()
|
D | HearingAidAudioProvider.cpp | 93 session_type_, stack_iface_, mDataMQ->getDesc(), audio_config_); in onSessionReady()
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 54 : 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()
|
D | BluetoothAudioSession.h | 88 sp<IBluetoothAudioPort> stack_iface_; variable
|