Searched refs:maxCount (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8998/libqdutils/ |
D | qd_utils.cpp | 115 const uint32_t maxCount = 10; in querySDEInfoFB() local 116 char *tokens[maxCount] = { NULL }; in querySDEInfoFB() 141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB() 243 const uint32_t maxCount = 10; in getDPTestConfig() local 244 char *tokens[maxCount] = { NULL }; in getDPTestConfig() 265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | qd_utils.cpp | 57 const uint32_t maxCount = 10; in querySDEInfo() local 58 char *tokens[maxCount] = { NULL }; in querySDEInfo() 85 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfo()
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.cpp | 160 Return<void> Sensors::poll(int32_t maxCount, poll_cb _hidl_cb) { in poll() argument 186 if (maxCount <= 0) { in poll() 189 int bufferSize = maxCount <= kPollMaxBufferSize ? maxCount : kPollMaxBufferSize; in poll()
|
D | Sensors.h | 44 Return<void> poll(int32_t maxCount, poll_cb _hidl_cb) override;
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 56 * Generate a vector of sensor events containing at most "maxCount" 65 * @param maxCount max number of samples can be returned, must be > 0. 66 * Actual number of events returned in data must be <= maxCount 68 * @return result OK on success or BAD_VALUE if maxCount <= 0. 74 poll(int32_t maxCount)
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 452 const uint32_t maxCount = sizeof(list.req)/sizeof(list.req[0]); in stretch_copybit() local 478 if (++list.count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit.cpp | 514 const uint32_t maxCount = in stretch_copybit() local 553 if (++list->count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 492 const uint32_t maxCount = in stretch_copybit() local 518 if (++list->count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit.cpp | 507 const uint32_t maxCount = in stretch_copybit() local 546 if (++list->count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit.cpp | 497 const uint32_t maxCount = in stretch_copybit() local 531 if (++list->count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 492 const uint32_t maxCount = in stretch_copybit() local 518 if (++list->count == maxCount) { in stretch_copybit()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit.cpp | 512 const uint32_t maxCount = in stretch_copybit() local 551 if (++list->count == maxCount) { in stretch_copybit()
|