summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-12-06 02:23:22 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-12-06 02:23:22 (GMT)
commitee553a63f1d2c77341b43637e6a7417306de4cc0 (patch)
tree42b3b3054bbd8729f79f75e362b955be7a182d16
parent9b21d0b9a9c55ff36dc3e962ced20a970cdecc88 (diff)
parent76105491a8f4b618487e3600abf0914b7931ef9f (diff)
downloadframeworks-ee553a63f1d2c77341b43637e6a7417306de4cc0.zip
frameworks-ee553a63f1d2c77341b43637e6a7417306de4cc0.tar.gz
frameworks-ee553a63f1d2c77341b43637e6a7417306de4cc0.tar.bz2
Merge "systemcontrol: init member variable pthreadIdHdcpTx[1/1]" into o-amlogic
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) {