display: Fix deprecated log warning

Change-Id: Ib3cb65ea19fa21dca6626080f5117073f0a86766
This commit is contained in:
Haynes Mathew George 2018-02-22 18:51:56 -08:00 committed by followmsi
parent 4d7a79a87b
commit dcb016231e
26 changed files with 28 additions and 26 deletions

View File

@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <sys/resource.h>
#include <sys/prctl.h>

View File

@ -23,7 +23,7 @@
#include <fcntl.h>
#include <utils/threads.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <log/log.h>
#include <linux/msm_mdp.h>
#include <video/msm_hdmi_modes.h>

View File

@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/atomic.h>
#include <hardware/hardware.h>

View File

@ -21,7 +21,7 @@
#include <fcntl.h>
#include <errno.h>
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/atomic.h>
#include <EGL/egl.h>
#include <utils/Trace.h>

View File

@ -32,7 +32,7 @@
#include <utils/Errors.h>
#include <sys/types.h>
#include <cutils/log.h>
#include <log/log.h>
#include <binder/IServiceManager.h>
#include <media/IMediaDeathNotifier.h>
#include <IQClient.h>

View File

@ -20,7 +20,7 @@
*/
#define UEVENT_DEBUG 0
#include <hardware_legacy/uevent.h>
#include <utils/Log.h>
#include <log/log.h>
#include <sys/resource.h>
#include <sys/prctl.h>
#include <string.h>

View File

@ -33,7 +33,7 @@
#include <stdio.h>
#include <utils/Singleton.h>
#include <cutils/properties.h>
#include <cutils/log.h>
#include <log/log.h>
#ifndef DEBUG_CALC_FPS
#define CALC_FPS() ((void)0)

View File

@ -35,7 +35,7 @@
#include <media/AudioSystem.h>
#include <utils/threads.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <log/log.h>
#include <linux/msm_mdp.h>
#include <linux/fb.h>

View File

@ -33,7 +33,7 @@
#define LOG_NDEBUG 0
#include <hwc_utils.h>
#include <hwc_dump_layers.h>
#include <cutils/log.h>
#include <log/log.h>
#include <sys/stat.h>
#include <comptype.h>
#ifdef QCOM_BSP

View File

@ -32,7 +32,7 @@
#include <utils/Errors.h>
#include <sys/types.h>
#include <cutils/log.h>
#include <log/log.h>
#include <binder/IServiceManager.h>
#include <IQService.h>
#include <IQClient.h>

View File

@ -18,7 +18,7 @@
* limitations under the License.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <linux/msm_mdp.h>
#include <linux/fb.h>

View File

@ -28,6 +28,8 @@
*/
#include <cutils/log.h>
#include <log/log.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "software_converter.h"

View File

@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/native_handle.h>
#include <gralloc_priv.h>
#ifdef USE_GENLOCK

View File

@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <fcntl.h>
#include <dlfcn.h>
#include "gralloc_priv.h"

View File

@ -17,7 +17,7 @@
#include <sys/mman.h>
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/properties.h>
#include <dlfcn.h>

View File

@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/ashmem.h>
#include "gralloc_priv.h"

View File

@ -28,7 +28,7 @@
#include <cutils/native_handle.h>
#include <cutils/log.h>
#include <log/log.h>
#define ROUND_UP_PAGESIZE(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
(~(PAGE_SIZE-1)) )

View File

@ -32,7 +32,7 @@
#include <sys/mman.h>
#include <stdlib.h>
#include <fcntl.h>
#include <cutils/log.h>
#include <log/log.h>
#include <errno.h>
#include "gralloc_priv.h"
#include "ionalloc.h"

View File

@ -19,7 +19,7 @@
*/
#include <cutils/properties.h>
#include <utils/Log.h>
#include <log/log.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/msm_mdp.h>

View File

@ -17,7 +17,7 @@
// #define LOG_NDEBUG 0
#include <cutils/log.h>
#include <log/log.h>
#include <stdint.h>
#include <string.h>

View File

@ -38,7 +38,7 @@
#include <linux/msm_mdp.h>
#include <linux/msm_rotator.h>
#include <sys/ioctl.h>
#include <utils/Log.h>
#include <log/log.h>
#include <errno.h>
#include "overlayUtils.h"

View File

@ -29,7 +29,7 @@
#include <stdlib.h>
#include <math.h>
#include <utils/Log.h>
#include <log/log.h>
#include <linux/msm_mdp.h>
#include <cutils/properties.h>
#include "gralloc_priv.h"

View File

@ -30,7 +30,7 @@
#ifndef OVERLAY_UTILS_H
#define OVERLAY_UTILS_H
#include <cutils/log.h> // ALOGE, etc
#include <log/log.h> // ALOGE, etc
#include <errno.h>
#include <fcntl.h> // open, O_RDWR, etc
#include <hardware/hardware.h>
@ -42,7 +42,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <utils/Log.h>
#include <log/log.h>
#include "gralloc_priv.h" //for interlace
// Older platforms do not support Venus.

View File

@ -30,7 +30,7 @@
#ifndef INCLUDE_IDLEINVALIDATOR
#define INCLUDE_IDLEINVALIDATOR
#include <cutils/log.h>
#include <log/log.h>
#include <utils/threads.h>
typedef void (*InvalidatorHandler)(void*);

View File

@ -26,7 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/fb.h>

View File

@ -29,7 +29,7 @@
#include <string.h>
#include <sys/mman.h>
#include <cutils/log.h>
#include <log/log.h>
#include <gralloc_priv.h>
#include "qdMetaData.h"