Searched defs:bind (Results 1 - 21 of 21) 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/libs/hwui/
H A DRenderBuffer.h64 void bind() const { function in struct:android::uirenderer::RenderBuffer
/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.java143 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
152 impl.bind(localAddress);
H A DLocalSocketImpl.java297 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/services/java/com/android/server/location/
H A DGeocoderProxy.java47 if (proxy.bind()) {
63 private boolean bind () { method in class:GeocoderProxy
H A DLocationProviderProxy.java63 if (proxy.bind()) {
80 private boolean bind () { method in class:LocationProviderProxy
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java58 public void bind() { method in class:TextureSource
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java302 KeyChainConnection keyChainConnection = bind(context);
337 KeyChainConnection keyChainConnection = bind(context);
376 * hardware support that can be used to bind keys to the device in a way
402 * @see KeyChain#bind
428 public static KeyChainConnection bind(Context context) throws InterruptedException { method in class:KeyChain
455 throw new AssertionError("could not bind to KeyChainService");
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp166 void CacheTexture::setLinearFiltering(bool linearFiltering, bool bind) { argument
171 if (bind) mCaches.bindTexture(getTextureId());
/frameworks/base/services/java/com/android/server/connectivity/
H A DPacManager.java176 bind();
264 private void bind() { method in class:PacManager
271 // Already bound no need to bind again.
/frameworks/base/services/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java162 bind();
168 bind();
185 private void bind() { method in class:RemoteDisplayProviderProxy
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java125 bind();
131 bind();
153 private void bind() { method in class:RegisteredMediaRouteProvider
/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)));
1127 * in calls to bind().
1143 * @param index the index of the slot to which to bind
1144 * @param value the value to bind
1146 public void bind(int index, double value) { method in class:DatabaseUtils.InsertHelper
1156 public void bind(int index, float value) { method in class:DatabaseUtils.InsertHelper
1166 public void bind(int index, long value) { method in class:DatabaseUtils.InsertHelper
1176 public void bind(int index, int value) { method in class:DatabaseUtils.InsertHelper
1186 public void bind(int index, boolean value) { method in class:DatabaseUtils.InsertHelper
1205 public void bind(int index, byte[] value) { method in class:DatabaseUtils.InsertHelper
1219 public void bind(int index, String value) { method in class:DatabaseUtils.InsertHelper
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java158 public synchronized void bind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
168 Slog.w(TAG, "bind: adapter was null");
172 Log.e("RemoteViewsAdapterServiceConnection", "bind(): " + e.getMessage());
218 // create in response to this bind
1171 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1406 mServiceConnection.bind(mContext, mAppWidgetId, mIntent);
/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/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1451 uint8_t bind = 0x0; local
1453 bind = llvm::ELF::STB_LOCAL;
1455 bind = llvm::ELF::STB_GLOBAL;
1457 bind = llvm::ELF::STB_WEAK;
1460 bind = llvm::ELF::STB_GLOBAL;
1466 bind = llvm::ELF::STB_LOCAL;
1473 return (type | (bind << 4));
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java625 }.bind();
681 }.bind();
786 new TestFeaturesSession(accounts, response, account, features).bind();
882 new RemoveAccountSession(accounts, response, account).bind();
1279 }.bind();
1413 }.bind();
1557 }.bind();
1601 }.bind();
1640 }.bind();
1673 }.bind();
2115 void bind() { method in class:AccountManagerService.Session
[all...]

Completed in 2607 milliseconds