Searched refs:mode (Results 101 - 125 of 609) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode) argument
26 switch (mode) {
32 thiz->mMode = mode;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dd_plsf.h66 #include "mode.h"
171 enum Mode mode, /* i : coder mode */
H A Dgc_pred.h60 #include "mode.h"
99 Word16 past_qua_en_MR122[4]; /* MA predictor memory for MR122 mode, Q10 */
130 enum Mode mode, /* i : AMR mode */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dc_g_aver.h61 #include "mode.h"
143 enum Mode mode, /* i : AMR mode */
H A Ddec_amr.h70 #include "mode.h"
178 Word16 Decoder_amr_reset(Decoder_amrState *st, enum Mode mode);
187 enum Mode mode, /* i : AMR mode */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.h62 #include "mode.h"
153 enum Mode mode, /* i : coder mode */
H A Dgsmamr_enc.h180 enum Mode mode,
H A Dpitch_fr.h65 #include "mode.h"
128 enum Mode mode, /* i : codec mode */
H A Dsid_sync.cpp74 #include "mode.h"
439 mode = codec mode (enum Mode)
457 This function performs SID frame synchronization to ensure that the mode
458 only switches to a neighbouring mode.
496 enum Mode mode,
502 if (mode == MRDTX)
495 sid_sync(void *state, enum Mode mode, enum TXFrameType *tx_frame_type) argument
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java65 * modification time and access mode of the resulting file will be set if desired,
72 * If the {@code mode} argument is negative, then the resulting output file will not
73 * have its access mode or last modification time reset as part of this operation.
81 * @param mode Unix-style file mode (as used by the chmod(2) syscall) to be set on
84 * the mode nor the mtime values will be applied to the restored file.
86 * last modification time of the output file. if the {@code mode} parameter is
93 long size, int type, long mode, long mtime, File outFile) throws IOException {
108 // and using the default mode for those is appropriate.
146 if (mode >
92 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowCallbackWrapper.java135 public void onActionModeStarted(ActionMode mode) { argument
136 mWrapped.onActionModeStarted(mode);
140 public void onActionModeFinished(ActionMode mode) { argument
141 mWrapped.onActionModeFinished(mode);
/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl38 void setMode(int code, int uid, String packageName, int mode);
41 void setAudioRestriction(int code, int usage, int uid, int mode, in String[] exceptionPackages);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DFramebufferBlendActivity.java87 private void drawBlendedBitmap(Canvas canvas, PorterDuff.Mode mode) { argument
93 mPaint.setXfermode(new PorterDuffXfermode(mode));
99 private void drawBlendedBitmapInverse(Canvas canvas, PorterDuff.Mode mode) { argument
104 mPaint.setXfermode(new PorterDuffXfermode(mode));
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp58 aw_info.mode = AwDrawGLInfo::kModeDraw;
77 aw_info.mode = AwDrawGLInfo::kModeProcess;
80 aw_info.mode = AwDrawGLInfo::kModeProcessNoContext;
83 aw_info.mode = AwDrawGLInfo::kModeSync;
/frameworks/av/include/media/stagefright/
H A DMediaSource.h78 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
80 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
/frameworks/av/services/audiopolicy/
H A Daudio_policy.conf59 # mode <gain modes supported> # e.g. AUDIO_GAIN_MODE_CHANNELS
60 # channel_mask <controlled channels> # needed if mode AUDIO_GAIN_MODE_CHANNELS
65 # min_ramp_ms <min duration in ms> # needed if mode AUDIO_GAIN_MODE_RAMP
66 # max_ramp_ms <max duration ms> # needed if mode AUDIO_GAIN_MODE_RAMP
96 mode AUDIO_GAIN_MODE_JOINT
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl114 * @param mode Access mode of the file system entity, e.g. 0660.
124 int type, String domain, String path, long mode, long mtime,
H A DUiModeManager.java28 * It provides functionality to disable the car mode and it gives access to the
29 * night mode settings.
35 * to the appropriate UI mode, sends broadcasts about the mode switch, and
36 * starts the corresponding mode activity if appropriate. See the
40 * <p>In addition, the user may manually switch the system to car mode without
41 * physically being in a dock. While in car mode -- whether by manual action
43 * displayed allowing the user to exit dock mode. Thus the dock mode
55 * Broadcast sent when the device's UI has switched to car mode, eithe
211 setNightMode(int mode) argument
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime,
/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp41 SkPorterDuff::Mode mode = (SkPorterDuff::Mode) modeHandle; local
42 return reinterpret_cast<jlong>(SkColorFilter::CreateModeFilter(srcColor, SkPorterDuff::ToXfermodeMode(mode)));
H A DXfermode.cpp38 SkAvoidXfermode::Mode mode = static_cast<SkAvoidXfermode::Mode>(modeHandle); local
39 return reinterpret_cast<jlong>(SkAvoidXfermode::Create(opColor, tolerance, mode));
/frameworks/base/include/androidfw/
H A DAssetManager.h154 Asset* open(const char* fileName, AccessMode mode);
164 Asset* openNonAsset(const char* fileName, AccessMode mode, int32_t* outCookie = NULL);
170 Asset* openNonAsset(const int32_t cookie, const char* fileName, AccessMode mode);
244 Asset* openInPathLocked(const char* fileName, AccessMode mode,
246 Asset* openNonAssetInPathLocked(const char* fileName, AccessMode mode,
248 Asset* openInLocaleVendorLocked(const char* fileName, AccessMode mode,
257 Asset* openAssetFromFileLocked(const String8& fileName, AccessMode mode);
259 const ZipEntryRO entry, AccessMode mode, const String8& entryName);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DWindowCallback.java123 public void onActionModeStarted(ActionMode mode) { argument
128 public void onActionModeFinished(ActionMode mode) { argument
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java57 public static void setImportantForAccessibility(View view, int mode) { argument
58 view.setImportantForAccessibility(mode);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyResultMapper.java164 * control.mode
181 int mode = LegacyMetadataMapper.convertSceneModeFromLegacy(legacySceneMode);
182 if (mode != LegacyMetadataMapper.UNKNOWN_MODE) {
183 result.set(CaptureResult.CONTROL_SCENE_MODE, mode);
187 Log.w(TAG, "Unknown scene mode " + legacySceneMode +
198 int mode = LegacyMetadataMapper.convertEffectModeFromLegacy(legacyEffectMode);
199 if (mode != LegacyMetadataMapper.UNKNOWN_MODE) {
200 result.set(CaptureResult.CONTROL_EFFECT_MODE, mode);
202 Log.w(TAG, "Unknown effect mode " + legacyEffectMode +
221 // flash.mode, flas
451 convertLegacyAfMode(String mode) argument
478 convertLegacyAwbMode(String mode) argument
[all...]

Completed in 1592 milliseconds

1234567891011>>