Searched refs:state (Results 401 - 425 of 749) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/common_time/
H A Dcommon_clock_service.h45 virtual status_t getState(ICommonClock::State* state);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java285 mListener.onStateChanged(mDefaultDisplayInfo.state);
306 mDefaultDisplayInfo.presentationDeadlineNanos, mDefaultDisplayInfo.state);
376 float refreshRate, long presentationDeadlineNanos, int state);
378 public void onStateChanged(int state); argument
375 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java86 void handleTimerEvent(int state) { argument
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java296 * Called when the conference state is updated.
299 * @param state state of the participant who is participated in the conference call
301 public void onCallConferenceStateUpdated(ImsCall call, ImsConferenceState state) { argument
353 * Called when the call moves the hold state to the conversation state.
354 * For example, when merging the active & hold call, the state of all the hold call
355 * will be changed from hold state to conversation state.
360 * @param state th
363 onCallStateChanged(ImsCall call, int state) argument
1538 notifyConferenceStateUpdated(ImsConferenceState state) argument
2195 callSessionConferenceStateUpdated(ImsCallSession session, ImsConferenceState state) argument
[all...]
/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/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/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.java221 byte[] state = onSaveInstanceStateNative(mNativeHandle);
222 if (state != null) {
223 outState.putByteArray(KEY_NATIVE_SAVED_STATE, state);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java46 * Intent used to broadcast the change in connection state of the A2DP Sink
51 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li>
52 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.</li>
67 * Intent used to broadcast the change in the Playing state of the A2DP Sink
72 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li>
73 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li>
87 * A2DP sink device is streaming music. This state can be one of
94 * A2DP sink device is NOT streaming music. This state can be one of
101 * Intent used to broadcast the change in the Playing state of the A2DP Sink
227 * connection state inten
379 stateToString(int state) argument
[all...]
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java369 * Reset the acoustic state vectorto it's default value.
378 * Set the acoustic state vector.
379 * @param state String containing the acoustic state vector.
383 public void setAcousticState(String state) { argument
384 SR_AcousticStateSet(mRecognizer, state);
388 * Get the acoustic state vector.
389 * @return String containing the acoustic state vector.
653 private static native void SR_AcousticStateSet(long recognizer, String state); argument
/frameworks/base/core/java/android/widget/
H A DTimePicker.java192 protected void onRestoreInstanceState(Parcelable state) { argument
193 BaseSavedState ss = (BaseSavedState) state;
247 void onRestoreInstanceState(Parcelable state); argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java110 * @return true if the new visibility is different than its previous state
393 private AnimationDrawable(AnimationState state, Resources res) { argument
394 AnimationState as = new AnimationState(state, this, res);
397 if (state != null) {
/frameworks/base/media/lib/remotedisplay/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,
149 * @param panel the panel which changed its expansion state
157 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName());
186 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
/frameworks/native/include/input/
H A DVelocityTracker.h70 // Resets the velocity tracker state.
73 // Resets the velocity tracker state for specific pointers.
210 // Current state estimate for a particular pointer.
223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
225 void populateEstimator(const State& state, VelocityTracker::Estimator* outEstimator) const;
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp118 result.appendFormat("%s%s[%02d:%p] state=%-8s", prefix,
165 BufferSlot::BufferState state = mSlots[s].mBufferState; local
166 if (state == BufferSlot::QUEUED || state == BufferSlot::DEQUEUED) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java96 protected void notifySrvccState(Call.SrvccState state, Connection c) { argument
97 if (state == Call.SrvccState.STARTED) {
99 } else if (state != Call.SrvccState.COMPLETED) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAccessibilityTest.java67 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
83 RecyclerView.State state) {
94 RecyclerView.State state) {
/frameworks/wilhelm/src/itf/
H A DIEffectSend.c70 SLuint32 state = outputMix->mObject.mInterfaceStates[index]; local
73 switch (state) {
86 SL_LOGE("EffectSend invalid interface state %u", state);
/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c194 // set the player's state to playing
200 SLBufferQueueState state; local
201 result = (*playerBufferQueue)->GetState(playerBufferQueue, &state);
203 if (state.count == 0)
/frameworks/av/media/common_time/
H A DICommonClock.cpp180 virtual status_t getState(State* state) { argument
187 *state = static_cast<State>(reply.readInt32());
347 State state; local
348 status_t status = getState(&state);
351 reply->writeInt32(static_cast<int32_t>(state));
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeConditionProvider.java127 final int state = mConfig.toDowntimeInfo().equals(downtime) && mInDowntime
129 if (DEBUG) Slog.d(TAG, "notify condition state: " + Condition.stateToString(state));
130 notifyCondition(createCondition(downtime, state));
152 public Condition createCondition(DowntimeInfo downtime, int state) { argument
161 return new Condition(id, summary, "", "", 0, state, Condition.FLAG_RELEVANT_NOW);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java36 * Defines IMS call session state.
54 * Converts the state to string.
56 public static String toString(int state) { argument
57 switch (state) {
311 * Called when the conference state is updated.
316 ImsConferenceState state) {
483 * Gets the session state.
486 * @return the session state
555 * The method is only valid to call when the session state is in
577 * The method is only valid to call when the session state i
315 callSessionConferenceStateUpdated(ImsCallSession session, ImsConferenceState state) argument
1014 callSessionConferenceStateUpdated(IImsCallSession session, ImsConferenceState state) argument
[all...]

Completed in 1885 milliseconds

<<11121314151617181920>>