Searched defs:add (Results 151 - 175 of 185) sorted by path

12345678

/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java147 synchronized void add(AudioStream stream) { method in class:AudioGroup
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp482 bool add(AudioStream *stream);
675 bool AudioGroup::add(AudioStream *stream) function in class:__anon1612::AudioGroup
943 jlong add(JNIEnv *env, jobject thiz, jint mode, function in namespace:__anon1612
1013 if (!group->add(stream)) {
1015 "cannot add audio stream");
1060 {"nativeAdd", "(IILjava/lang/String;ILjava/lang/String;ILjava/lang/String;)J", (void *)add},
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerImpl.java393 hiddenNetworkIdSet.add(hiddenNetworkIds[i]);
425 hiddenNetworkIdSet.add(hiddenNetworkIds[i]);
547 backgroundScanResults.add(result);
552 singleScanResults.add(result);
555 hwPnoScanResults.add(result);
582 mBackgroundScanBuffer.add(new WifiScanner.ScanData(mLastScanSettings.scanId, 0,
850 public void add(WifiScanner.ScanData scanData) { method in class:SupplicantWifiScannerImpl.ScanBuffer
924 results.add(mMostRecentResult[i]);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java71 mViewTypes.add(item.getLayoutResource());
115 public int add(int id) { method in class:ItemAdapter.ViewTypes
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java509 mConnections.add(c);
543 mConnections.add(c);
634 // in that.connections will be removed in add(SipConnection).
639 add(conn);
647 private void add(SipConnection conn) { method in class:SipPhone.SipCall
648 if (SC_DBG) log("add:");
653 mConnections.add(conn);
992 call.add(this);
/frameworks/rs/cpp/
H A DElement.cpp432 void Element::Builder::add(android::RSC::sp<const Element>e, const char * name, uint32_t arraySize) { function in class:Element::Builder
H A DScriptIntrinsics.cpp251 float add[4] = {0.f, 0.f, 0.f, 0.f}; local
252 setAdd(add);
284 void ScriptIntrinsicColorMatrix::setAdd(float* add) { argument
285 Script::setVar(1, (void*)add, sizeof(float) * 4);
462 fp.add(r);
463 fp.add(g);
464 fp.add(b);
465 fp.add(a);
H A DrsCppStructs.h1417 void add(sp<const Element> e, const char * name, uint32_t arraySize = 1);
1511 void add(T t) { function in class:android::RSC::FieldPacker
1520 void add(rs_matrix4x4 m) {
1522 add(m.m[i]);
1526 void add(rs_matrix3x3 m) {
1528 add(m.m[i]);
1532 void add(rs_matrix2x2 m) {
1534 add(m.m[i]);
1539 void add(sp<BaseObj> obj) { function in class:android::RSC::FieldPacker
1541 add((uint32_
[all...]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVectorUtil.java59 public static void add(double[] a, double[] b, method in class:VectorUtil
/frameworks/rs/
H A DrsCppUtils.h108 ssize_t add(const T& obj) { function in class:android::Vector
134 ssize_t add(const bool& obj) { function in class:android::Vector
H A DrsObjectBase.cpp40 add();
195 void ObjectBase::add() const { function in class:ObjectBase
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTabLayoutWithViewPagerTest.java63 public void add(String title, Q content) { method in class:TabLayoutWithViewPagerTest.BasePagerAdapter
64 mEntries.add(new Pair(title, content));
180 mDefaultPagerAdapter.add("Red", Color.RED);
181 mDefaultPagerAdapter.add("Green", Color.GREEN);
182 mDefaultPagerAdapter.add("Blue", Color.BLUE);
300 mDefaultPagerAdapter.add("Yellow", Color.YELLOW);
301 mDefaultPagerAdapter.add("Magenta", Color.MAGENTA);
331 mDefaultPagerAdapter.add("Yellow", Color.YELLOW);
332 mDefaultPagerAdapter.add("Magenta", Color.MAGENTA);
338 // Assert that the TabLayout did not update and add th
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java67 * Clients use following helper functions to add GuidedStepFragment to Activity or FragmentManager:
71 * <li>{@link #add(FragmentManager, GuidedStepFragment)} or {@link #add(FragmentManager,
72 * GuidedStepFragment, int)}, to add GuidedStepFragment on top of existing Fragments or
119 * should use {@link #add} to place subsequent GuidedFragments onto the fragment stack so that
158 * <li>{@link #add(FragmentManager, GuidedStepFragment)} or {@link #add(FragmentManager,
453 public static int add(FragmentManager fragmentManager, GuidedStepFragment fragment) { method in class:GuidedStepFragment
454 return add(fragmentManager, fragment, android.R.id.content);
471 * @param id The id of container to add GuidedStepFragmen
474 public static int add(FragmentManager fragmentManager, GuidedStepFragment fragment, int id) { method in class:GuidedStepFragment
[all...]
H A DGuidedStepSupportFragment.java69 * Clients use following helper functions to add GuidedStepSupportFragment to Activity or FragmentManager:
73 * <li>{@link #add(FragmentManager, GuidedStepSupportFragment)} or {@link #add(FragmentManager,
74 * GuidedStepSupportFragment, int)}, to add GuidedStepSupportFragment on top of existing Fragments or
121 * should use {@link #add} to place subsequent GuidedFragments onto the fragment stack so that
160 * <li>{@link #add(FragmentManager, GuidedStepSupportFragment)} or {@link #add(FragmentManager,
455 public static int add(FragmentManager fragmentManager, GuidedStepSupportFragment fragment) { method in class:GuidedStepSupportFragment
456 return add(fragmentManager, fragment, android.R.id.content);
473 * @param id The id of container to add GuidedStepSupportFragmen
476 public static int add(FragmentManager fragmentManager, GuidedStepSupportFragment fragment, int id) { method in class:GuidedStepSupportFragment
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java85 * @param item The item to add to the end of the adapter.
87 public void add(Object item) { method in class:ArrayObjectAdapter
88 add(mItems.size(), item);
98 public void add(int index, Object item) { method in class:ArrayObjectAdapter
99 mItems.add(index, item);
/frameworks/support/v4/donut/android/support/v4/app/
H A DNotificationCompatBase.java62 public static Notification add(Notification notification, Context context, method in class:NotificationCompatBase
/frameworks/support/v4/gingerbread/android/support/v4/app/
H A DNotificationCompatGingerbread.java24 public static Notification add(Notification notification, Context context, method in class:NotificationCompatGingerbread
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java26 static Notification add(Context context, Notification n, method in class:NotificationCompatHoneycomb
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java134 op.removed.add(r);
402 public FragmentTransaction add(Fragment fragment, String tag) { method in class:BackStackRecord
407 public FragmentTransaction add(int containerViewId, Fragment fragment) { method in class:BackStackRecord
412 public FragmentTransaction add(int containerViewId, Fragment fragment, String tag) { method in class:BackStackRecord
431 throw new IllegalArgumentException("Can't add fragment "
537 mSharedElementSourceNames.add(transitionName);
538 mSharedElementTargetNames.add(name);
708 op.removed.add(old);
1059 // any views by default. They'll only target the views we tell add. If we don't
1060 // add an
[all...]
H A DFragmentTransaction.java40 * Calls {@link #add(int, Fragment, String)} with a 0 containerViewId.
42 public abstract FragmentTransaction add(Fragment fragment, String tag); method in class:FragmentTransaction
45 * Calls {@link #add(int, Fragment, String)} with a null tag.
47 public abstract FragmentTransaction add(@IdRes int containerViewId, Fragment fragment); method in class:FragmentTransaction
64 public abstract FragmentTransaction add(@IdRes int containerViewId, Fragment fragment, method in class:FragmentTransaction
76 * and then {@link #add(int, Fragment, String)} with the same arguments
H A DShareCompat.java346 private void combineArrayExtra(String extra, ArrayList<String> add) { argument
349 String[] finalAddresses = new String[currentLength + add.size()];
350 add.toArray(finalAddresses);
352 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
357 private void combineArrayExtra(String extra, String[] add) { argument
362 String[] result = new String[oldLength + add.length];
364 System.arraycopy(add, 0, result, oldLength, add.length);
384 * ShareCompat.configureMenuItem()} to add a Share item to the menu while
498 mStreams.add(currentStrea
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java165 public boolean add(Map.Entry<K, V> object) { method in class:MapCollections.EntrySet
268 public boolean add(K object) { method in class:MapCollections.KeySet
356 public boolean add(V object) { method in class:MapCollections.ValuesCollection
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java70 public void add(String title, Q content) { method in class:BaseViewPagerTest.BasePagerAdapter
71 mEntries.add(new Pair(title, content));
186 adapter.add("Red", Color.RED);
187 adapter.add("Green", Color.GREEN);
188 adapter.add("Blue", Color.BLUE);
392 newAdapter.add("Title 0", "Body 0");
393 newAdapter.add("Title 1", "Body 1");
394 newAdapter.add("Title 2", "Body 2");
395 newAdapter.add("Title 3", "Body 3");
506 adapter.add("Re
[all...]

Completed in 1414 milliseconds

12345678