Searched refs:maxCount (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java44 public MtpPropertyList(int maxCount, int result) { argument
45 mMaxCount = maxCount;
47 mObjectHandles = new int[maxCount];
48 mPropertyCodes = new int[maxCount];
49 mDataTypes = new int[maxCount];
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootCursorWrapper.java41 public RootCursorWrapper(String authority, String rootId, Cursor cursor, int maxCount) { argument
47 if (maxCount > 0 && count > maxCount) {
48 mCount = maxCount;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h245 // Get entry from camera static characteristics information. min/maxCount
250 size_t minCount=0, size_t maxCount=0, bool required=true) const;
429 size_t minCount=0, size_t maxCount=0) const {
430 return mParameters.staticInfo(tag, minCount, maxCount);
H A DParameters.cpp801 staticInfo(ANDROID_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, /*minCount*/1, /*maxCount*/1);
1130 size_t minCount, size_t maxCount, bool required) const {
1143 (maxCount != 0 && entry.count > maxCount) ) ) {
1150 tagSection, tagName, tag, minCount, maxCount, entry.count);
1129 staticInfo(uint32_t tag, size_t minCount, size_t maxCount, bool required) const argument
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonConnector.java560 ResponseQueue(int maxCount) { argument
562 mMaxCount = maxCount;
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DStateMachineTest.java1550 StateMachineSharedThread(String name, Looper looper, int maxCount) { argument
1552 mMaxCount = maxCount;
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java888 final int maxCount = getMaxMultiPressPowerCount();
890 if (maxCount <= 1) {
909 final int maxCount = getMaxMultiPressPowerCount();
911 if (mPowerKeyPressCounter < maxCount) {
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
H A Dgl31.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp6982 uint32_t maxCount = MAX_MIXER_CHANNEL_COUNT; local
6987 maxCount = UINT_MAX;
6996 if ((cnlCount > channelCount) && (cnlCount <= maxCount)) {
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h80 void GLTrace_glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders);
H A Dgltrace_api.cpp2168 void GLTrace_glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders) { argument
2180 // copy argument maxCount
2184 arg_maxCount->add_intvalue(maxCount);
2201 glContext->hooks->gl.glGetAttachedShaders(program, maxCount, count, shaders);
[all...]

Completed in 363 milliseconds