/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteProgram.java | 130 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/ |
D | CursorMapper.java | 38 protected abstract Object bind(Cursor cursor); in bind() method in CursorMapper 48 return bind(mCursor); in convert()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | SocketTest.java | 61 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/ |
D | util.cpp | 200 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/ |
D | GeocoderProxy.java | 46 if (proxy.bind()) { in createAndBind() 62 private boolean bind () { in bind() method in GeocoderProxy
|
D | LocationProviderProxy.java | 62 if (proxy.bind()) { in createAndBind() 79 private boolean bind () { in bind() method in LocationProviderProxy
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | RtpStream.cpp | 50 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/ |
D | UserDetailView.java | 74 v.bind(name, getDrawable(mContext, item)); in getView() 76 v.bind(name, item.picture); in getView()
|
D | UserDetailItemView.java | 89 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/ |
D | LocalSocket.java | 143 public void bind(LocalSocketAddress bindpoint) throws IOException { in bind() method in LocalSocket 152 impl.bind(localAddress); in bind()
|
D | LocalServerSocket.java | 48 impl.bind(localAddress); in LocalServerSocket()
|
D | Network.java | 142 if (localAddress != null) socket.bind(localAddress); in connectToHost() 161 socket.bind(new InetSocketAddress(localAddress, localPort)); in createSocket()
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 45 (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/ |
D | KeyChain.java | 315 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/ |
D | DatabaseUtils.java | 598 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/ |
D | RemoteDisplayProviderProxy.java | 161 bind(); in rebindIfDisconnected() 167 bind(); in updateBinding() 184 private void bind() { in bind() method in RemoteDisplayProviderProxy
|
/frameworks/native/opengl/libagl/ |
D | BufferObjectManager.h | 62 gl::buffer_t const* bind(GLuint buffer);
|
D | BufferObjectManager.cpp | 53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) in bind() function in android::EGLBufferObjectManager
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceScreen.java | 142 public void bind(ListView listView) { in bind() method in PreferenceScreen 169 bind(mListView); in showDialog()
|
/frameworks/base/core/java/android/net/http/ |
D | HttpConnection.java | 58 conn.bind(sock, params); in openConnection()
|
/frameworks/base/libs/hwui/ |
D | RenderBuffer.h | 64 void bind() const { in bind() function
|
D | Layer.cpp | 151 stencil->bind(); in resize() 207 stencil->bind(); in bindStencilRenderBuffer()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 19 // 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/ |
D | README | 3 AlarmService - a service that client can bind to and perform:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | ZenModePanel.java | 477 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()
|