Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libqdutils/
Dqd_utils.cpp116 const uint32_t maxCount = 10; in querySDEInfoFB() local
117 char *tokens[maxCount] = { NULL }; in querySDEInfoFB()
142 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB()
213 const uint32_t maxCount = 10; in getDPTestConfig() local
214 char *tokens[maxCount] = { NULL }; in getDPTestConfig()
235 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/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/sdm845/display/libqdutils/
Dqd_utils.cpp116 const uint32_t maxCount = 10; in querySDEInfoFB() local
117 char *tokens[maxCount] = { NULL }; in querySDEInfoFB()
142 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB()
244 const uint32_t maxCount = 10; in getDPTestConfig() local
245 char *tokens[maxCount] = { NULL }; in getDPTestConfig()
266 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/display/msm8909w_3100/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/msm8909/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.h45 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/msm8084/libcopybit/
Dcopybit.cpp492 const uint32_t maxCount = in stretch_copybit() local
518 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
553 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
553 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
553 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/msm8998/libcopybit/
Dcopybit.cpp512 const uint32_t maxCount = in stretch_copybit() local
551 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/display/msm8909/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/msm8996/libcopybit/
Dcopybit.cpp512 const uint32_t maxCount = in stretch_copybit() local
551 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h288 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size,
DQCamera3HWI.cpp11606 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size, in filterJpegSizes() argument
11616 if (processedSizesCnt > maxCount) { in filterJpegSizes()
11617 processedSizesCnt = maxCount; in filterJpegSizes()