Searched refs:update (Results 76 - 100 of 226) sorted by relevance

12345678910

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.h67 static bool CompareAndSetEngine(AudioEngine* expect, AudioEngine* update);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/native/services/sensorservice/
H A DFusion.cpp64 * disturbance which we do not want to update into the fused frame.
137 void update(const vec<TYPE, SIZE>& x) { function in class:android::Covariance
291 update(a*l, Ba, accSTDEV*l);
324 // then pass it in as the update.
330 update(north, Bm, magSTDEV*l);
433 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) { function in class:android::Fusion
453 // update...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java134 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
163 * but no response has yet been received so update() has not yet been called
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java135 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
164 * but no response has yet been received so update() has not yet been called
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp55 int16 update, (i) : 0=no update, 1=update of memory.
132 int16 update, /* (i) : 0=no update, 1=update of memory. */
213 if (update)
125 wb_syn_filt( int16 a[], int16 m, int16 x[], int16 y[], int16 lg, int16 mem[], int16 update, int16 y_buf[] ) argument
H A Dpvamrwbdecoder_acelp.h217 int16 update, /* (i) : 0=no update, 1=update of memory. */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dsyn_filt.c37 Word16 update /* (i) : 0=no update, 1=update of memory. */
78 if (update)
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java172 * This will update the state of the current visual effect and its associated animation.
189 * This will update the state of the current visual effect and its associated animation.
319 update();
355 private void update() { method in class:EdgeEffect
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java175 mAdapter.update();
188 public void update() { method in class:MediaRouteChooserDialog.RouteAdapter
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java144 Patterns.update(mContext, nextAlarm != null);
223 static void update(Context context, boolean hasAlarm) { method in class:KeyguardStatusView.Patterns
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java236 c.update(null, state);
268 update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java112 action.update(-dx, -dy, time, mDecelerateInterpolator);
245 action.update((int) (mInterimTargetDx * TARGET_SEEK_EXTRA_SCROLL_RATIO)
H A DOpReorderer.java180 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, argument
188 // moved item is updated. add an update for it
201 list.set(update, moveOp);
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java268 holder.update();
283 holder.update();
312 holder.update();
328 holder.update();
474 public void update() { method in class:MediaSessionLegacyHelper.SessionHolder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java102 update(c, ci, ics);
108 update(c, ci, ics);
129 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
140 //update applications
155 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
173 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
179 if (DBG) log("update: notify card removed");
184 if (DBG) log("update: notify card added");
198 ((CatService)mCatService).update(mCi, mContext, this);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp717 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
744 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
749 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
753 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
755 return ScreenshotClient::update(display, sourceCrop, 0, 0, 0, -1UL,
759 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
761 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java221 // Ensure that row exists, then update with changed values
223 db.update(TABLE_STATE, values, StateColumns.AUTHORITY + "=? AND "
234 // Ensure that row exists, then update with changed values
236 db.update(TABLE_RESUME, values, ResumeColumns.PACKAGE_NAME + "=?",
245 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:RecentsProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsVerticalScrollView.java90 private void update() { method in class:RecentsVerticalScrollView
365 update();
369 update();
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp152 CDrcPresModeWrapper::update() function in class:CDrcPresModeWrapper
318 // update the decoder
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDeemph_32_opt.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp322 ALOGE("%s: Camera %d: Can't update still image capture request: %s (%d)",
502 res = mCaptureRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
505 res = mCaptureRequest.update(ANDROID_REQUEST_ID,
509 res = mCaptureRequest.update(ANDROID_CONTROL_CAPTURE_INTENT,
642 res = mCaptureRequest.update(ANDROID_REQUEST_ID, &mCaptureId, 1);
685 // TODO: update mCaptureId to last burst's capture ID + 1?
710 ALOGE("%s: Camera %d: Unable to update common entries of capture "
718 ALOGE("%s: Camera %d: Unable to update JPEG entries of capture "
H A DZslProcessor.cpp317 res = request.update(ANDROID_REQUEST_TYPE,
321 if (res == OK) request.update(ANDROID_REQUEST_INPUT_STREAMS,
325 if (res == OK) request.update(ANDROID_REQUEST_OUTPUT_STREAMS,
327 res = request.update(ANDROID_REQUEST_ID,
331 ALOGE("%s: Unable to update frame to a reprocess request", __FUNCTION__);
356 ALOGE("%s: Camera %d: Unable to update JPEG entries of ZSL "

Completed in 1793 milliseconds

12345678910