display: Use log.h from VNDK

Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
This commit is contained in:
Naseer Ahmed
2018-03-06 20:41:14 -05:00
parent c4fdf73cfb
commit 04a804a8f1
17 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
*/ */
#include "TonemapFactory.h" #include "TonemapFactory.h"
#include <utils/Log.h> #include <log/log.h>
#include "Tonemapper.h" #include "Tonemapper.h"
#include "engine.h" #include "engine.h"

View File

@@ -18,7 +18,7 @@
*/ */
#include "glengine.h" #include "glengine.h"
#include <utils/Log.h> #include <log/log.h>
#include "engine.h" #include "engine.h"
void checkGlError(const char *, int); void checkGlError(const char *, int);

View File

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

View File

@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <cutils/log.h> #include <log/log.h>
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>

View File

@@ -28,7 +28,7 @@
*/ */
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL) #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
#include <cutils/log.h> #include <log/log.h>
#include <cutils/trace.h> #include <cutils/trace.h>
#include <sync/sync.h> #include <sync/sync.h>
#include <utils/Trace.h> #include <utils/Trace.h>

View File

@@ -29,7 +29,7 @@
#define DEBUG 0 #define DEBUG 0
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL) #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
#include <cutils/log.h> #include <log/log.h>
#include <cutils/trace.h> #include <cutils/trace.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>

View File

@@ -20,7 +20,7 @@
#ifndef __GR_PRIV_HANDLE_H__ #ifndef __GR_PRIV_HANDLE_H__
#define __GR_PRIV_HANDLE_H__ #define __GR_PRIV_HANDLE_H__
#include <cutils/log.h> #include <log/log.h>
#include <hardware/gralloc.h> #include <hardware/gralloc.h>
#include <hardware/gralloc1.h> #include <hardware/gralloc1.h>
#include <cinttypes> #include <cinttypes>

View File

@@ -30,7 +30,7 @@
#define DEBUG 0 #define DEBUG 0
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL) #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
#include <cstdlib> #include <cstdlib>
#include <cutils/log.h> #include <log/log.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <hardware/hdmi_cec.h> #include <hardware/hdmi_cec.h>

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,7 @@
// #define LOG_NDEBUG 0 // #define LOG_NDEBUG 0
#include <cutils/log.h> #include <log/log.h>
#include <cutils/properties.h> #include <cutils/properties.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>

View File

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

View File

@@ -35,7 +35,7 @@
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
#include <utils/Errors.h> #include <utils/Errors.h>
#include <utils/Log.h> #include <log/log.h>
#include <linux/fb.h> #include <linux/fb.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>

View File

@@ -26,7 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <utils/Log.h> #include <log/log.h>
#include <binder/Parcel.h> #include <binder/Parcel.h>
#include "IQHDMIClient.h" #include "IQHDMIClient.h"

View File

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

View File

@@ -34,7 +34,7 @@
#include <core/sdm_types.h> #include <core/sdm_types.h>
#include <core/debug_interface.h> #include <core/debug_interface.h>
#include <cutils/log.h> #include <log/log.h>
#include <utils/Trace.h> #include <utils/Trace.h>
#include <bitset> #include <bitset>