Searched refs:mode (Results 451 - 475 of 752) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp248 if (clipState->mode != ClipMode::Rectangle
302 SkXfermode::Mode mode = PaintUtils::getXfermodeDirect(op.paint); local
304 x, y, pureTranslate, alpha, mode, op.paint);
546 paint.setXfermodeMode(op.mode);
763 SkXfermode::Mode mode = PaintUtils::getXfermodeDirect(op.paint); local
765 0.0f, 0.0f, false, alpha, mode, op.paint);
795 int color, SkXfermode::Mode mode, SkColorFilter* colorFilter) {
798 paint.setXfermodeMode(mode);
815 .setFillLayer(buffer->texture, op.colorFilter, layerAlpha, op.mode, Blend::ModeOrderSwap::NoSwap)
855 auto mode local
794 renderRectForLayer(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState& state, int color, SkXfermode::Mode mode, SkColorFilter* colorFilter) argument
[all...]
H A DRenderNode.cpp399 if (info.mode == TreeInfo::MODE_FULL) {
408 if (info.mode == TreeInfo::MODE_FULL && mStagingDisplayList) {
421 if (info.mode == TreeInfo::MODE_FULL) {
907 void RenderNode::issueOperationsOf3dChildren(ChildrenSelectMode mode, argument
912 || (mode == ChildrenSelectMode::NegativeZChildren && zTranslatedNodes[0].key > 0.0f)
913 || (mode == ChildrenSelectMode::PositiveZChildren && zTranslatedNodes[size - 1].key < 0.0f)) {
932 if (mode == ChildrenSelectMode::NegativeZChildren) {
943 endIndex - drawIndex, mode == kNegativeZChildren ? "negative" : "positive");
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp291 ReadOptions::SeekMode mode; local
292 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
H A DSimpleDecodingSource.cpp202 IMediaSource::ReadOptions::SeekMode mode; local
203 if (options != NULL && options->getSeekTo(&out_pts, &mode)) {
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp220 ReadOptions::SeekMode mode; local
221 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp95 In ms_stereo mode the values of the normalized middle/side channels
272 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
275 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
/frameworks/av/services/audioflinger/
H A DEffects.h104 status_t setMode(audio_mode_t mode);
280 void setMode_l(audio_mode_t mode);
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java118 final int mode = (sync) ? InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH
122 return InputManager.getInstance().injectInputEvent(event, mode);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java73 * specifying the desired transaction mode. Once an explicit transaction has begun,
173 * Transaction mode: Deferred.
189 * Corresponds to the SQLite <code>BEGIN DEFERRED</code> transaction mode.
195 * Transaction mode: Immediate.
203 * Corresponds to the SQLite <code>BEGIN IMMEDIATE</code> transaction mode.
209 * Transaction mode: Exclusive.
217 * Corresponds to the SQLite <code>BEGIN EXCLUSIVE</code> transaction mode.
277 * @param transactionMode The transaction mode. One of: {@link #TRANSACTION_MODE_DEFERRED},
935 private Transaction obtainTransaction(int mode, SQLiteTransactionListener listener) { argument
945 transaction.mMode = mode;
[all...]
/frameworks/base/core/java/android/os/
H A DPowerManager.java197 * This is used by the dream manager to implement doze mode. It currently
387 * recovery mode for tasks other than applying system updates, such as
400 * recovery mode for applying system updates.
418 * The 'reason' value used when rebooting in safe mode
855 * such as "ambient mode" may cause the main screen to remain on (albeit in a
915 * Returns true if the device is currently in power save mode. When in this mode,
920 * @return Returns true if currently in low power mode, else false.
931 * Set the current power save mode.
939 public boolean setPowerSaveMode(boolean mode) { argument
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarView.java110 final int mode = a.getInt(R.styleable.CalendarView_calendarViewMode, MODE_HOLO);
113 switch (mode) {
H A DDatePicker.java117 final int mode = a.getInt(R.styleable.DatePicker_datePickerMode, MODE_SPINNER);
121 switch (mode) {
342 * @deprecated Not supported by Material-style {@code calendar} mode
359 * @deprecated Not supported by Material-style {@code calendar} mode
361 * displayed in {@code calendar} mode
377 * @deprecated Not supported by Material-style {@code calendar} mode
392 * @deprecated Not supported by Material-style {@code calendar} mode
408 * @deprecated Not supported by Material-style {@code calendar} mode
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl124 void noteDeviceIdleMode(int mode, String activeReason, int activeUid);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl83 void setMode(int mode, IBinder cb, String callingPackage);
H A DSoundPool.java330 * @param loop loop mode (0 = no loop, -1 = loop forever)
438 * Set loop mode.
440 * Change the loop mode. A loop value of -1 means loop forever,
446 * @param loop loop mode (0 = no loop, -1 = loop forever)
533 final int mode = mAppOps.checkAudioOperation(AppOpsManager.OP_PLAY_AUDIO,
536 mHasAppOpsPlayAudio = (mode == AppOpsManager.MODE_ALLOWED);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
H A DGLES31Ext.spec18 void glBlendEquationiEXT ( GLuint buf, GLenum mode )
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp800 status_t HWComposer::setPowerMode(int disp, int mode) { argument
803 if (mode == HWC_POWER_MODE_OFF) {
807 return (status_t)mHwc->setPowerMode(mHwc, disp, mode);
810 mode == HWC_POWER_MODE_OFF ? 1 : 0);
816 status_t HWComposer::setActiveConfig(int disp, int mode) { argument
819 dd.currentConfig = mode;
821 return (status_t)mHwc->setActiveConfig(mHwc, disp, mode);
823 LOG_FATAL_IF(mode != 0);
H A DHWComposer_hwc1.h100 // set power mode
101 status_t setPowerMode(int disp, int mode);
104 status_t setActiveConfig(int disp, int mode);
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java116 void changeTest(int pos1, int pos2, int mode) { argument
122 mTest = new Filters(mode, index);
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java180 String documentId, String mode, final CancellationSignal signal)
185 return loader.get().openDocument(documentId, mode, signal);
179 openDocument( String documentId, String mode, final CancellationSignal signal) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp200 /******* determine MB prediction mode *******/
438 /* DC transform for luma I16 mode */
698 /* perform prediction to get the actual intra 4x4 pred mode */
928 int mode; local
993 mode = currMB->i4Mode[(block_y<<2)+block_x];
995 if (mode == (AVCIntra4x4PredMode)predIntra4x4PredMode)
999 else if (mode < predIntra4x4PredMode)
1001 rem = mode;
1005 rem = mode - 1;
/frameworks/base/core/java/android/content/
H A DContext.java82 * File creation mode: the default mode, where the created file can only
89 * File creation mode: allow all other applications to have read access to
93 * mode will throw a {@link SecurityException}.
100 * There are no guarantees that this access mode will remain on
109 * File creation mode: allow all other applications to have write access to
113 * mode will throw a {@link SecurityException}.
120 * There are no guarantees that this access mode will remain on
129 * File creation mode: for use with {@link #openFileOutput}, if the file
289 * such as temporary allowing a {@code PendingIntent} to bypass Power Save mode
688 getSharedPreferences(String name, int mode) argument
710 getSharedPreferences(File file, int mode) argument
782 openFileOutput(String name, int mode) argument
1362 getDir(String name, int mode) argument
1384 openOrCreateDatabase(String name, int mode, CursorFactory factory) argument
1415 openOrCreateDatabase(String name, int mode, CursorFactory factory, @Nullable DatabaseErrorHandler errorHandler) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp456 void envReleaseArrayElements(JNIEnv *env, jbyteArray array, jbyte *elems, jint mode) { argument
457 env->ReleaseByteArrayElements(array, elems, mode);
466 void envReleaseArrayElements(JNIEnv *env, jshortArray array, jshort *elems, jint mode) { argument
467 env->ReleaseShortArrayElements(array, elems, mode);
476 void envReleaseArrayElements(JNIEnv *env, jfloatArray array, jfloat *elems, jint mode) { argument
477 env->ReleaseFloatArrayElements(array, elems, mode);
H A Dandroid_media_AudioTrack.cpp349 ALOGE("Error creating AudioTrack in static mode: error creating mem heap base");
372 ALOGE("Unknown mode %d", memoryMode);
585 void envReleaseArrayElements(JNIEnv *env, jbyteArray array, jbyte *elems, jint mode) { argument
586 env->ReleaseByteArrayElements(array, elems, mode);
595 void envReleaseArrayElements(JNIEnv *env, jshortArray array, jshort *elems, jint mode) { argument
596 env->ReleaseShortArrayElements(array, elems, mode);
605 void envReleaseArrayElements(JNIEnv *env, jfloatArray array, jfloat *elems, jint mode) { argument
606 env->ReleaseFloatArrayElements(array, elems, mode);

Completed in 611 milliseconds

<<11121314151617181920>>