Searched defs:set (Results 201 - 225 of 234) sorted by relevance

12345678910

/frameworks/av/media/libmedia/
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/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/service/notification/
H A DZenModeConfig.java269 private static <T> void addKeys(ArraySet<T> set, ArrayMap<T, ?> map) { argument
272 set.add(map.keyAt(i));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java137 * &lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt;
144 * &lt;/set&gt;
159 /** Local, mutable animator set. */
170 /** The animator set that is parsed from the xml. */
551 * Prepares a local set of mutable animators based on the constant
557 * @param animatorSet the animator set to which the animators should
816 void init(@NonNull AnimatorSet set); argument
847 public void init(@NonNull AnimatorSet set) { argument
853 // Keep a deep copy of the set, such that set ca
1013 init(@onNull AnimatorSet set) argument
1039 parseAnimatorSet(AnimatorSet set, long startTime) argument
1480 callOnFinished(VectorDrawableAnimatorRT set, int id) argument
1501 nStart(long animatorSetPtr, VectorDrawableAnimatorRT set, int id) argument
1502 nReverse(long animatorSetPtr, VectorDrawableAnimatorRT set, int id) argument
[all...]
/frameworks/base/libs/hwui/
H A DSpotShadow.cpp91 void set(float angle, bool isPenumbra, int index) { function in struct:android::uirenderer::SpotShadow::VertexAngleData
942 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], newPenumbra[i].x,
946 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], umbra[i].x, umbra[i].y,
986 AlphaVertex::set(&shadowVertices[vertexBufferIndex++],
993 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], centroid.x,
/frameworks/base/location/java/android/location/
H A DGpsMeasurement.java186 public void set(GpsMeasurement measurement) { method in class:GpsMeasurement
323 * Searching : [ 0 ] : {@link #STATE_UNKNOWN} is set
324 * Ranging code lock : [ 0 1 ms ] : {@link #STATE_CODE_LOCK} is set
325 * Bit sync : [ 0 20 ms ] : {@link #STATE_BIT_SYNC} is set
326 * Subframe sync : [ 0 6 ms ] : {@link #STATE_SUBFRAME_SYNC} is set
327 * TOW decoded : [ 0 1 week ] : {@link #STATE_TOW_DECODED} is set
649 * If the field is not set, the carrier frequency corresponds to L1.
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp140 SetFields set; member in struct:android::fields_t
478 jobject iterator = env->CallObjectMethod(entrySet, gFields.set.iterator);
660 GET_METHOD_ID(gFields.set.iterator, clazz, "iterator", "()Ljava/util/Iterator;");
1204 throwExceptionAsNecessary(env, err, "Failed to set property");
1234 throwExceptionAsNecessary(env, err, "Failed to set property");
1258 throwExceptionAsNecessary(env, err, "Failed to set cipher algorithm");
1282 throwExceptionAsNecessary(env, err, "Failed to set mac algorithm");
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java778 int match, ComponentName[] set, ComponentName activity) {
787 int match, ComponentName[] set, ComponentName activity) {
777 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
786 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java92 /** Map of set of clients (one for each target context) */
742 public void set(int newState) { method in class:CameraStreamer.State
743 mCurrent.set(newState);
824 /** The set of camera listeners. */
1143 mState.set(State.STATE_RUNNING);
1155 mState.set(State.STATE_STOPPED);
1163 mState.set(State.STATE_HALTED);
1170 mState.set(State.STATE_RUNNING);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java200 // if no custom stroke as been set, set the default one.
209 * Returns the {@link Xfermode} delegate or null if none have been set
218 * Returns the {@link ColorFilter} delegate or null if none have been set
235 * Returns the {@link Shader} delegate or null if none have been set
244 * Returns the {@link MaskFilter} delegate or null if none have been set
253 * Returns the {@link Rasterizer} delegate or null if none have been set
716 delegate_dst.set(delegate_src);
1183 set(paint);
1186 private void set(Paint_Delegat method in class:Paint_Delegate
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java78 Resources res, Theme theme, AttributeSet set, int[] attrs) {
80 return res.obtainAttributes(set, attrs);
82 return theme.obtainStyledAttributes(set, attrs, 0, 0);
841 mLocalMatrix.set(copy.mLocalMatrix);
1052 currentGroup.mStackedMatrix.set(currentMatrix);
1086 mFinalPathMatrix.set(groupStackedMatrix);
77 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java158 * Some applications that target both pre API 17 and post API 17, set the newer attrs to
447 // set the resource ref to have correct view cookies
659 public final BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs) { argument
660 return obtainStyledAttributes(set, attrs, 0, 0);
664 public BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, argument
671 if (set instanceof BridgeXmlBlockParser) {
673 parser = (BridgeXmlBlockParser)set;
686 } else if (set instanceof BridgeLayoutParamsMapAttributes) {
690 } else if (set != null) { // null parser is ok
704 if (set !
[all...]
H A DBridgePackageManager.java686 public void addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
691 public void replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java234 * When set, this network configuration entry should only be used when
317 * The set of key management protocols supported by this configuration.
323 * The set of security protocols supported by this configuration.
329 * The set of authentication protocols supported by this configuration.
335 * The set of pairwise ciphers for WPA supported by this configuration.
341 * The set of group ciphers supported by this configuration.
363 * Roaming Consortium Id list for passpoint credential; identifies a set of networks where
408 * The value is not guaranteed to be set or current (Although it SHOULDNT change once set)
409 * Valid values are from 1 - 255. Initialized here as 0, use this to check if set
1686 writeBitSet(Parcel dest, BitSet set) argument
[all...]
/frameworks/base/core/java/android/app/
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...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java214 // These flags are always set on a new/reset paint, even if flags 0 is passed.
232 * Bidi flag to set LTR paragraph direction.
239 * Bidi flag to set RTL paragraph direction.
513 * get() on all of the src fields, and calling the corresponding set()
516 public void set(Paint src) { method in class:Paint
641 * Helper for getFlags(), returning true if ANTI_ALIAS_FLAG bit is set
646 * @return true if the antialias bit is set in the paint's flags.
658 * @param aa true to set the antialias bit in the flags, false to clear it
667 * Helper for getFlags(), returning true if DITHER_FLAG bit is set
674 * @return true if the dithering bit is set i
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java54 asynchronously and uses a set of input and output buffers. At a simplistic level, you request
268 After creating the codec, you can set a callback using {@link #setCallback setCallback} if you
272 you can set the decryption parameters for secure codecs (see {@link MediaCrypto}). Finally, since
282 your input data using {@link #createInputSurface} after configuration. Alternately, set up the
303 Android uses the following codec-specific data buffers. These are also required to be set in
304 the track format for proper {@link MediaMuxer} track configuration. Each parameter set and the
381 Each codec maintains a set of input and output buffers that are referred to by a buffer-ID in
538 In versions {@link android.os.Build.VERSION_CODES#KITKAT_WATCH} and before, the set of input and
578 empty input buffer with the end-of-stream flag set. If using an empty buffer, the timestamp will
582 output stream by specifying the same end-of-stream flag in the {@link BufferInfo} set i
1486 public void set( method in class:MediaCodec.BufferInfo
2369 public void set(int blocksToEncrypt, int blocksToSkip) { method in class:MediaCodec.CryptoInfo.Pattern
2398 public void set( method in class:MediaCodec.CryptoInfo
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java122 * one off SyncOperation and set its {@link SyncOperation#sourcePeriodicId} field to the jobId of the
701 * (pass null to url, set onlyTicklable to false), only those
703 * set onlyTicklable to true), or a specific provider (set url
1088 // with ignoreBackoff set.
1151 Slog.v(TAG, "Delay Until time set to " + newDelayUntilTime + " for " + target);
1360 // syncAlreadyInProgress flag is set by AbstractThreadedSyncAdapter. The sync adapter
1608 tobj.set(time);
1697 table.set(0, 0,
1740 table.set(ro
3200 void set(int row, int col, Object... values) { method in class:SyncManager.PrintTable
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp89 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) argument
90 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0)
299 const sp<ResourceTypeSet>& set,
307 ResourceDirIterator it(set, String8(resType));
364 const sp<ResourceTypeSet>& set, const char* type)
370 ResourceDirIterator it(set, String8(type));
412 sp<ResourceTypeSet> set = new ResourceTypeSet(); local
414 printf("Creating new resource type set for leaf %s with group %s (%p)\n",
417 set->add(leafName, group);
418 resources->add(resType, set);
297 makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set, const char* resType) argument
363 preProcessImages(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<ResourceTypeSet>& set, const char* type) argument
420 sp<ResourceTypeSet> set = resources->valueAt(index); local
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp875 ALOGE("setActiveConfig: Failed to set active config on HWC1 (%d)",
921 ALOGE("[%" PRIu64 "] Failed to set HWC1 config (%d)", mId, intError);
991 ALOGE_IF(error != 0, "setPowerMode: Failed to set power mode on HWC1 (%d)",
1020 ALOGE_IF(error != 0, "setVsyncEnabled: Failed to set vsync on HWC1 (%d)",
1162 ALOGE("populateConfigs: HWC1 ID not set");
1358 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) function in class:android::HWC2On1Adapter::Display
1363 ALOGE("[%" PRIu64 "] set failed: not validated", mId);
1386 ALOGE("[%" PRIu64 "] set: last HWC layer wasn't FRAMEBUFFER_TARGET",
1741 std::set<int32_t> HWC2On1Adapter::Display::Config::getColorTransforms() const
1743 std::set<int32_
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp211 ALOGE("Error on set SSID");
281 ALOGE("Could not set interface %s flags: %d\n", ifname, errno);
286 ALOGD("set interface %s flags (%s)\n", ifname, dev_up ? "UP" : "DOWN");
320 ALOGD("Did set static halHandle = %p", halHandle);
961 // Let's cache the supported feature set to avoid unnecessary HAL invocations.
1087 feature_set set = 0; local
1091 set = WIFI_FEATURE_INFRA
1102 result = hal_fn.wifi_get_supported_feature_set(handle, &set);
1104 // ALOGD("wifi_get_supported_feature_set returned set = 0x%x", 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/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...]

Completed in 1709 milliseconds

12345678910