Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 215) sorted by relevance

123456789

/frameworks/base/core/java/android/database/sqlite/
DSQLiteProgram.java130 bind(index, null); in bindNull()
141 bind(index, value); in bindLong()
152 bind(index, value); in bindDouble()
166 bind(index, value); in bindString()
180 bind(index, value); in bindBlob()
210 private void bind(int index, Object value) { in bind() method in SQLiteProgram
/frameworks/support/v17/leanback/src/android/support/v17/leanback/database/
DCursorMapper.java38 protected abstract Object bind(Cursor cursor); in bind() method in CursorMapper
48 return bind(mCursor); in convert()
/frameworks/base/tests/CoreTests/android/core/
DSocketTest.java61 ss.bind(new InetSocketAddress("127.0.0.1", port)); in testSocketSimple()
89 s2.bind(new InetSocketAddress((InetAddress) null, 12345)); in testWildcardAddress()
115 serverSock.bind(addr); in testSetReuseAddress()
154 serverSock2.bind(addr); in testSetReuseAddress()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp200 void bind() { in bind() function in android::ArrayHelper
246 positions.bind(); in util_computeBoundingSphere()
247 sphere.bind(); in util_computeBoundingSphere()
409 mvp.bind(); in util_frustumCullSpheres()
410 spheres.bind(); in util_frustumCullSpheres()
411 results.bind(); in util_frustumCullSpheres()
459 ws.bind(); in util_visibilityTest()
460 positions.bind(); in util_visibilityTest()
461 indices.bind(); in util_visibilityTest()
509 resultMat.bind(); in util_multiplyMM()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java46 if (proxy.bind()) { in createAndBind()
62 private boolean bind () { in bind() method in GeocoderProxy
DLocationProviderProxy.java62 if (proxy.bind()) { in createAndBind()
79 private boolean bind () { in bind() method in LocationProviderProxy
/frameworks/opt/net/voip/src/jni/rtp/
DRtpStream.cpp50 if (socket == -1 || bind(socket, (sockaddr *)&ss, sizeof(ss)) != 0 || in create()
77 if (bind(socket, (sockaddr *)&ss, sizeof(ss)) == 0) { in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailView.java74 v.bind(name, getDrawable(mContext, item)); in getView()
76 v.bind(name, item.picture); in getView()
DUserDetailItemView.java89 public void bind(String name, Bitmap picture) { in bind() method in UserDetailItemView
94 public void bind(String name, Drawable picture) { in bind() method in UserDetailItemView
/frameworks/base/core/java/android/net/
DLocalSocket.java143 public void bind(LocalSocketAddress bindpoint) throws IOException { in bind() method in LocalSocket
152 impl.bind(localAddress); in bind()
DLocalServerSocket.java48 impl.bind(localAddress); in LocalServerSocket()
DNetwork.java142 if (localAddress != null) socket.bind(localAddress); in connectToHost()
161 socket.bind(new InetSocketAddress(localAddress, localPort)); in createSocket()
/frameworks/base/docs/html/guide/components/
Dbound-services.jd45 (such as activities) to bind to the service, send requests, receive responses, and even perform
49 <p>This document shows you how to create a bound service, including how to bind
59 other applications to bind to it and interact with it. To provide binding for a
71 service to run indefinitely, and also allow a client to bind to the service by calling {@link
83 returns to the application, the activity can bind to the service to regain control of playback.</p>
91 <p>A client can bind to the service by calling {@link android.content.Context#bindService
104 additional clients that bind, without calling {@link android.app.Service#onBind onBind()} again.</p>
181 application that needs to bind an activity to its own service that's playing music in the
422 /** Flag indicating whether we have called bind on the service. */
503 <p>Application components (clients) can bind to a service by calling
[all …]
/frameworks/base/keystore/java/android/security/
DKeyChain.java315 KeyChainConnection keyChainConnection = bind(context); in getPrivateKey()
350 KeyChainConnection keyChainConnection = bind(context); in getCertificateChain()
442 public static KeyChainConnection bind(Context context) throws InterruptedException { in bind() method in KeyChain
/frameworks/base/core/java/android/database/
DDatabaseUtils.java598 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field))); in cursorStringToInsertHelper()
1146 public void bind(int index, double value) { in bind() method in DatabaseUtils.InsertHelper
1156 public void bind(int index, float value) { in bind() method in DatabaseUtils.InsertHelper
1166 public void bind(int index, long value) { in bind() method in DatabaseUtils.InsertHelper
1176 public void bind(int index, int value) { in bind() method in DatabaseUtils.InsertHelper
1186 public void bind(int index, boolean value) { in bind() method in DatabaseUtils.InsertHelper
1205 public void bind(int index, byte[] value) { in bind() method in DatabaseUtils.InsertHelper
1219 public void bind(int index, String value) { in bind() method in DatabaseUtils.InsertHelper
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java161 bind(); in rebindIfDisconnected()
167 bind(); in updateBinding()
184 private void bind() { in bind() method in RemoteDisplayProviderProxy
/frameworks/native/opengl/libagl/
DBufferObjectManager.h62 gl::buffer_t const* bind(GLuint buffer);
DBufferObjectManager.cpp53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) in bind() function in android::EGLBufferObjectManager
/frameworks/base/core/java/android/preference/
DPreferenceScreen.java142 public void bind(ListView listView) { in bind() method in PreferenceScreen
169 bind(mListView); in showDialog()
/frameworks/base/core/java/android/net/http/
DHttpConnection.java58 conn.bind(sock, params); in openConnection()
/frameworks/base/libs/hwui/
DRenderBuffer.h64 void bind() const { in bind() function
DLayer.cpp151 stencil->bind(); in resize()
207 stencil->bind(); in bindStencilRenderBuffer()
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd19 // Get a Spinner and bind it to an ArrayAdapter that
27 // Load a Spinner and bind it to a data query.
/frameworks/base/tests/utils/SleepUtils/
DREADME3 AlarmService - a service that client can bind to and perform:
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java477 bind(forever(), mZenConditions.getChildAt(FOREVER_CONDITION_INDEX)); in handleUpdateConditions()
480 bind(mTimeCondition, mZenConditions.getChildAt(COUNTDOWN_CONDITION_INDEX)); in handleUpdateConditions()
484 bind(mConditions[i], mZenConditions.getChildAt(mFirstConditionIndex + i)); in handleUpdateConditions()
547 bind(mTimeCondition, mZenConditions.getChildAt(COUNTDOWN_CONDITION_INDEX)); in ensureSelection()
560 bind(exitCondition, mZenConditions.getChildAt(i)); in handleExitConditionChanged()
574 private void bind(final Condition condition, final View row) { in bind() method in ZenModePanel
737 bind(mTimeCondition, row); in onClickTimeButton()

123456789