Searched defs:join (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/voip/java/android/net/rtp/
H A DAudioStream.java36 * AudioGroup by calling {@link #join(AudioGroup)} with {@code null} and put it
79 * Joins an {@link AudioGroup}. Each stream can join only one group at a
83 * @param group The AudioGroup to join or {@code null} to leave.
87 public void join(AudioGroup group) { method in class:AudioStream
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h439 /// join - create a leaf node and merge it in the tree.
440 // This version of join determines the direction on compilation time.
445 BinaryTree& join(Pos position, const DataType& value) { function in class:mcld::BinaryTree
/frameworks/native/libs/utils/
H A DThreads.cpp855 status_t Thread::join() function in class:android::Thread
860 "Thread (this=%p): don't call join() from this "
/frameworks/base/libs/hwui/
H A DShapeCache.h89 join = SkPaint::kDefault_Join;
101 join = paint->getStrokeJoin();
115 SkPaint::Join join; member in struct:android::uirenderer::ShapeCacheEntry
124 LTE_INT(join) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java269 public static CharSequence join(Iterable<CharSequence> list) { method in class:TextUtils
271 return join(delimiter, list);
279 public static String join(CharSequence delimiter, Object[] tokens) { method in class:TextUtils
298 public static String join(CharSequence delimiter, Iterable tokens) { method in class:TextUtils
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp213 static void setStrokeJoin(JNIEnv* env, jobject clazz, SkPaint* obj, SkPaint::Join join) { argument
214 obj->setStrokeJoin(join);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java744 /*package*/ static void native_setStrokeJoin(int native_object, int join) { argument
751 delegate.mJoin = join;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java162 /* Invitation to join an existing p2p group */
796 if (DBG) logd("Sending join to GO");
1549 private void p2pConnectWithPinDisplay(WifiP2pConfig config, boolean join) { argument
1550 String pin = mWifiNative.p2pConnect(config, join);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java288 * join on a stroked path. The default is MITER.
292 * The outer edges of a join meet at a sharp angle
296 * The outer edges of a join meet in a circular arc.
300 * The outer edges of a join meet with a straight line
776 * Return the paint's stroke join type.
787 * @param join set the paint's Join, used whenever the paint's style is
790 public void setStrokeJoin(Join join) { argument
791 native_setStrokeJoin(mNativePaint, join.nativeInt);
2179 int join);
2178 native_setStrokeJoin(int native_object, int join) argument
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h9063 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
9073 // last member of the circle. Once this is done, you can join() another.
9160 link_.join(&ptr->link_);

Completed in 304 milliseconds