OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxMessages
(Results
1 - 6
of
6
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageList.java
40
* @param
maxMessages
capacity of the circular buffer
42
public LogCatMessageList(int
maxMessages
) {
43
mFifoSize =
maxMessages
;
/frameworks/base/media/jni/soundpool/
SoundPoolThread.h
50
static const size_t
maxMessages
= 5;
SoundPoolThread.cpp
27
while (mMsgQueue.size() >=
maxMessages
) {
64
mMsgQueue.setCapacity(
maxMessages
);
/hardware/ti/omap3/dspbridge/inc/
rms_sh.h
103
RMS_WORD
maxMessages
; /* Max # simultaneous msgs to node */
/hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h
103
RMS_WORD
maxMessages
; /* Max # simultaneous msgs to node */
/sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java
458
IntegerFieldEditor
maxMessages
= new IntegerFieldEditor(
462
addField(
maxMessages
);
Completed in 296 milliseconds