Home
last modified time | relevance | path

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

12

/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/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/qcom/sm7250/display/libqdutils/
Dqd_utils.cpp127 const uint32_t maxCount = 10; in getDPTestConfig() local
128 char *tokens[maxCount] = { NULL }; in getDPTestConfig()
149 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/sm8150/display/libqdutils/
Dqd_utils.cpp128 const uint32_t maxCount = 10; in getDPTestConfig() local
129 char *tokens[maxCount] = { NULL }; in getDPTestConfig()
150 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/interfaces/staging/security/see/storage/aidl/android/hardware/security/see/storage/
DIDir.aidl39 @utf8InCpp String[] readNextFilenames(int maxCount); in readNextFilenames() argument
/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/interfaces/sensors/common/utils/
DISensorsWrapper.h181 Return<void> poll(int32_t maxCount, in poll() argument
183 return mSensors->poll(maxCount, _hidl_cb); in poll()
/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/msm8909w_3100/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/display/msm8084/libcopybit/
Dcopybit.cpp492 const uint32_t maxCount = in stretch_copybit() local
518 if (++list->count == maxCount) { in stretch_copybit()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
545 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/msm8998/libcopybit/
Dcopybit.cpp512 const uint32_t maxCount = in stretch_copybit() local
551 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/sm8150/display/libcopybit/
Dcopybit.cpp514 const uint32_t maxCount = in stretch_copybit() local
545 if (++list->count == maxCount) { in stretch_copybit()
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglxext.h237 typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
247 unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
Dwglext.h301 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
311 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/hardware/google/gfxstream/include/GL/
Dwglext.h847 extern UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
857 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h420 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei …
563 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count,…

12