From af9a380892d16532159fe4a1bedb46f27f4d9688 Mon Sep 17 00:00:00 2001 From: Zhiqiang Han Date: Thu, 06 Apr 2017 07:54:40 +0000 Subject: PD#141549: get the correct input Change-Id: Ia8db82b77bfce60542c3ee482bd6b971f0296f66 --- diff --git a/TvPlay.cpp b/TvPlay.cpp index 1d081c3..bbf2daf 100644 --- a/TvPlay.cpp +++ b/TvPlay.cpp @@ -86,7 +86,7 @@ int TvPlay::GetSourceConnectStatus(tv_source_input_t source_input) int TvPlay::GetCurrentSourceInput() { Parcel p, r; - p.writeInt32(SSM_READ_SOURCE_INPUT); + p.writeInt32(GET_CURRENT_SOURCE_INPUT_VIRTUAL); tvSession->processCmd(p, &r); return r.readInt32(); } -- cgit