Searched refs:A2dpTransport (Results 1 – 3 of 3) sorted by relevance
73 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;74 uint16_t A2dpTransport::remote_delay_report_ = 0;76 A2dpTransport::A2dpTransport(SessionType sessionType) in A2dpTransport() function in bluetooth::audio::aidl::a2dp::__anonc7bc9b960111::A2dpTransport84 BluetoothAudioCtrlAck A2dpTransport::StartRequest(bool is_low_latency) { in StartRequest()125 BluetoothAudioCtrlAck A2dpTransport::SuspendRequest() { in SuspendRequest()149 void A2dpTransport::StopRequest() { in StopRequest()160 void A2dpTransport::SetLatencyMode(LatencyMode latency_mode) { in SetLatencyMode()165 bool A2dpTransport::GetPresentationPosition(uint64_t* remote_delay_report_ns, in GetPresentationPosition()177 void A2dpTransport::SourceMetadataChanged( in SourceMetadataChanged()190 void A2dpTransport::SinkMetadataChanged(const sink_metadata_v7_t&) {} in SinkMetadataChanged()[all …]
33 class A2dpTransport36 A2dpTransport(SessionType sessionType);
70 class A2dpTransport class73 A2dpTransport(SessionType sessionType) in A2dpTransport() function in __anon2c872ac40111::A2dpTransport208 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;209 uint16_t A2dpTransport::remote_delay_report_ = 0;373 new A2dpTransport(SessionType::A2DP_SOFTWARE_ENCODING_DATAPATH); in init()385 a2dp_sink = new A2dpTransport(SessionType::A2DP_HARDWARE_OFFLOAD_DATAPATH); in init()393 a2dp_sink = static_cast<A2dpTransport*>( in init()408 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()421 static_cast<A2dpTransport*>(a2dp_sink)->ResetPendingCmd(); in cleanup()422 static_cast<A2dpTransport*>(a2dp_sink)->ResetPresentationPosition(); in cleanup()[all …]