Searched refs:strDevPath (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8084/libvirtual/ |
D | virtual.cpp | 199 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/ |
D | virtual.cpp | 217 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/ |
D | external.cpp | 344 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/ |
D | external.cpp | 344 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/ |
D | hdmi.cpp | 393 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()
|