Searched refs:state (Results 176 - 200 of 1016) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/tv/
H A DITvInputManagerCallback.aidl29 void onInputStateChanged(in String inputId, int state);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java27 /* UNKNOWN means the ICC state is unknown */
37 //TODO: we can remove this state in the future if Bug 18489776 analysis
62 * UNKNOWN is a transient state, for example, after user inputs ICC pin under
63 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
89 public static State intToState(int state) throws IllegalArgumentException { argument
90 switch(state) {
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java112 public void onSaveInstanceState(Bundle state) { argument
115 public void onRestoreInstanceState(Bundle state) { argument
/frameworks/rs/
H A DrsProgramFragment.cpp48 if (mHal.state.constants[0] == nullptr) {
57 void *p = rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]);
60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
63 void ProgramFragment::setup(Context *rsc, ProgramFragmentState *state) { argument
64 if ((state->mLast.get() == this) && !mDirty) {
67 state->mLast.set(this);
69 for (uint32_t ct=0; ct < mHal.state.texturesCount; ct++) {
70 if (!mHal.state.textures[ct]) {
/frameworks/support/v4/api22/android/support/v4/media/session/
H A DPlaybackStateCompatApi22.java30 public static Object newInstance(int state, long position, long bufferedPosition, argument
35 stateObj.setState(state, position, speed, updateTime);
/frameworks/support/v4/honeycomb/android/support/v4/graphics/drawable/
H A DDrawableWrapperHoneycomb.java30 DrawableWrapperHoneycomb(DrawableWrapperState state, Resources resources) { argument
31 super(state, resources);
/frameworks/support/v4/kitkat/android/support/v4/graphics/drawable/
H A DDrawableWrapperKitKat.java30 DrawableWrapperKitKat(DrawableWrapperState state, Resources resources) { argument
31 super(state, resources);
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp70 ALOGW("Warning message %s unhandled in root state.",
74 void AHierarchicalStateMachine::changeState(const sp<AState> &state) { argument
75 if (state == mState) {
91 cur = state;
106 mState = state;
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.h44 } state; typedef in class:android::AudioResamplerCubic
50 static inline int32_t interp(state* p, int32_t x) {
53 static inline void advance(state* p, int16_t in) {
62 state left, right;
/frameworks/base/core/java/android/net/
H A DINetworkPolicyManager.aidl58 /** Callback used to change internal state on tethering */
74 NetworkQuotaInfo getNetworkQuotaInfo(in NetworkState state);
75 boolean isNetworkMetered(in NetworkState state);
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.h28 * RecordedOps and their state to Glops, and renders them with the provided BakedOpRenderer.
44 static void on##Type(BakedOpRenderer& renderer, const Type& op, const BakedOpState& state);
/frameworks/base/libs/hwui/tests/microbench/
H A DShadowBench.cpp80 void BM_TessellateShadows_roundrect_opaque(benchmark::State& state) { argument
86 while (state.KeepRunning()) {
96 void BM_TessellateShadows_roundrect_translucent(benchmark::State& state) { argument
103 while (state.KeepRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserTile.java81 protected void handleUpdateState(State state, Object arg) { argument
84 state.label = p.first;
86 state.contentDescription = p.first;
87 state.icon = new Icon() {
94 // TODO: Default state.
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNightModeTile.java84 protected void handleUpdateState(State state, Object arg) { argument
87 state.icon = ResourceIcon.get(enabled ? R.drawable.ic_night_mode
89 state.label = mContext.getString(R.string.night_mode);
90 state.contentDescription = mContext.getString(R.string.night_mode);
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java24 * Parcelable representation of a participant's state in a conference call.
46 * The state of the participant in the conference.
58 * @param state The state of the participant in the conference.
60 public ConferenceParticipant(Uri handle, String displayName, Uri endpoint, int state) { argument
64 mState = state;
79 int state = source.readInt();
80 return new ConferenceParticipant(handle, displayName, endpoint, state);
151 * The state of the participant in the conference.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java72 mState = stateFromDCState (dc.state);
75 public void attachFake(Connection conn, State state) { argument
78 mState = state;
118 newState = stateFromDCState(dc.state);
/frameworks/webview/chromium/plat_support/
H A Dgraphics_utils.cpp49 state = SkCanvasStateUtils::CaptureCanvasState(canvas);
53 if (state)
54 SkCanvasStateUtils::ReleaseCanvasState(state);
77 if (!pixels->state) {
/frameworks/av/media/libstagefright/
H A DProcessInfo.cpp36 int32_t state; local
40 status_t err = service->getProcessStatesAndOomScoresFromPids(length, &pid, &state, &score);
45 ALOGV("pid %d state %d score %d", pid, state, score);
/frameworks/base/core/java/android/app/
H A DActivityGroup.java67 Bundle state = mLocalActivityManager.saveInstanceState();
68 if (state != null) {
69 outState.putBundle(STATES_KEY, state);
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java42 public int state = -1; field in class:LegacyVpnInfo
53 out.writeInt(state);
63 info.state = in.readInt();
75 * Return best matching {@link LegacyVpnInfo} state based on given
89 Log.w(TAG, "Unhandled state " + info.getDetailedState()
/frameworks/base/libs/input/
H A DSpriteController.h172 /* Describes the state of a sprite.
206 * Requests acquire a lock on the controller, update local state and request the
210 * the sprite state before the work and update the sprite surface control afterwards.
227 return mLocked.state;
231 mLocked.state.dirty = 0;
236 mLocked.state.surfaceControl = surfaceControl;
237 mLocked.state.surfaceWidth = width;
238 mLocked.state.surfaceHeight = height;
239 mLocked.state.surfaceDrawn = drawn;
240 mLocked.state
247 SpriteState state; member in struct:android::SpriteController::SpriteImpl::Locked
256 SpriteUpdate(const sp<SpriteImpl> sprite, const SpriteState& state) argument
261 SpriteState state; member in struct:android::SpriteController::SpriteUpdate
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DPreconditions.java25 * <p>Typically used to sanity check arguments or the current object state.</p>
114 * Checks that the state is currently {@link true}.
116 * @param message Message to raise an exception with if the state checking fails.
117 * @param state State to check
119 * @throws IllegalStateException if state was {@code false}
121 * @return The state value (always {@code true}).
123 public static boolean checkState(String message, boolean state) { argument
124 if (!state) {
128 return state;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRequestArcAction.java83 final void handleTimerEvent(int state) { argument
84 if (mState != state || state != STATE_WATING_FOR_REQUEST_ARC_REQUEST_RESPONSE) {
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp136 ScanState state = START; local
144 if (state == START && c == '@') {
145 state = SAW_AT;
146 } else if (state == START && c == ':') {
147 state = SAW_COLON;
148 } else if (state == SAW_COLON || state == SAW_COLON_SLASH) {
150 state = static_cast<ScanState>((int)state + 1); // next state add
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java127 sb.append(" state: ");
163 public void attach(Connection conn, State state) { argument
165 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " +
166 state.toString());
169 mState = state;
172 public void attachFake(Connection conn, State state) { argument
173 attach(conn, state);
254 merge(ImsPhoneCall that, State state) { argument
270 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = "
271 + state);
302 update(ImsPhoneConnection conn, ImsCall imsCall, State state) argument
[all...]

Completed in 5131 milliseconds

1234567891011>>