Searched refs:target (Results 276 - 297 of 297) sorted by relevance

<<1112

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp206 const GLenum target = input[i]->GetTextureTarget(); local
212 targets.push_back(target);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp335 static uint8_t * addBranch(uint8_t *buf, const uint8_t *target, uint32_t condition) { argument
336 size_t off = (target - buf - 8) >> 2;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java862 Transaction target = event.isServerTransaction()
866 if ((current != target) && (mState != SipSession.State.PINGING)) {
868 + toString(current) + ", target=" + toString(target));
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h412 int target);
/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java585 // Collect information about the target of the Intent.
599 // Store the found target back into the intent, because now that
650 // Collect information about the target of the Intent.
695 IIntentSender target = mService.getIntentSenderLocked(
707 new IntentSender(target));
837 // Collect information about the target of the Intent.
1115 // Transfer the result target from the source activity to the new
1438 if (DEBUG_TASKS) Slog.d(TAG, "Bring to front target: " + targetStack
1448 // If the target task is not in the front, then we need
1475 // If the caller has requested that the target tas
1995 resumeTopActivitiesLocked(ActivityStack targetStack, ActivityRecord target, Bundle targetOptions) argument
[all...]
H A DActivityManagerService.java625 IBinder target = filter.receiverList.receiver.asBinder();
627 if (dest.get(i).receiverList.receiver.asBinder() == target) {
4884 if (DEBUG_BACKUP) Slog.v(TAG, "New app is backup target, launching agent for " + app);
5632 // check if target holds top-level <provider> permissions
5647 // check if target holds any <path-permission> that match uri
5780 * if callingUid is not allowed to do this. Returns the uid of the target
5783 * If you already know the uid of the target, you can supply it in
5831 // First... does the target actually need this permission?
5833 // No need to grant the target this permission.
5839 // First... there is no target packag
13698 finishInstrumentation(IApplicationThread target, int resultCode, Bundle results) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1314 TargetTimeline target)
1316 return mAudioTrack->setMediaTimeTransform(xform, target);
1313 setMediaTimeTransform(const LinearTransform& xform, TargetTimeline target) argument
/frameworks/base/core/java/android/view/
H A DViewDebug.java714 public static void outputDisplayList(View root, View target) { argument
715 root.getViewRootImpl().outputDisplayList(target);
H A DViewRootImpl.java3028 info.target.invalidate(info.left, info.top, info.right, info.bottom);
4958 // a window boundary, so the current drag target within this one must have
4987 // Remember who the current drag target is pre-dispatch
4993 // If we changed apparent drag target, tell the OS about it
5003 Slog.e(TAG, "Unable to note drag target change");
5648 if (info.target == view) {
5690 info.target.invalidate(info.left, info.top, info.right, info.bottom);
H A DView.java697 * target SDK versions.
7671 * Pass the touch screen motion event down to the target view, or this
7672 * view if it is the target.
8304 * input connection target is trying to make a call on the manager. The
11289 info.target = this;
11338 info.target = this;
17216 * to the target Views. For example, it can contain flags that differentiate between a
18414 * get a chance to respond before the target view.
18438 * get a chance to respond before the target view.
18456 * get a chance to respond before the target vie
18671 View target; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java245 private static boolean contains(int[] array, int target) { argument
247 if (value == target) {
/frameworks/native/opengl/libagl/
H A Degl.cpp1891 NativePixmapType target)
2027 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, argument
2036 if (target != EGL_NATIVE_BUFFER_ANDROID) {
1890 eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, NativePixmapType target) argument
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java431 FilterStats(BroadcastStats broadcastStats, Pair<String, ComponentName> target) { argument
433 mTarget = target;
H A DBackupManagerService.java2158 // Initiate the target's backup pass
3886 // Okay, the target app isn't installed. We can process
4229 private boolean signaturesMatch(Signature[] storedSigs, PackageInfo target) { argument
4230 // If the target resides on the system partition, we allow it to restore
4235 if ((target.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
4236 if (DEBUG) Slog.v(TAG, "System app " + target.packageName + " - skipping sig check");
4242 Signature[] deviceSigs = target.signatures;
5879 // If the caller is not privileged and is not coming from the target
H A DInputMethodManagerService.java1022 void executeOrSendMessage(IInterface target, Message msg) { argument
1023 if (target.asBinder() instanceof Binder) {
1924 // is more room for the target window + IME.
1957 // is more room for the target window + IME.
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java215 * Dim surface layer is immediately below target window.
513 // If non-null, we are in the middle of animating from one wallpaper target
516 // If non-null, we are in the middle of animating from one wallpaper target
1186 * Dig through the WindowStates and find the one that the Input Method will target.
1188 * @return The index+1 in mWindows of the discovered target.
1191 // TODO(multidisplay): Needs some serious rethought when the target and IME are not on the
1192 // same display. Or even when the current IME/target are not on the same screen as the next
1193 // IME/target. For now only look for input windows on the main screen.
1210 // for a real window to target...
1226 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target
4621 findAppWindowInsertionPointLocked(AppWindowToken target) argument
[all...]
/frameworks/base/core/java/android/text/
H A DHtml.java803 public void processingInstruction(String target, String data) throws SAXException { argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1900 Intent target = Intent.CREATOR.createFromParcel(data);
1906 boolean res = navigateUpTo(token, target, resultCode, resultData);
3195 public void finishInstrumentation(IApplicationThread target, argument
3200 data.writeStrongBinder(target != null ? target.asBinder() : null);
4475 public boolean navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
4481 target.writeToParcel(data, 0);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2476 public StyledTextInputConnection(InputConnection target, EditStyledText est) { argument
2477 super(target, true);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1196 /* EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target ) */
1199 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) {
1198 android_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) argument
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp101 void setCodec(const sp<OMXCodec> &target) { argument
102 mTarget = target;
743 // Check whether the target color format is supported.
976 // Are the target profile and level supported by the encoder?
2274 "returning output buffer at target timestamp "
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2962 if (DEBUG_LAYOUT) Slog.i(TAG, "Offset ime target window by the last ime window state");
4230 if (DEBUG) Slog.d(TAG, "Not showing transient bar, wrong swipe target");
5211 public void setLastInputMethodWindowLw(WindowState ime, WindowState target) { argument
5213 mLastInputMethodTargetWindow = target;

Completed in 621 milliseconds

<<1112