HomeSort by relevance Sort by last modified time
    Searched refs:eDataErr (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 94 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
95 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
96 strerror(-eDataErr));
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 93 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
94 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
95 strerror(-eDataErr));
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 102 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
103 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
104 strerror(-eDataErr));
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gpu.cpp 102 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
103 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
104 strerror(-eDataErr));
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 91 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
92 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
93 strerror(-eDataErr));
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 97 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
98 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
99 strerror(-eDataErr));
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 98 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
99 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
100 strerror(-eDataErr));

Completed in 1230 milliseconds