summaryrefslogtreecommitdiff
authorZhigang Yu <zhigang.yu@amlogic.com>2017-12-05 11:49:12 (GMT)
committer Zhigang Yu <zhigang.yu@amlogic.com>2017-12-05 11:49:12 (GMT)
commit76105491a8f4b618487e3600abf0914b7931ef9f (patch)
tree4087e9f81395e83d0e89e4f9792f70c6e27e81d9
parent6241c5ad09964915570e21bba13636a36aa8e2ec (diff)
downloadframeworks-76105491a8f4b618487e3600abf0914b7931ef9f.zip
frameworks-76105491a8f4b618487e3600abf0914b7931ef9f.tar.gz
frameworks-76105491a8f4b618487e3600abf0914b7931ef9f.tar.bz2
systemcontrol: init member variable pthreadIdHdcpTx[1/1]
PD# 155834 init member variable pthreadIdHdcpTx 0 Change-Id: I32469d0219e846f0eede4b4022890b1436ac5929
Diffstat
-rw-r--r--services/systemcontrol/HDCP/HDCPTxAuth.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/systemcontrol/HDCP/HDCPTxAuth.cpp b/services/systemcontrol/HDCP/HDCPTxAuth.cpp
index 26367a5..c2ffca3 100644
--- a/services/systemcontrol/HDCP/HDCPTxAuth.cpp
+++ b/services/systemcontrol/HDCP/HDCPTxAuth.cpp
@@ -47,6 +47,7 @@ HDCPTxAuth::HDCPTxAuth() :
mRepeaterRxVer(REPEATER_RX_VERSION_NONE),
mpCallback(NULL),
mMute(false),
+ pthreadIdHdcpTx(0),
mBootAnimFinished(false) {
if (sem_init(&pthreadTxSem, 0, 0) < 0) {