Searched refs:handle (Results 276 - 286 of 286) sorted by relevance

<<1112

/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp226 buffer->handle, ++mSeq);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp147 // handle that case. This is TEMPORARY until we get this fixed.
413 mSlots[*outSlot].mGraphicBuffer->handle, returnFlags);
592 // handle that case. This is TEMPORARY until we get this fixed.
H A DGLConsumer.cpp429 buf, mSlots[buf].mGraphicBuffer->handle);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2280 // allow... it would be nice to have some better way to handle
2512 + "' does not handle web links");
4279 // Get the list of persistent preferred activities that handle the intent
4319 // Found a persistent preference that can handle the intent.
4352 // Get the list of preferred activities that handle the intent
4641 // those that handle all web uris.
4902 // Checking if there are activities in the target user that can handle the
4930 // Checking if there are activities in the target user that can handle the
7576 NativeLibraryHelper.Handle handle = null;
7578 handle
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp445 err = module->lock(module, buf->handle,
456 err = module->unlock(module, buf->handle);
1521 // now, handle the attributes which have a useful default value
/frameworks/base/core/java/android/os/
H A DBatteryStats.java479 * could clash with a sensor handle (which are defined by
4010 int handle = se.getHandle();
4011 if (handle == Uid.Sensor.GPS) {
4014 sb.append(handle);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1980 if (graphicBuffer->handle == buf->handle) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java513 /** When window is currently dismissing the keyguard, dismissing the keyguard must handle
616 // Maps global key codes to the components that will handle them.
988 // Figure out how to handle the key now that it has been released.
2694 // First we always handle the home key here, so applications
2696 // it handle it, because that gives us the correct 5 second
2758 // Remember that home is pressed and handle special actions.
3037 // Let the application handle the key.
3130 // Need to formalize an API to handle others
3137 Slog.w(TAG, "No activity to handle assist long press action.", e);
3177 private void startActivityAsUser(Intent intent, UserHandle handle) { argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1790 // Initialize the user setup state, to handle the upgrade case.
4611 UserHandle handle = new UserHandle(userHandle);
4612 userContext = mContext.createPackageContextAsUser(packageName, 0, handle);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5862 public Sensor(int handle) { argument
5863 mHandle = handle;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2160 milliseconds

<<1112