summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-08 01:40:14 -0700
committerAndrew Lee <anwlee@google.com>2014-08-08 12:09:54 -0700
commit752217bfc662402cdf13368e4b2a0338e8e0aed8 (patch)
treef9e4d69136556522cbcccdf2707552633b78108c /Android.mk
parent171927a62a8d7a1fb8f390b5035e7f6975219a9c (diff)
downloadframeworks_base-752217bfc662402cdf13368e4b2a0338e8e0aed8.zip
frameworks_base-752217bfc662402cdf13368e4b2a0338e8e0aed8.tar.gz
frameworks_base-752217bfc662402cdf13368e4b2a0338e8e0aed8.tar.bz2
Aidl changes related to VideoCallProvider in Ims.
+ Added a getVideoCallProvider function in IImsCallSession + Added IImsVideoCallProvider aidl. This is used for communication between Telephony and the ImsService. It is redundant with IVideoCallProvider on some level, but see associated bug and comments in the class for more detail. + Added IImsVideoCallCallback. This is used for communicationing callback invocations from ImsService to Telephony. It is redundant with IVideoCallCallback for same reason in bugs/comments. + Some minor formatting changes. Bug: 16886403 Change-Id: I03de12d4432f837e0930bc077307509b645493e0
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5485e9f..cd2cebb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -368,6 +368,8 @@ LOCAL_SRC_FILES += \
telephony/java/com/android/ims/internal/IImsStreamMediaSession.aidl \
telephony/java/com/android/ims/internal/IImsUt.aidl \
telephony/java/com/android/ims/internal/IImsUtListener.aidl \
+ telephony/java/com/android/ims/internal/IImsVideoCallCallback.aidl \
+ telephony/java/com/android/ims/internal/IImsVideoCallProvider.aidl \
telephony/java/com/android/ims/ImsConfigListener.aidl \
telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl \
telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \