Searched defs:bind (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/libagl/
H A DBufferObjectManager.cpp53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) function in class:android::EGLBufferObjectManager
/frameworks/base/core/java/android/net/
H A DLocalSocket.java108 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
117 impl.bind(localAddress);
H A DLocalSocketImpl.java248 public void bind(LocalSocketAddress endpoint) throws IOException method in class:LocalSocketImpl
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java94 public void bind( method in class:AndroidHttpClientConnection
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java130 public void bind(ListView listView) { method in class:PreferenceScreen
149 bind(listView);
/frameworks/base/services/java/com/android/server/
H A DAccessibilityManagerService.java607 new Service(componentName).bind();
682 public void bind() { method in class:AccessibilityManagerService.Service
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java166 * typing. For example, bind numbers as longs/doubles, and everything else
169 * @param prog the program to bind the object to
170 * @param index the 1-based index to bind at
171 * @param value the value to bind
468 * @param inserter The InsertHelper to bind into
469 * @param index the index of the bind entry in the InsertHelper
473 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field)));
899 * in calls to bind().
915 * @param index the index of the slot to which to bind
916 * @param value the value to bind
918 public void bind(int index, double value) { method in class:DatabaseUtils.InsertHelper
928 public void bind(int index, float value) { method in class:DatabaseUtils.InsertHelper
938 public void bind(int index, long value) { method in class:DatabaseUtils.InsertHelper
948 public void bind(int index, int value) { method in class:DatabaseUtils.InsertHelper
958 public void bind(int index, boolean value) { method in class:DatabaseUtils.InsertHelper
977 public void bind(int index, byte[] value) { method in class:DatabaseUtils.InsertHelper
991 public void bind(int index, String value) { method in class:DatabaseUtils.InsertHelper
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java464 new TestFeaturesSession(response, account, features).bind();
524 new RemoveAccountSession(response, account).bind();
886 }.bind();
1000 }.bind();
1022 }.bind();
1049 }.bind();
1071 }.bind();
1198 new GetAccountsByTypeAndFeatureSession(response, type, features).bind();
1313 void bind() { method in class:AccountManagerService.Session
1315 Log.v(TAG, "initiating bind t
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp198 void bind() { function in class:android::ArrayHelper
244 positions.bind();
245 sphere.bind();
407 mvp.bind();
408 spheres.bind();
409 results.bind();
458 ws.bind();
459 positions.bind();
460 indices.bind();
508 resultMat.bind();
[all...]

Completed in 163 milliseconds