Merge "Fix demux client closing typo" into sc-dev am: 02d28b1302
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13619829 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6bb11b828d0ae075eadf68e0345d4bca4df06b2f
This commit is contained in:
@@ -216,7 +216,7 @@ Result DemuxClient::disconnectCiCam() {
|
||||
Result DemuxClient::close() {
|
||||
if (mTunerDemux != NULL) {
|
||||
Status s = mTunerDemux->close();
|
||||
mDemux = NULL;
|
||||
mTunerDemux = NULL;
|
||||
return ClientHelper::getServiceSpecificErrorCode(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user