Home
last modified time | relevance | path

Searched refs:strDevPath (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libvirtual/
Dvirtual.cpp199 char strDevPath[MAX_SYSFS_FILE_PATH]; in openFrameBuffer() local
200 snprintf(strDevPath,sizeof(strDevPath), "/dev/graphics/fb%d", fbNum); in openFrameBuffer()
202 mFd = open(strDevPath, O_RDWR); in openFrameBuffer()
204 ALOGE("%s: Unable to open %s ", __FUNCTION__,strDevPath); in openFrameBuffer()
/hardware/qcom/display/msm8226/libvirtual/
Dvirtual.cpp217 char strDevPath[MAX_SYSFS_FILE_PATH]; in openFrameBuffer() local
218 snprintf(strDevPath,sizeof(strDevPath), "/dev/graphics/fb%d", fbNum); in openFrameBuffer()
220 mFd = open(strDevPath, O_RDWR); in openFrameBuffer()
222 ALOGE("%s: Unable to open %s ", __FUNCTION__,strDevPath); in openFrameBuffer()
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp344 char strDevPath[MAX_SYSFS_FILE_PATH]; in openFrameBuffer() local
345 snprintf(strDevPath, MAX_SYSFS_FILE_PATH, "/dev/graphics/fb%d", mFbNum); in openFrameBuffer()
346 mFd = open(strDevPath, O_RDWR); in openFrameBuffer()
348 ALOGE("%s: %s is not available", __FUNCTION__, strDevPath); in openFrameBuffer()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp344 char strDevPath[MAX_SYSFS_FILE_PATH]; in openFrameBuffer() local
345 snprintf(strDevPath, MAX_SYSFS_FILE_PATH, "/dev/graphics/fb%d", mFbNum); in openFrameBuffer()
346 mFd = open(strDevPath, O_RDWR); in openFrameBuffer()
348 ALOGE("%s: %s is not available", __FUNCTION__, strDevPath); in openFrameBuffer()
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp393 char strDevPath[MAX_SYSFS_FILE_PATH]; in openFrameBuffer() local
394 snprintf(strDevPath, MAX_SYSFS_FILE_PATH, "/dev/graphics/fb%d", mFbNum); in openFrameBuffer()
395 mFd = open(strDevPath, O_RDWR); in openFrameBuffer()
397 ALOGE("%s: %s is not available", __FUNCTION__, strDevPath); in openFrameBuffer()