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

  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 93 int eDataUsage = GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP;
94 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 92 int eDataUsage = GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP;
93 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 89 int eDataUsage = GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP;
90 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 90 int eDataUsage = GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP;
91 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 96 int eDataUsage = GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP;
97 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 97 int eDataUsage = 0;
98 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
  /hardware/qcom/display/msm8998/libgralloc/
gpu.cpp 300 int eDataUsage = 0;
301 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);

Completed in 150 milliseconds