Lines Matching refs:A2dpTransport
51 class A2dpTransport : public ::bluetooth::audio::IBluetoothTransportInstance { class
53 A2dpTransport(SessionType sessionType) in A2dpTransport() function in __anon7d047d5e0111::A2dpTransport
189 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
190 uint16_t A2dpTransport::remote_delay_report_ = 0;
346 new A2dpTransport(SessionType::A2DP_SOFTWARE_ENCODING_DATAPATH); in init()
358 a2dp_sink = new A2dpTransport(SessionType::A2DP_HARDWARE_OFFLOAD_DATAPATH); in init()
368 a2dp_sink = static_cast<A2dpTransport*>( in init()
384 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()
397 static_cast<A2dpTransport*>(a2dp_sink)->ResetPendingCmd(); in cleanup()
398 static_cast<A2dpTransport*>(a2dp_sink)->ResetPresentationPosition(); in cleanup()
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()
534 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in set_remote_delay()