Searched refs:GetTransportInstance (Results 1 – 2 of 2) sorted by relevance
332 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_2_0_offloading()369 software_hal_interface->GetTransportInstance()); in init()384 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()396 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()401 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()406 a2dp_sink = offloading_hal_interface->GetTransportInstance(); in cleanup()439 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()467 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()475 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()); in ack_stream_started()493 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()); in ack_stream_suspended()[all …]
137 IBluetoothTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance() function