Searched refs:initial (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastCapture.h60 static const FastCaptureState initial; member in class:android::FastCapture
H A DFastMixer.h56 static const FastMixerState initial; member in class:android::FastMixer
H A DFastCapture.cpp32 /*static*/ const FastCaptureState FastCapture::initial; member in class:android::FastCapture
40 previous = &initial;
41 current = &initial;
H A DFastMixer.cpp47 /*static*/ const FastMixerState FastMixer::initial; member in class:android::FastMixer
70 // FIXME pass initial as parameter to base class constructor, and make it static local
71 previous = &initial;
72 current = &initial;
144 // we're prepared for previous == &initial the first time through
/frameworks/base/services/core/java/com/android/server/am/
H A DUserStartedState.java30 // User is in the initial process of being stopped.
43 public UserStartedState(UserHandle handle, boolean initial) { argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp504 size_t initial = mDataSize; local
505 void* data = editData(initial+(wordSize-extra));
507 memset(((uint8_t*)data) + initial, 0, wordSize-extra);
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy57 %initial-action
59 /* Initialize the initial location. */
/frameworks/base/core/java/android/text/
H A DTextUtils.java1675 * {@link Spanned#getSpanEnd(Object)} have been removed. The initial order is preserved
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1135 InputBindResult attachNewInputLocked(boolean initial) { argument
1142 if (initial) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java8817 boolean initial, boolean updateInputWindows) {
8904 if (initial) {
8905 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
8962 if (initial) {
8963 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
10454 performLayoutLockedInner(displayContent, true /*initial*/, updateInputWindows);
10467 performLayoutLockedInner(displayContent, true /*initial*/, updateInputWindows);
8816 performLayoutLockedInner(final DisplayContent displayContent, boolean initial, boolean updateInputWindows) argument

Completed in 509 milliseconds