summaryrefslogtreecommitdiff
path: root/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-24 02:08:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-24 02:08:59 +0000
commitcad0938b23a933110df171fb7c9f96721f606cd2 (patch)
treee81117e3806282ab86a7e345c998f6052f39597b /service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp
parent1379e37a8e28730a6f7e6867b964154d0b3d1cd3 (diff)
parentec1f8847cbb9bbb0744df408393406ab5ad623fb (diff)
downloadImsMedia-cad0938b23a933110df171fb7c9f96721f606cd2.tar.gz
Snap for 9648369 from ec1f8847cbb9bbb0744df408393406ab5ad623fb to mainline-rkpd-release
Change-Id: I23d059ed0b127d12cc3662065b3c6300b0634ae1
Diffstat (limited to 'service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp')
-rw-r--r--service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp
index 9e0fe4e0..8bedca46 100644
--- a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp
+++ b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/IAudioSourceNode.cpp
@@ -42,9 +42,9 @@ kBaseNodeId IAudioSourceNode::GetNodeId()
return kNodeIdAudioSource;
}
-ImsMediaResult IAudioSourceNode::Start()
+ImsMediaResult IAudioSourceNode::ProcessStart()
{
- IMLOGD2("[Start] codec[%d], mode[%d]", mCodecType, mCodecMode);
+ IMLOGD2("[ProcessStart] codec[%d], mode[%d]", mCodecType, mCodecMode);
if (mAudioSource)
{
@@ -97,6 +97,11 @@ bool IAudioSourceNode::IsRunTime()
return true;
}
+bool IAudioSourceNode::IsRunTimeStart()
+{
+ return false;
+}
+
bool IAudioSourceNode::IsSourceNode()
{
return true;