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

/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) function in class:android::EGLBufferObjectManager
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java44 if (proxy.bind()) {
58 private boolean bind () { method in class:GeocoderProxy
H A DLocationProviderProxy.java61 if (proxy.bind()) {
76 private boolean bind () { method in class:LocationProviderProxy
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java68 throw new IllegalArgumentException("Too many bind arguments. "
127 * @param index The 1-based index to the parameter to bind null to
130 bind(index, null);
137 * @param index The 1-based index to the parameter to bind
138 * @param value The value to bind
141 bind(index, value);
148 * @param index The 1-based index to the parameter to bind
149 * @param value The value to bind
152 bind(index, value);
159 * @param index The 1-based index to the parameter to bind
210 private void bind(int index, Object value) { method in class:SQLiteProgram
[all...]
/frameworks/base/core/java/android/net/
H A DLinkSocket.java244 * to bind to
246 * to bind to
251 public void bind(SocketAddress localAddr) throws UnsupportedOperationException { method in class:LinkSocket
252 if (DBG) log("bind(localAddr) EX throws IOException");
253 throw new UnsupportedOperationException("bind is deprecated for LinkSocket");
H A DLocalSocket.java121 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
130 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.java143 public void bind(ListView listView) { method in class:PreferenceScreen
170 bind(mListView);
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java301 KeyChainConnection keyChainConnection = bind(context);
336 KeyChainConnection keyChainConnection = bind(context);
369 * @see KeyChain#bind
395 public static KeyChainConnection bind(Context context) throws InterruptedException { method in class:KeyChain
419 throw new AssertionError("could not bind to KeyChainService");
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.h97 void (*bind)(const android::renderscript::Context *dc, member in struct:RsdIntriniscFuncs_rec
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java191 * typing. For example, bind numbers as longs/doubles, and everything else
194 * @param prog the program to bind the object to
195 * @param index the 1-based index to bind at
196 * @param value the value to bind
593 * @param inserter The InsertHelper to bind into
594 * @param index the index of the bind entry in the InsertHelper
598 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field)));
1115 * in calls to bind().
1131 * @param index the index of the slot to which to bind
1132 * @param value the value to bind
1134 public void bind(int index, double value) { method in class:DatabaseUtils.InsertHelper
1144 public void bind(int index, float value) { method in class:DatabaseUtils.InsertHelper
1154 public void bind(int index, long value) { method in class:DatabaseUtils.InsertHelper
1164 public void bind(int index, int value) { method in class:DatabaseUtils.InsertHelper
1174 public void bind(int index, boolean value) { method in class:DatabaseUtils.InsertHelper
1193 public void bind(int index, byte[] value) { method in class:DatabaseUtils.InsertHelper
1207 public void bind(int index, String value) { method in class:DatabaseUtils.InsertHelper
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java146 public synchronized void bind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
153 Log.e("RemoteViewsAdapterServiceConnection", "bind(): " + e.getMessage());
192 // create in response to this bind
1083 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1318 mServiceConnection.bind(mContext, mAppWidgetId, mIntent);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1206 uint8_t bind = 0x0; local
1208 bind = llvm::ELF::STB_LOCAL;
1210 bind = llvm::ELF::STB_GLOBAL;
1212 bind = llvm::ELF::STB_WEAK;
1215 bind = llvm::ELF::STB_GLOBAL;
1220 bind = llvm::ELF::STB_LOCAL;
1227 return (type | (bind << 4));
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java602 new TestFeaturesSession(accounts, response, account, features).bind();
686 new RemoveAccountSession(accounts, response, account).bind();
1055 }.bind();
1171 }.bind();
1294 }.bind();
1333 }.bind();
1369 }.bind();
1399 }.bind();
1616 new GetAccountsByTypeAndFeatureSession(userAccounts, response, type, features).bind();
1733 void bind() { method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp200 void bind() { function in class:android::ArrayHelper
246 positions.bind();
247 sphere.bind();
409 mvp.bind();
410 spheres.bind();
411 results.bind();
459 ws.bind();
460 positions.bind();
461 indices.bind();
509 resultMat.bind();
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1046 service.bind();
1522 public boolean bind() { method in class:AccessibilityManagerService.Service

Completed in 1003 milliseconds