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

<<1112131415161718

/frameworks/base/include/utils/
H A DVectorImpl.h93 typedef int (*compar_r_t)(const void* lhs, const void* rhs, void* state);
95 status_t sort(compar_r_t cmp, void* state);
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h57 audio_policy_dev_state_t state,
62 virtual status_t setPhoneState(int state);
279 // device connection state or routing
/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java73 * Converts the state to string.
75 public static String toString(int state) { argument
76 switch (state) {
299 * Gets the session state. The value returned must be one of the states in
302 * @return the session state
357 * registration. The method is only valid to call when the session state is
376 * session state is in {@link State#READY_TO_CALL}.
391 * the session state is in {@link State#READY_TO_CALL}.
411 * method is only valid to call when the session state is in
429 * incoming call. The method is only valid to call when the session state i
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java30 * Describes the state of any Wifi connection that is active or
205 * Return the detailed state of the supplicant's negotiation with an
213 void setSupplicantState(SupplicantState state) { argument
214 mSupplicantState = state;
240 * Map a supplicant state into a fine-grained network connectivity state.
241 * @param suppState the supplicant state
250 * of the state.
251 * @param stateName the name of the state, as a <code>String</code> returned
278 append(", Supplicant state
[all...]
/frameworks/media/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Utils.c142 ERR_CHECK( mMp4FileDataPtr->state == M4MP4W_closed, M4ERR_STATE);
143 mMp4FileDataPtr->state = M4MP4W_closed;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java491 SavedState state = new SavedState();
492 state.openSubMenuId = mOpenSubMenuId;
493 return state;
497 public void onRestoreInstanceState(Parcelable state) { argument
498 SavedState saved = (SavedState) state;
H A DMenuBuilder.java93 * Whether or not the items (or any one item's shown state) has changed since it was last
108 * Whether or not the items (or any one item's action state) has changed since it was
133 * Contains the state of the View hierarchy for all menu views when the menu
278 final Parcelable state = presenter.onSaveInstanceState();
279 if (state != null) {
280 presenterStates.put(id, state);
289 private void dispatchRestoreInstanceState(Bundle state) { argument
290 SparseArray<Parcelable> presenterStates = state.getSparseParcelableArray(PRESENTER_KEY);
314 public void restorePresenterStates(Bundle state) { argument
315 dispatchRestoreInstanceState(state);
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java186 protected boolean onStateChange(int[] state) { argument
188 return mLastDrawable.setState(state);
191 return mCurrDrawable.setState(state);
706 protected void setConstantState(DrawableContainerState state) argument
708 mDrawableContainerState = state;
/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp149 status_t isPlaying(bool* state) argument
154 *state = reply.readInt32();
361 bool state; local
362 status_t ret = isPlaying(&state);
363 reply->writeInt32(state);
/frameworks/base/media/libstagefright/
H A DSurfaceMediaSource.cpp247 const int state = mSlots[i].mBufferState; local
248 if (state == BufferSlot::DEQUEUED) {
261 if (state == BufferSlot::FREE) {
265 // currentslot or not as it is in state FREE
472 LOGE("queueBuffer: slot %d is not owned by the client (state=%d)",
566 LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
660 const char * operator()(int state) const {
661 switch (state) {
673 "%s%s[%02d] state=%-8s, "
/frameworks/base/opengl/libagl/
H A Dstate.cpp1 /* libs/opengles/state.cpp
22 #include "state.h"
369 int index = c->rasterizer.state.buffers.color.format;
375 int index = c->rasterizer.state.buffers.color.format;
381 int index = c->rasterizer.state.buffers.color.format;
387 int index = c->rasterizer.state.buffers.color.format;
409 params[0] = c->rasterizer.state.buffers.depth.format ? 0 : 16;
H A Dtexture.cpp22 #include "state.h"
105 if (c->rasterizer.state.texture[i].enable)
127 if (c->rasterizer.state.texture[i].enable) {
155 if (c->rasterizer.state.texture[i].enable) {
585 const uint32_t enables = c->rasterizer.state.enables;
697 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
704 if (!c->rasterizer.state.texture[i].enable)
741 const uint32_t enables = c->rasterizer.state.enables;
776 if (ggl_likely(c->rasterizer.state.enabled_tmu == 1)) {
801 const GGLSurface& cbSurface = c->rasterizer.state
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java371 int state = STATE_GROUP_OR_PROPERTY_NAME;
378 switch (state) {
397 state = STATE_PARAMS; // Start parameter parsing.
408 state = STATE_PARAMS_IN_DQUOTE;
425 state = STATE_PARAMS;
687 // breaks this parser's state machine.
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp92 ManualEditState state; member in struct:__anon342
1636 // Make sure that we are in a correct state.
1638 (pContext->state != ManualEditState_INITIALIZED),
2610 // Set the state to not initialized.
2611 pContext->state = ManualEditState_NOT_INITIALIZED;
2726 // Set the state to initialized.
2727 pContext->state = ManualEditState_INITIALIZED;
2766 // We start in Analyzing state
2767 pContext->state = ManualEditState_INITIALIZED;
2811 &&(pContext->state!
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1045 public void disable(int state) { argument
1047 final int diff = state ^ old;
1048 mDisabled = state;
1052 old, state, diff));
1057 flagdbg.append(((state & StatusBarManager.DISABLE_EXPAND) != 0) ? "EXPAND" : "expand");
1059 flagdbg.append(((state & StatusBarManager.DISABLE_NOTIFICATION_ICONS) != 0) ? "ICONS" : "icons");
1061 flagdbg.append(((state & StatusBarManager.DISABLE_NOTIFICATION_ALERTS) != 0) ? "ALERTS" : "alerts");
1063 flagdbg.append(((state & StatusBarManager.DISABLE_NOTIFICATION_TICKER) != 0) ? "TICKER" : "ticker");
1065 flagdbg.append(((state & StatusBarManager.DISABLE_SYSTEM_INFO) != 0) ? "SYSTEM_INFO" : "system_info");
1067 flagdbg.append(((state
[all...]
/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp328 // whole state (eg: we could be abandoned or disconnected)
347 const int state = mSlots[i].mBufferState; local
348 if (state == BufferSlot::DEQUEUED) {
353 LOGW_IF((state == BufferSlot::FREE) && (mCurrentTexture==i),
358 if (state == BufferSlot::FREE || i == mCurrentTexture) {
366 if (state == BufferSlot::FREE) {
556 "(state=%d)", buf, mSlots[buf].mBufferState);
628 ST_LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
821 // state. If it has already been given to the client
822 // (synchronous mode), then it stays in DEQUEUED state
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java41 * scan code ({@link #getScanCode()}) and meta state ({@link #getMetaState()}).
45 * Meta states describe the pressed state of key modifiers
1797 * <p>Returns the state of the meta keys.</p>
1835 * Returns the state of the modifier keys.
1842 * The value returned consists of the meta state (from {@link #getMetaState})
1889 * Gets a mask that includes all valid modifier key meta state bits.
1897 * @return The modifier meta state mask which is a combination of
1944 * Normalizes the specified meta state.
1946 * The meta state is normalized such that if either the left or right modifier meta state
2544 dispatch(Callback receiver, DispatcherState state, Object target) argument
[all...]
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java65 * Playback state of a RemoteControlClient which is stopped.
71 * Playback state of a RemoteControlClient which is paused.
77 * Playback state of a RemoteControlClient which is playing media.
83 * Playback state of a RemoteControlClient which is fast forwarding in the media
90 * Playback state of a RemoteControlClient which is fast rewinding in the media
97 * Playback state of a RemoteControlClient which is skipping to the next
104 * Playback state of a RemoteControlClient which is skipping back to the previous
111 * Playback state of a RemoteControlClient which is buffering data to play before it can
118 * Playback state of a RemoteControlClient which cannot perform any playback related
128 * The value of a playback state whe
509 setPlaybackState(int state) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java44 * the item's current state (the states are usually one of expanded group,
48 * for each method to see additional state that each Drawable can have). The
319 // Get the indicator (with its state set to the item's state)
338 * is stateful, the state will be given to the indicator.
342 * @return The indicator in the proper state.
366 // No need for a state sets array for the child since it only has two states
1018 * child is the last child for a group, the state
1045 * group is empty, the state {@link android.R.attr#state_empty} will be
1046 * set. If the group is expanded, the state
1156 onRestoreInstanceState(Parcelable state) argument
[all...]
/frameworks/base/include/media/
H A DIAudioFlinger.h71 /* query the audio hardware state. This state never changes,
80 /* set/get the audio hardware state. This will probably be used by
89 /* set/get stream type state. This will probably be used by
101 // mic mute/state
102 virtual status_t setMicMute(bool state) = 0;
H A DIOMX.h82 node_id node, OMX_STATETYPE* state) = 0;
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java62 public State state() { method in class:KeyStore
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_acelp.h259 int16 state, /* (i) : State of BFH */
/frameworks/base/media/libstagefright/include/
H A DOMX.h63 node_id node, OMX_STATETYPE* state);
H A DOMXNodeInstance.h52 status_t getState(OMX_STATETYPE* state);

Completed in 439 milliseconds

<<1112131415161718