Searched refs:state (Results 276 - 300 of 570) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/hwui/font/
H A DFont.h91 * Creates a new font associated with the specified font state.
93 static Font* create(FontRenderer* state, const SkPaint* paint, const mat4& matrix);
98 Font(FontRenderer* state, const Font::FontDescription& desc);
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp85 status_t CommonClockService::getState(State* state) { argument
86 *state = mTimeServer.getState();
H A Dcommon_clock_service.h45 virtual status_t getState(ICommonClock::State* state);
/frameworks/native/opengl/libagl/
H A DAndroid.mk11 state.cpp \
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h114 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { }
116 EGLint state; member in struct:android::egl_display_t::DisplayImpl
151 // EGLDisplay is entering or leaving a long-term idle state.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintSpoolerService.java246 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
255 int state, int appId) {
267 final boolean sameState = (state == printJob.getState())
268 || (state == PrintJobInfo.STATE_ANY)
269 || (state == PrintJobInfo.STATE_ANY_VISIBLE_TO_CLIENTS
271 || (state == PrintJobInfo.STATE_ANY_ACTIVE
273 || (state == PrintJobInfo.STATE_ANY_SCHEDULED
286 private boolean isStateVisibleToUser(int state) { argument
287 return (isActiveState(state) && (state
254 getPrintJobInfos(ComponentName componentName, int state, int appId) argument
473 setPrintJobState(PrintJobId printJobId, int state, String error) argument
1255 getPrintJobInfos(IPrintSpoolerCallbacks callback, ComponentName componentName, int state, int appId, int sequence) argument
1284 setPrintJobState(PrintJobId printJobId, int state, String error, IPrintSpoolerCallbacks callback, int sequece) argument
[all...]
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Thread.h106 M4OSA_ThreadState* state );
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h39 downmix_state_t state; member in struct:__anon344
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java27 * state includes properties such as its id, print attributes used for
28 * generating the content, and so on. Note that the print jobs state may
29 * change over time and this class represents a snapshot of this state.
34 * Constant for matching any print job state.
41 * Constant for matching any print job state.
48 * Constant for matching any active print job state.
56 * service, print job state.
63 * Print job state: The print job is being created but not yet
72 * Print job state: The print jobs is created, it is ready
82 * Print job state
324 setState(int state) argument
639 stateToString(int state) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java200 protected boolean onStateChange(int[] state) { argument
201 boolean changed = mScaleState.mDrawable.setState(state);
318 private ScaleDrawable(ScaleState state, Resources res) { argument
319 mScaleState = new ScaleState(state, this, res);
H A DAnimationDrawable.java356 private AnimationDrawable(AnimationState state, Resources res) { argument
357 AnimationState as = new AnimationState(state, this, res);
360 if (state != null) {
/frameworks/native/include/gui/
H A DISurfaceComposer.h90 virtual void setTransactionState(const Vector<ComposerState>& state,
/frameworks/native/include/private/gui/
H A DLayerState.h92 layer_state_t state; member in struct:android::ComposerState
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java233 * Save any instance state associated with this adapter and its pages that should be
234 * restored if the current UI state needs to be reconstructed.
236 * @return Saved state for this adapter
243 * Restore any instance state associated with this adapter and its pages
246 * @param state State previously saved by a call to {@link #saveState()}
249 public void restoreState(Parcelable state, ClassLoader loader) { argument
/frameworks/av/include/media/
H A DSoundPool.h63 int state() { return mState; } function in class:android::Sample
123 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING }; enum in class:android::SoundChannel
139 int state() { return mState; } function in class:android::SoundChannel
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorBuffer.c161 * @brief Returns a buffer in a given state
164 * @param desiredState : IN The buffer state
177 ALOGV("VIDEOEDITOR_BUFFER_getBuffer from %s in state=%d",
184 bFound = (ppool->pNXPBuffer[i].state == desiredState);
194 ALOGV("VIDEOEDITOR_BUFFER_getBuffer No buffer available in state %d",
236 pool->pNXPBuffer[index].state = VIDEOEDITOR_BUFFER_kEmpty;
255 if(pool->pNXPBuffer[index].state == desiredState)
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp88 void AudioBiquadFilter::setState(state_t state) { argument
89 switch (state) {
117 mState = state;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.cpp508 state = pointer to a structure of type agcState
511 Structure pointed to by state is initialized to zeros
526 Reset of agc (i.e. set state memory to 1.0).
541 int agc_reset (agcState *state)
543 if (state == (agcState *) NULL)
549 state->past_gain = 4096; // initial value of past_gain = 1.0
577 Word16 agc_reset(agcState *state) argument
579 if (state == (agcState *) NULL)
585 state->past_gain = 4096; /* initial value of past_gain = 1.0 */
599 st = pointer to agc state
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp249 OMX_STATETYPE *state) {
254 return me->getState(state);
322 OMX_ERRORTYPE SoftOMXComponent::getState(OMX_STATETYPE *state) { argument
247 GetStateWrapper( OMX_HANDLETYPE component, OMX_STATETYPE *state) argument
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java138 private void runSetEnabled(boolean state) { argument
147 boolean res = mImm.setInputMethodEnabled(id, state);
148 if (state) {
/frameworks/base/core/java/android/app/
H A DNativeActivity.java222 byte[] state = onSaveInstanceStateNative(mNativeHandle);
223 if (state != null) {
224 outState.putByteArray(KEY_NATIVE_SAVED_STATE, state);
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java371 * Reset the acoustic state vectorto it's default value.
380 * Set the acoustic state vector.
381 * @param state String containing the acoustic state vector.
385 public void setAcousticState(String state) { argument
386 SR_AcousticStateSet(mRecognizer, state);
390 * Get the acoustic state vector.
391 * @return String containing the acoustic state vector.
655 private static native void SR_AcousticStateSet(int recognizer, String state); argument
/frameworks/base/media/java/android/media/
H A DAudioManager.java130 * @hide Broadcast intent when the master mute state changes.
195 * @hide The new master volume mute state for the master mute changed intent.
918 * @param state The required solo state: true for solo ON, false for solo OFF
920 public void setStreamSolo(int streamType, boolean state) { argument
923 service.setStreamSolo(streamType, state, mICallBack);
947 * @param state The required mute state: true for mute ON, false for mute OFF
949 public void setStreamMute(int streamType, boolean state) { argument
952 service.setStreamMute(streamType, state, mICallBac
978 setMasterMute(boolean state) argument
987 setMasterMute(boolean state, int flags) argument
2647 setWiredDeviceConnectionState(int device, int state, String name) argument
2664 setBluetoothA2dpDeviceConnectionState(BluetoothDevice device, int state) argument
[all...]
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java314 RemoteDisplayState state = new RemoteDisplayState();
318 state.displays.add(display.getInfo());
321 mCallback.onStateChanged(state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java48 public void go(int state) { argument
49 if (DEBUG) LOG("go state: %d -> %d", mState, state);
50 mState = state;
118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
151 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName());
184 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,

Completed in 901 milliseconds

<<11121314151617181920>>