-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
description for patch why this change is required. Tracked-On: OAM-xxxxx Signed-off-by: Kothapeta, BikshapathiX <bikshapathix.kothapeta@intel.com>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
From 8ad3ec08a4eb959b33f47ad9b978d8ac5700241a Mon Sep 17 00:00:00 2001 | ||
From: "Kothapeta, BikshapathiX" <bikshapathix.kothapeta@intel.com> | ||
Date: Thu, 6 Feb 2025 05:28:09 +0000 | ||
Subject: [PATCH] Test patch-1 | ||
|
||
Signed-off-by: Kothapeta, BikshapathiX <bikshapathix.kothapeta@intel.com> | ||
|
||
diff --git a/media/codec2/sfplugin/CCodecBufferChannel.cpp b/media/codec2/sfplugin/CCodecBufferChannel.cpp | ||
index e78dd5c413..1eeb260470 100644 | ||
--- a/media/codec2/sfplugin/CCodecBufferChannel.cpp | ||
+++ b/media/codec2/sfplugin/CCodecBufferChannel.cpp | ||
@@ -69,6 +69,7 @@ using namespace hardware::cas::native::V1_0; | ||
using CasStatus = hardware::cas::V1_0::Status; | ||
using DrmBufferType = hardware::drm::V1_0::BufferType; | ||
|
||
+int xyz; | ||
namespace { | ||
|
||
constexpr size_t kSmoothnessFactor = 4; | ||
diff --git a/services/mediametrics/Android.bp b/services/mediametrics/Android.bp | ||
index 5989181daf..8bfbc3dc38 100644 | ||
--- a/services/mediametrics/Android.bp | ||
+++ b/services/mediametrics/Android.bp | ||
@@ -46,7 +46,6 @@ tidy_errors = [ | ||
"modernize-use-equals-delete", | ||
// "modernize-use-nodiscard", // found in TimeMachine.h | ||
"modernize-use-noexcept", | ||
- "modernize-use-nullptr", | ||
"modernize-use-override", | ||
//"modernize-use-trailing-return-type", // not necessarily more readable | ||
"modernize-use-transparent-functors", | ||
-- | ||
2.34.1 | ||
|