Searched refs:A2dpTransport (Results 1 – 1 of 1) sorted by relevance
51 class A2dpTransport : public ::bluetooth::audio::IBluetoothTransportInstance { class53 A2dpTransport(SessionType sessionType) in A2dpTransport() function in __anon7d047d5e0111::A2dpTransport189 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()[all …]