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

12345678910

/frameworks/av/camera/
H A DCameraParameters.cpp238 void CameraParameters::set(const char *key, const char *value) function in class:android::CameraParameters
254 void CameraParameters::set(const char *key, int value) function in class:android::CameraParameters
258 set(key, str);
265 set(key, str);
351 set(KEY_PREVIEW_SIZE, str);
381 set(KEY_VIDEO_SIZE, str);
400 set(KEY_PREVIEW_FRAME_RATE, fps);
418 set(KEY_PREVIEW_FORMAT, format);
430 set(KEY_PICTURE_SIZE, str);
450 set(KEY_PICTURE_FORMA
[all...]
H A DCameraParameters2.cpp92 void CameraParameters2::set(const char *key, const char *value) function in class:android::CameraParameters2
110 void CameraParameters2::set(const char *key, int value)
114 set(key, str);
121 set(key, str);
165 ALOGW("%s: Key1 (%s) was not set", __FUNCTION__, key1);
168 ALOGW("%s: Key2 (%s) was not set", __FUNCTION__, key2);
239 set(CameraParameters::KEY_PREVIEW_SIZE, str);
269 set(CameraParameters::KEY_VIDEO_SIZE, str);
288 set(CameraParameters::KEY_PREVIEW_FRAME_RATE, fps);
307 set(CameraParameter
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DMutexed.h120 inline void set(T& o) const { get() = o; } function in class:android::Mutexed::Locked
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp55 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
91 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
103 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
112 ALOGE("set(): Could not get audioflinger");
136 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
160 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,
H A DAudioRecord.cpp100 mStatus = set(inputSource, sampleRate, format, channelMask, frameCount, cbf, user,
133 status_t AudioRecord::set( function in class:android::AudioRecord
150 ALOGV("set(): inputSource %d, sampleRate %u, format %#x, channelMask %#x, frameCount %zu, "
179 // invariant that mAudioRecord != 0 is true only after set() returns successfully
235 ALOGV("set(): mSessionId %d", mSessionId);
677 // invariant that mAudioRecord != 0 is true only after set() returns successfully
991 // These fields don't need to be cached, because they are assigned only by set():
H A DAudioTrack.cpp212 mStatus = set(streamType, sampleRate, format, channelMask,
243 mStatus = set(streamType, sampleRate, format, channelMask,
277 status_t AudioTrack::set( function in class:android::AudioTrack
298 ALOGV("set(): streamType %d, sampleRate %u, format %#x, channelMask %#x, frameCount %zu, "
345 ALOGV("set() streamType %d frameCount %zu flags %04x", streamType, frameCount, flags);
347 // invariant that mAudioTrack != 0 is true only after set() returns successfully
904 //set effective rates
1071 // current position, compute a new position or loop parameters, and then set that position or
1314 // Same comment as below about ignoring frameCount parameter for set()
1344 // But when initializing a shared buffer AudioTrack via set(),
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp147 void set(const TYPE& value, uint32_t pos) { function in struct:android::MPEG4Writer::Track::ListTableEntries
280 // Sequence parameter set or picture parameter set
600 // The default MIN_MOOV_BOX_SIZE is set to 0.6% x 1MB / 2,
614 // Max file size limit is set
619 // Max file duration limit is set
625 // When both file size and duration limits are set,
631 // Only max file duration limit is set
665 * user does not ask to set it explicitly.
684 // 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
103 void MtpStringBuffer::set(const uint16_t* src) { function in class:android::MtpStringBuffer
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp116 // set class member vars
152 void AudioResamplerDyn<TC, TI, TO>::Constants::set( function in class:android::AudioResamplerDyn::Constants
177 mConstants.set(128, 8, mSampleRate, mSampleRate); // TODO: set better
227 // create and set filter
382 mConstants.set(phases, halfLength, inSampleRate, mSampleRate);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.cpp47 status_t Element<audio_source_t>::set(audio_devices_t devices) function in class:android::audio_policy::Element
53 ALOGE("%s: trying to set an invalid device 0x%X for input source %s",
H A DStrategy.cpp47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices) function in class:android::audio_policy::Element
50 ALOGE("%s: trying to set an invalid device 0x%X for strategy %s",
H A DStream.cpp45 * @return NO_ERROR if the strategy is set correctly, error code otherwise.
48 status_t Element<audio_stream_type_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
66 status_t Element<audio_stream_type_t>::set<audio_stream_type_t>(audio_stream_type_t volumeProfile) function in class:android::audio_policy::Element
H A DUsage.cpp37 status_t Element<audio_usage_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp122 params.set(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO,
134 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
145 params.set(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES,
154 params.set(CameraParameters::KEY_PREVIEW_FORMAT,
214 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS,
226 params.set(CameraParameters::KEY_PREVIEW_FRAME_RATE,
233 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE,
246 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE,
277 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES,
302 params.set(CameraParameter
1185 status_t Parameters::set(const String8& paramString) { function in class:android::camera2::Parameters
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java228 * The Android package of the caller will be set in the options bundle by the
238 * Boolean, if set and 'customTokens' the authenticator is responsible for
1077 * @param account The account whose password is to be set. Cannot be
1079 * @param password The password to set, null to clear the password
1132 * @param account Account whose user data is to be set. Must not be {@code null}.
1133 * @param key String user data key to set. Must not be null
1134 * @param value String value to set, {@code null} to clear this user data key
1161 * @param account The account to set an auth token for
1305 * set, a status bar notification is also created with the same Intent,
1314 * <p>If notifyAuthFailure is not set, i
1938 protected void set(Bundle bundle) { method in class:AccountManager.AmsTask
[all...]
/frameworks/base/core/java/android/app/
H A DAlarmManager.java176 * time the alarm is set to the time it is delivered, or delivery will fail. Only
177 * one-shot alarms can be set using this mechanism, not repeating alarms.
335 public void set(int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager
341 * Direct callback version of {@link #set(int, long, PendingIntent)}. Rather than
363 public void set(int type, long triggerAtMillis, String tag, OnAlarmListener listener, method in class:AlarmManager
375 * <p>Like {@link #set}, except you can also supply a period at which
386 * set a recurring alarm for the top of every hour but the phone was asleep
413 * @see #set
433 * is similar to {@link #set(int, long, PendingIntent)}, but allows the
446 * {@link #set(in
593 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, method in class:AlarmManager
609 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, method in class:AlarmManager
626 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, method in class:AlarmManager
[all...]
H A DApplicationPackageManager.java351 // depending on what the current runtime's instruction set is.
355 // Get the instruction set that the libraries of secondary Abi is supported.
362 // Everything will be set up correctly because info.nativeLibraryDir will
2013 int match, ComponentName[] set, ComponentName activity) {
2015 mPM.addPreferredActivity(filter, match, set, activity, mContext.getUserId());
2023 ComponentName[] set, ComponentName activity, int userId) {
2025 mPM.addPreferredActivity(filter, match, set, activity, userId);
2033 int match, ComponentName[] set, ComponentName activity) {
2035 mPM.replacePreferredActivity(filter, match, set, activity, mContext.getUserId());
2043 int match, ComponentName[] set, ComponentNam
2012 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2022 addPreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
2032 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2042 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContext.java137 * SharedPreference loading flag: when set, the file on disk will
149 * explicitly set if desired.
164 * Database open flag: when set, the database is opened with write-ahead
174 * Database open flag: when set, the database is opened without support for
209 * consider's the target service's process to be. When set, the only way
216 * {@link #BIND_ADJUST_WITH_ACTIVITY} set for them in order to achieve
223 * calls to unbind. When this flag is set, the callstack of the following
246 * the app itself. When set, the platform will try to have the out of
301 * is coming from the system, set the process state to FOREGROUND_SERVICE
598 AttributeSet set,
597 obtainStyledAttributes( AttributeSet set, @StyleableRes int[] attrs) argument
609 obtainStyledAttributes( AttributeSet set, @StyleableRes int[] attrs, @AttrRes int defStyleAttr, @StyleRes int defStyleRes) argument
[all...]
H A DIntentFilter.java287 private static int findStringInSet(String[] set, String string, argument
289 if (set == null) return -1;
292 if (set[i].equals(string)) return i;
297 private static String[] addStringToSet(String[] set, String string, argument
299 if (findStringInSet(set, string, lengths, lenPos) >= 0) return set;
300 if (set == null) {
301 set = new String[2];
302 set[0] = string;
304 return set;
321 removeStringFromSet(String[] set, String string, int[] lengths, int lenPos) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java110 * would have otherwise been omitted from a result set by current system
345 * in the returned info. Note that if you set this flag, applications
351 * Resolution and querying flag: if set, only filters that support the
359 * Querying flag: if set and if the platform is doing any filtering of the
444 * Flag for {@link #addCrossProfileIntentFilter}: if this flag is set: when
454 * Flag for {@link #addCrossProfileIntentFilter}: if this flag is set:
599 * allow test packages (those that have set android:testOnly in their
650 * is set the runtime permissions will be granted to all users, otherwise
697 * that you don't want to kill the app containing the component. Be careful when you set this
1414 * state. Put another way: if there are any 'always ask' apps in a set o
5264 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5273 addPreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
5300 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5307 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java201 * Create a new Resources object on top of an existing set of assets in an
775 * given screen density in DPI. This will set the drawable's density to be
879 * from the set is returned.
900 * color from the set is returned.
1334 * In other words, a Theme is a set of values for resource attributes;
1383 * they have in common will be set in this theme.
1441 * <var>set</var>
1468 * @param set The base set of attribute values. May be null.
1487 public TypedArray obtainStyledAttributes(AttributeSet set, argument
1746 obtainAttributes(AttributeSet set, int[] attrs) argument
2137 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
[all...]
H A DResourcesImpl.java351 // If even after the update there are no Locales set, grab the default locales.
479 * the new ones, even if they're set manually.
1038 * Creates a new ThemeImpl which is already set to the given Resources.ThemeKey.
1107 AttributeSet set,
1119 final XmlBlock.Parser parser = (XmlBlock.Parser) set;
1106 obtainStyledAttributes(@onNull Resources.Theme wrapper, AttributeSet set, @StyleableRes int[] attrs, @AttrRes int defStyleAttr, @StyleRes int defStyleRes) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java54 * The Camera class is used to set image capture settings, start/stop preview,
245 // Only set this when sound is forced; otherwise let native code
307 * <p>If this field is set to true, then a call of
308 * {@code enableShutterSound(false)} will be successful. If set to
604 * preview is necessary to take pictures. The same surface can be re-set
605 * without harm. Setting a preview surface will un-set any preview surface
606 * texture that was set via {@link #setPreviewTexture}.
616 * one exception is that if the preview surface is not set (or set to null)
618 * with a non-null parameter to set th
2535 public void set(String key, String value) { method in class:Camera.Parameters
2554 public void set(String key, int value) { method in class:Camera.Parameters
2569 private void set(String key, List<Area> areas) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java80 * {@link CaptureResult#get} or to set fields with
81 * {@link CaptureRequest.Builder#set(Key, Object)}.
83 * <p>For example, to set the crop rectangle for the next capture:
86 * captureRequestBuilder.set(SCALER_CROP_REGION, cropRectangle);
269 * @return The value of that key, or {@code null} if the field is not set.
316 * @return the last tag Object set on this request, or {@code null} if
317 * no tag has been set.
390 * <p>A request is considered equal to another is if it's set of key/values is equal, it's
564 * @param value The value to set the field to, which must be of a matching
567 public <T> void set( method in class:CaptureRequest.Builder
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java346 * @return the field corresponding to the {@code key}, or {@code null} if no value was set
373 throw new ServiceSpecificException(err, "Failure to set up global vendor tags");
392 * @param value The value to set the field to, which must be of a matching
395 public <T> void set(Key<T> key, T value) { method in class:CameraMetadataNative
405 public <T> void set(CaptureRequest.Key<T> key, T value) { method in class:CameraMetadataNative
406 set(key.getNativeKey(), value);
409 public <T> void set(CaptureResult.Key<T> key, T value) { method in class:CameraMetadataNative
410 set(key.getNativeKey(), value);
413 public <T> void set(CameraCharacteristics.Key<T> key, T value) { method in class:CameraMetadataNative
414 set(ke
[all...]

Completed in 6391 milliseconds

12345678910