Searched refs:set (Results 151 - 175 of 1378) sorted by relevance

1234567891011>>

/frameworks/av/camera/
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/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java90 mAvailableRect.set(0, 0, mDisplayWidth, mDisplayHeight);
92 mAvailableRect.set(stackBounds);
106 * Tries to set task's bound in a way that it won't collide with any other task. By colliding
173 mTmpProposal.set(mAvailableRect.left, mAvailableRect.bottom - height,
180 mTmpProposal.set(mAvailableRect.right - width, mAvailableRect.bottom - height,
187 mTmpProposal.set(mAvailableRect.left, mAvailableRect.top,
194 mTmpProposal.set(mAvailableRect.right - width, mAvailableRect.top,
201 mTmpProposal.set(mDefaultFreeformStartX, mDefaultFreeformStartY,
208 mTmpOriginal.set(proposal);
218 proposal.set(mTmpOrigina
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java70 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
169 NetworkTemplate template, int uid, int set, int tag, int fields,
171 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE,
180 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
182 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
191 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
206 if (key.uid == uid && NetworkStats.setMatches(set, key.set) && key.tag == tag
243 && key.set < NetworkStats.SET_DEBUG_START) {
249 entry.set
168 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, @NetworkStatsAccess.Level int accessLevel) argument
179 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
190 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel, int callerUid) argument
271 recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, long end, NetworkStats.Entry entry) argument
305 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
648 public final int set; field in class:NetworkStatsCollection.Key
653 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/wizard/
H A DGuidedDatePickerTest.java253 cal.set(Calendar.YEAR, 2016); // 2016 is a leap year
254 cal.set(Calendar.MONTH, Calendar.JANUARY);
255 cal.set(Calendar.DAY_OF_MONTH, cal.getActualMaximum(Calendar.DAY_OF_MONTH));
299 cal.set(Calendar.YEAR, 2016);
300 cal.set(Calendar.MONTH, Calendar.FEBRUARY);
301 cal.set(Calendar.DAY_OF_MONTH, cal.getActualMaximum(Calendar.DAY_OF_MONTH));
345 cal.set(Calendar.YEAR, 2017); // 2017 is a leap year
346 cal.set(Calendar.MONTH, Calendar.JANUARY);
347 cal.set(Calendar.DAY_OF_MONTH, cal.getActualMaximum(Calendar.DAY_OF_MONTH));
391 cal.set(Calenda
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h19 #include <set>
47 std::set<ACaptureSessionOutput> mOutputs;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
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
/frameworks/base/core/java/android/app/
H A DIAlarmManager.aidl32 void set(String callingPackage, int type, long triggerAtTime, long windowLength,
/frameworks/base/core/java/android/view/
H A DActionMode.java87 * a custom view has been set.
89 * @param title Title string to set
98 * a custom view has been set.
100 * @param resId Resource ID of a string to set as the title
109 * a custom view has been set.
111 * @param subtitle Subtitle string to set
120 * a custom view has been set.
122 * @param resId Resource ID of a string to set as the subtitle
362 outRect.set(0, 0, view.getWidth(), view.getHeight());
364 outRect.set(
[all...]
/frameworks/base/core/jni/
H A Dfd_utils.h20 #include <set>
131 bool RestatInternal(std::set<int>& open_fds);
/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteMemoryIntArrayService.java74 public void set(int index, int value) {
77 mArray.set(index, value);
/frameworks/base/libs/hwui/tests/common/scenes/
H A DListOfFadedTextAnimation.cpp43 pts[0].set(0, 0);
44 pts[1].set(0, 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java54 mIcons.set(index, icon);
58 mIcons.set(index, null);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java38 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, argument
41 mPref = new PreferredComponent(this, match, set, activity, always);
/frameworks/base/tools/aapt2/
H A DNameMangler.h20 #include <set>
40 std::set<std::string> packages_to_mangle;
/frameworks/base/tools/aapt2/link/
H A DTableMerger.h73 const std::set<std::string>& merged_packages() const {
124 std::set<std::string> merged_packages_;
/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h13 #include <set>
28 typedef std::set<const LDSection*> SectionListTy;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DNameMappingTest.java54 f1.set(f1New);
58 f1.set(f2New);
H A DListenerTest.java67 mBindingObject.clickable.set(false);
70 mBindingObject.useOne.set(true);
73 mBindingObject.clickable.set(true);
87 mBindingObject.clickable.set(false);
102 mBindingObject.useOne.set(true);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestClientTarget.cpp24 const std::set<hwc2_layer_t>& clientLayers,
25 const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget,
/frameworks/rs/
H A DrsMesh.h68 mVertexBuffers[index].set(vb);
73 mIndexBuffers[index].set(idx);
/frameworks/support/compat/java/android/support/v4/app/
H A DAlarmManagerCompat.java36 * @param alarmManager AlarmManager instance used to set the alarm
45 * @see AlarmManager#set
67 * Like {@link AlarmManager#set(int, long, PendingIntent)}, but this alarm will be allowed to
92 * @param alarmManager AlarmManager instance used to set the alarm
102 * @see AlarmManager#set(int, long, PendingIntent)
118 alarmManager.set(type, triggerAtMillis, operation);
126 * This method is like {@link AlarmManager#set(int, long, PendingIntent)}, but does not permit
136 * @param alarmManager AlarmManager instance used to set the alarm
146 * @see AlarmManager#set
163 alarmManager.set(typ
[all...]
/frameworks/support/transition/tests/src/android/support/transition/
H A DPatternPathMotionTest.java53 oval.set(0, 0, 100, 100);
60 oval.set(-50, 0, 50, 100);
/frameworks/opt/net/voip/src/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DViewFilter.java92 result.set(0f, 0f, 1f, 1f);
98 result.set(x, y, x + 1.0f / relativeAR, y + 1.0f);
102 result.set(x, y, x + 1.0f, y + relativeAR);
109 result.set(x, y, x + 1.0f, y + relativeAR);
113 result.set(x, y, x + 1.0f / relativeAR, y + 1.0f);
/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java76 threadLocalLooper.set(mLooper);
104 MESSAGE_WHEN_FIELD.set(msg, updatedWhen);
108 throw new RuntimeException("Access failed in TestLooper: set - Message.when", e);
130 MESSAGE_NEXT_FIELD.set(prevMsg, MESSAGE_NEXT_FIELD.get(msg));
132 MESSAGE_QUEUE_MESSAGES_FIELD.set(mLooper.getQueue(),
135 MESSAGE_NEXT_FIELD.set(msg, null);

Completed in 659 milliseconds

1234567891011>>