Searched defs:set (Results 76 - 100 of 130) sorted by relevance

123456

/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 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/base/core/java/android/net/
H A DNetworkStats.java46 /** {@link #set} value when all sets combined. */
48 /** {@link #set} value where background data is accounted. */
50 /** {@link #set} value where foreground data is accounted. */
65 private int[] set; field in class:NetworkStats
76 public int set; field in class:NetworkStats.Entry
93 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, argument
97 this.set = set;
128 builder.append(" set=").append(setToString(set));
201 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
284 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
324 findIndex(String iface, int uid, int set, int tag) argument
339 findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) argument
647 setToString(int set) argument
[all...]
/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...]
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java60 /** Return a region set to the specified rectangle
67 /** Return a region set to the specified rectangle
82 public boolean set(Region region) { method in class:Region
88 public boolean set(Rect r) { method in class:Region
94 public boolean set(int left, int top, int right, int bottom) { method in class:Region
124 * Return a new Rect set to the bounds of the region. If the region is
125 * empty, the Rect will be set to [0, 0, 0, 0]
135 * Rect will be set to [0, 0, 0, 0]
218 * If this region is empty, then dst will be set to empty.
237 * If this region is empty, then dst will be set t
[all...]
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp187 points[0].set(bounds[0], bounds[1]);
188 points[1].set(bounds[2], bounds[3]);
397 void SkiaComposeShader::set(TextureCache* textureCache, GradientCache* gradientCache) { function in class:android::uirenderer::SkiaComposeShader
398 SkiaShader::set(textureCache, gradientCache);
399 mFirst->set(textureCache, gradientCache);
400 mSecond->set(textureCache, gradientCache);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java58 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
136 NetworkTemplate template, int uid, int set, int tag, int fields) {
137 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
145 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
150 final boolean setMatches = set == SET_ALL || key.set == set;
181 entry.set = key.set;
201 public void recordData(NetworkIdentitySet ident, int uid, int set, in argument
135 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields) argument
144 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
233 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
501 public final int set; field in class:NetworkStatsCollection.Key
506 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java79 /* If set, this will keep connections alive after a request has been
84 /* If set, this will cause response data to be sent in 'chunked' format */
87 /* If set, this will indicate a new redirection host */
90 /* If set, this indicates the reason for redirection */
153 * @param set True for the server to be HTTP/1.1, false for HTTP/1.0
155 public void setHttpVersion11(boolean set) { argument
156 http11 = set;
157 if (set) {
192 * When this value is set, the server will respond to a request with
193 * a redirect code with the Location response header set t
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java131 private void set(int[] a) { method in class:Bridge.IntArray
219 // When DEBUG_LAYOUT is set and is not 0 or false, setup a default listener
485 sIntArrayWrapper.set(array);
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java223 * the value is {@code null}. To set a binary attribute, use an empty
302 super.set("a=rtpmap:" + format, ' ', null);
303 super.set("a=fmtp:" + format, ' ', fmtp);
311 super.set("a=rtpmap:" + format, ' ', null);
312 super.set("a=fmtp:" + format, ' ', null);
356 super.set("a=rtpmap:" + format, ' ', rtpmap);
357 super.set("a=fmtp:" + format, ' ', fmtp);
383 * This class acts as a set of fields, and the size of the set is expected
423 set("
584 private void set(String key, char delimiter, String value) { method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java124 public void set( method in class:MediaCodec.BufferInfo
347 public void set( method in class:MediaCodec.CryptoInfo
432 * set of output buffers returned by {@link #getOutputBuffers} from
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java192 // if (upgradeVersion == [the DATABASE_VERSION you set] - 1) {
194 // upgradeVersion = [the DATABASE_VERSION you set]
702 * New settings for set install location UI no longer initiated here.
709 * Update the screen timeout value if set to never
915 // This upgrade makes sure that MODE_RINGER_STREAMS_AFFECTED is set
1057 // only set default if it has not yet been set
1287 // date with new changes to the set of global versus system/secure settings
1459 // if the globally-scoped device-provisioned bit is set
1524 private String[] hashsetToStringArray(HashSet<String> set) { argument
[all...]
/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.
/frameworks/base/core/java/android/text/format/
H A DTime.java192 set(other);
389 * ends with "Z" then the timezone is set to UTC. If the date-time string
391 * field of this Time class is set to true and the <code>hour</code>,
392 * <code>minute</code>, and <code>second</code> fields are set to zero;
394 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
395 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
396 * and the field <code>isDst</code> is set to -1 (unknown). To set those
448 * the {@link #allDay} field is set to true and the {@link #hour},
449 * {@link #minute}, and {@link #second} fields are set t
542 native public void set(long millis); method in class:Time
555 public void set(Time that) { method in class:Time
574 public void set(int second, int minute, int hour, int monthDay, int month, int year) { method in class:Time
597 public void set(int monthDay, int month, int year) { method in class:Time
[all...]
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java233 void set(InternalInsetsInfo other) { method in class:ViewTreeObserver.InternalInsetsInfo
234 contentInsets.set(other.contentInsets);
235 visibleInsets.set(other.visibleInsets);
236 touchableRegion.set(other.touchableRegion);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { function in class:android::SkMatrixGlue
252 srcPt[i].set(SkFloatToScalar(src[x]), SkFloatToScalar(src[y]));
253 dstPt[i].set(SkFloatToScalar(dst[x]), SkFloatToScalar(dst[y]));
277 // we allocate twice the count, 1 set for src, 1 for dst
285 srcPt[i].set(SkFloatToScalar(srcArray[i << 1]),
344 matrix->set(i, SkFloatToFixed(src[i]));
347 matrix->set(j, SkFloatToFract(src[j]));
351 matrix->set(i, src[i]);
367 {"native_set","(II)V", (void*) SkMatrixGlue::set},
/frameworks/base/location/java/android/location/
H A DLocation.java122 set(l);
128 public void set(Location l) { method in class:Location
469 * @return the provider, or null if it has not been set
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java862 private void assertUidTotal(NetworkTemplate template, int uid, int set, long rxBytes, argument
866 template, uid, set, TAG_NONE, FIELD_ALL);
873 assertValues(stats, IFACE_ALL, uid, set, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
972 private static void assertValues(NetworkStats stats, String iface, int uid, int set, argument
975 if (set == SET_DEFAULT || set == SET_ALL) {
981 if (set == SET_FOREGROUND || set == SET_ALL) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java84 public void set(Matrix_Delegate matrix) { method in class:Matrix_Delegate
92 public void set(float[] values) { method in class:Matrix_Delegate
796 private final static int kTranslate_Mask = 0x01; //!< set if the matrix has translation
797 private final static int kScale_Mask = 0x02; //!< set if the matrix has X or Y scale
798 private final static int kAffine_Mask = 0x04; //!< set if the matrix skews or rotates
799 private final static int kPerspective_Mask = 0x08; //!< set if the matrix is in perspective
H A DPath_Delegate.java106 newDelegate.set(pathDelegate);
141 pathDstDelegate.set(pathSrcDelegate);
484 private void set(Path_Delegate delegate) { method in class:Path_Delegate
594 * automatically set to (0,0).
625 * this contour, the first point is automatically set to (0,0).
664 * made for this contour, the first point is automatically set to (0,0).
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java79 * be in any order. A EOS at the end of a set of (key, value) pairs
80 * indicates that the next set of (key, value) pairs are for a new
536 * set IP configuration for a given network id
994 loge("failed to set SSID: "+config.SSID);
1003 loge("failed to set BSSID: "+config.BSSID);
1014 loge("failed to set key_mgmt: "+
1026 loge("failed to set proto: "+
1038 loge("failed to set auth_alg: "+
1051 loge("failed to set pairwise: "+
1063 loge("failed to set grou
1526 makeString(BitSet set, String[] strings) argument
[all...]
H A DWifiConfiguration.java34 * configurations use the key_id field with the engine_id set to "keystore".
54 * String to set the engine value to when it should be enabled.
60 * String to set the engine value to when it should be disabled.
289 * When set, this network configuration entry should only be used when
331 * The set of key management protocols supported by this configuration.
337 * The set of security protocols supported by this configuration.
343 * The set of authentication protocols supported by this configuration.
349 * The set of pairwise ciphers for WPA supported by this configuration.
355 * The set of group ciphers supported by this configuration.
551 BitSet set
558 writeBitSet(Parcel dest, BitSet set) argument
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp98 void Region::set(const Rect& r) function in class:android::Region
104 void Region::set(uint32_t w, uint32_t h) function in class:android::Region
/frameworks/rs/
H A DrsFont.h58 void set(int32_t l, int32_t r, int32_t t, int32_t b) { function in struct:android::renderscript::Font::Rect

Completed in 453 milliseconds

123456