Home
last modified time | relevance | path

Searched refs:maxCount (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8998/libqdutils/
Dqd_utils.cpp115 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/
Dqd_utils.cpp57 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/
DSensors.cpp160 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()
DSensors.h44 Return<void> poll(int32_t maxCount, poll_cb _hidl_cb) override;
/hardware/interfaces/sensors/1.0/
DISensors.hal56 * 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/
Dcopybit.cpp452 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/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
553 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp492 const uint32_t maxCount = in stretch_copybit() local
518 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp507 const uint32_t maxCount = in stretch_copybit() local
546 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp497 const uint32_t maxCount = in stretch_copybit() local
531 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp492 const uint32_t maxCount = in stretch_copybit() local
518 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp512 const uint32_t maxCount = in stretch_copybit() local
551 if (++list->count == maxCount) { in stretch_copybit()