Searched defs:set (Results 1 - 25 of 130) sorted by path

123456

/frameworks/av/camera/
H A DCameraParameters.cpp232 void CameraParameters::set(const char *key, const char *value) function in class:android::CameraParameters
248 void CameraParameters::set(const char *key, int value) function in class:android::CameraParameters
252 set(key, str);
259 set(key, str);
345 set(KEY_PREVIEW_SIZE, str);
375 set(KEY_VIDEO_SIZE, str);
394 set(KEY_PREVIEW_FRAME_RATE, fps);
412 set(KEY_PREVIEW_FORMAT, format);
424 set(KEY_PICTURE_SIZE, str);
444 set(KEY_PICTURE_FORMA
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
89 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
110 ALOGE("set(): Could not get audioflinger");
134 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
155 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d", this, mDescriptor.name, mId, mStatus, mEnabled);
H A DAudioRecord.cpp95 mStatus = set(inputSource, sampleRate, format, channelMask,
117 status_t AudioRecord::set( function in class:android::AudioRecord
130 ALOGV("set(): sampleRate %d, channelMask %#x, frameCount %d",sampleRate, channelMask, frameCount);
166 ALOGV("set(): mSessionId %d", mSessionId);
184 ALOGV("AudioRecord::set() minFrameCount = %d", minFrameCount);
338 // the record head position will reset to 0, so if a marker is set, we need
597 // no lock needed because session ID doesn't change after first set()
H A DAudioTrack.cpp118 mStatus = set(streamType, sampleRate, format, channelMask,
139 mStatus = set((audio_stream_type_t)streamType, sampleRate, (audio_format_t)format,
161 mStatus = set(streamType, sampleRate, format, channelMask,
186 status_t AudioTrack::set( function in class:android::AudioTrack
203 ALOGV("set() streamType %d frameCount %d flags %04x", streamType, frameCount, flags);
445 // the playback head position will reset to 0, so if a marker is set, we need
791 // Same comment as below about ignoring frameCount parameter for set()
819 // But when initializing a shared buffer AudioTrack via set(),
994 // timing out when a loop has been set and we have already written upto loop end
1359 // restore write index and set othe
[all...]
H A DSoundPool.cpp565 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
896 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, function in class:android::SoundEvent
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp105 void set(const TYPE& value, uint32_t pos) { function in struct:android::MPEG4Writer::Track::ListTableEntries
238 // Sequence parameter set or picture parameter set
460 // The default MIN_MOOV_BOX_SIZE is set to 0.6% x 1MB / 2,
474 // Max file size limit is set
479 // Max file duration limit is set
485 // When both file size and duration limits are set,
491 // Only max file duration limit is set
522 * user does not ask to set it explicitly.
541 // If file size is set t
[all...]
/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp37 set(src);
44 set(src);
58 void MtpStringBuffer::set(const char* src) { function in class:android::MtpStringBuffer
98 void MtpStringBuffer::set(const uint16_t* src) { function in class:android::MtpStringBuffer
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp73 params.set(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO,
84 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
86 params.set(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES,
97 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE,
110 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE,
115 params.set(CameraParameters::KEY_PREVIEW_FORMAT,
168 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS,
177 params.set(CameraParameters::KEY_PREVIEW_FRAME_RATE,
207 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES,
230 params.set(CameraParameter
980 status_t Parameters::set(const String8& paramString) { function in class:android::camera2::Parameters
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java204 * The Android package of the caller will be set in the options bundle by the
214 * Boolean, if set and 'customTokens' the authenticator is responsible for
683 * @param account The account to set a password for
684 * @param password The password to set, null to clear the password
731 * @param account The account to set the userdata for
732 * @param key The userdata key to set. Must not be null
733 * @param value The value to set, null to clear this userdata key
758 * @param account The account to set an auth token for
900 * set, a status bar notification is also created with the same Intent,
909 * <p>If notifyAuthFailure is not set, i
1387 protected void set(Bundle bundle) { method in class:AccountManager.AmsTask
[all...]
/frameworks/base/core/java/android/app/
H A DAlarmManager.java135 public void set(int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager
137 mService.set(type, triggerAtMillis, operation);
148 * <p>Like {@link #set}, except you can also
159 * set a recurring alarm for the top of every hour but the phone was asleep
179 * @see #set
233 * number of wakeups. Otherwise, the alarm will be set as though the
240 * @see #set
271 * @see #set
H A DApplicationPackageManager.java1198 int match, ComponentName[] set, ComponentName activity) {
1200 mPM.addPreferredActivity(filter, match, set, activity, mContext.getUserId());
1208 ComponentName[] set, ComponentName activity, int userId) {
1210 mPM.addPreferredActivity(filter, match, set, activity, userId);
1218 int match, ComponentName[] set, ComponentName activity) {
1220 mPM.replacePreferredActivity(filter, match, set, activity);
1197 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
1207 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
1217 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
/frameworks/base/core/java/android/content/
H A DContext.java105 * SharedPreference loading flag: when set, the file on disk will
117 * explicitly set if desired.
124 * Database open flag: when set, the database is opened with write-ahead
144 * consider's the target service's process to be. When set, the only way
151 * {@link #BIND_ADJUST_WITH_ACTIVITY} set for them in order to achieve
158 * calls to unbind. When this flag is set, the callstack of the following
181 * the app itself. When set, the platform will try to have the out of
396 AttributeSet set, int[] attrs) {
397 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
408 AttributeSet set, in
395 obtainStyledAttributes( AttributeSet set, int[] attrs) argument
407 obtainStyledAttributes( AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
[all...]
H A DIntentFilter.java246 private static int findStringInSet(String[] set, String string, argument
248 if (set == null) return -1;
251 if (set[i].equals(string)) return i;
256 private static String[] addStringToSet(String[] set, String string, argument
258 if (findStringInSet(set, string, lengths, lenPos) >= 0) return set;
259 if (set == null) {
260 set = new String[2];
261 set[0] = string;
263 return set;
280 removeStringFromSet(String[] set, String string, int[] lengths, int lenPos) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java178 * Resolution and querying flag: if set, only filters that support the
284 * allow test packages (those that have set android:testOnly in their
332 * that you don't want to kill the app containing the component. Be careful when you set this
1073 * this nor {@link #FEATURE_SCREEN_LANDSCAPE} is set then the device supports
1083 * this nor {@link #FEATURE_SCREEN_PORTRAIT} is set then the device supports
1210 * package. If flag GET_UNINSTALLED_PACKAGES is set and if the
1215 * deleted with DONT_DELTE_DATA flag set).
1361 * If flag GET_UNINSTALLED_PACKAGES is set and if the package is not
1367 * deleted with DONT_DELTE_DATA flag set).
1485 * If flag GET_UNINSTALLED_PACKAGES is set,
2769 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2778 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
2805 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java158 * Create a new Resources object on top of an existing set of assets in an
666 * given screen density in DPI. This will set the drawable's density to be
731 * the set is returned.
1072 * In other words, a Theme is a set of values for resource attributes;
1112 * they have in common will be set in this theme.
1207 * <var>set</var>
1234 * @param set The base set of attribute values. May be null.
1253 public TypedArray obtainStyledAttributes(AttributeSet set, argument
1262 XmlBlock.Parser parser = (XmlBlock.Parser)set;
1379 obtainAttributes(AttributeSet set, int[] attrs) argument
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java46 * The Camera class is used to set image capture settings, start/stop preview,
206 // Only set this when sound is forced; otherwise let native code
264 * <p>If this field is set to true, then a call of
265 * {@code enableShutterSound(false)} will be successful. If set to
424 * preview is necessary to take pictures. The same surface can be re-set
425 * without harm. Setting a preview surface will un-set any preview surface
426 * texture that was set via {@link #setPreviewTexture}.
436 * one exception is that if the preview surface is not set (or set to null)
438 * with a non-null parameter to set th
2066 public void set(String key, String value) { method in class:Camera.Parameters
2085 public void set(String key, int value) { method in class:Camera.Parameters
2089 private void set(String key, List<Area> areas) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStats.java47 /** {@link #set} value when all sets combined. */
49 /** {@link #set} value where background data is accounted. */
51 /** {@link #set} value where foreground data is accounted. */
66 private int[] set; field in class:NetworkStats
77 public int set; field in class:NetworkStats.Entry
94 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, argument
98 this.set = set;
129 builder.append(" set=").append(setToString(set));
202 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
285 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
325 findIndex(String iface, int uid, int set, int tag) argument
340 findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) argument
648 setToString(int set) argument
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java19 - fix set() to replace existing values
69 public void set(String key, String value) { method in class:DnsSdTxtRecord
/frameworks/base/core/java/android/os/
H A DSystemProperties.java124 public static void set(String key, String val) { method in class:SystemProperties
H A DWorkSource.java122 public void set(WorkSource other) { method in class:WorkSource
140 public void set(int uid) { method in class:WorkSource
223 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { argument
257 if (!set) {
/frameworks/base/core/java/android/provider/
H A DBrowserContract.java54 * the dirty flag is not automatically set and the "syncToNetwork" parameter
55 * is set to false when calling
538 * @see android.provider.SyncStateContract.Helpers#set
540 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:BrowserContract.SyncState
542 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
712 * If set to non-0 the user has opted into bookmark sync.
H A DContactsContract.java68 * as a phone number or email addresses. The set of data kinds that can be
69 * stored in this table is open-ended. There is a predefined set of common
73 * A row in the {@link RawContacts} table represents a set of data describing a
124 * {@link RawContacts#DIRTY} is not automatically set and the
125 * "syncToNetwork" parameter is set to false when calling
244 * The key to set in the outbound Bundle with the URI that should be authorized.
668 * @see android.provider.SyncStateContract.Helpers#set
670 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:ContactsContract.SyncState
672 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
722 * @see android.provider.SyncStateContract.Helpers#set
724 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:ContactsContract.ProfileSyncState
[all...]
H A DSyncStateContract.java98 * @param account the {@link Account} whose sync state should be set
103 public static void set(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
153 * @param account the {@link Account} whose sync state should be set
173 * @param uri the uri of the specific sync state to set
/frameworks/base/core/java/android/text/
H A DTextLine.java40 * <p>Call set to prepare the instance for use, then either draw, measure,
131 void set(TextPaint paint, CharSequence text, int start, int limit, int dir, method in class:TextLine
248 emojiRect.set(x + h, y + bmAscent,
626 wp.set(mPaint);
887 wp.set(mPaint);
896 wp.set(mPaint);
913 wp.set(mPaint);
946 wp.set(mPaint);
965 * Render a text run with the set-up paint.
1012 wp.set(mPain
[all...]
H A DTextPaint.java60 public void set(TextPaint tp) { method in class:TextPaint
61 super.set(tp);

Completed in 1737 milliseconds

123456