Searched defs:id (Results 326 - 350 of 399) sorted by relevance

<<111213141516

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp368 // of the graphic format specified by the id parameter. Search failure
370 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id) argument
373 if (id == hwcTestGraphicFormat[n1].format) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp392 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit(); local
393 mAllocatedDisplayIDs.markBit(id);
394 return id;
397 status_t HWComposer::freeDisplayId(int32_t id) { argument
398 if (id < HWC_NUM_DISPLAY_TYPES) {
402 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
405 mAllocatedDisplayIDs.clearBit(id);
486 status_t HWComposer::createWorkList(int32_t id, size_t numLayers) { argument
487 if (uint32_t(id)>3
529 setFramebufferTarget(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf) argument
635 getAndResetReleaseFenceFd(int32_t id) argument
726 fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buffer) argument
874 getLayerIterator(int32_t id, size_t index) argument
888 begin(int32_t id) argument
895 end(int32_t id) argument
[all...]
/frameworks/rs/
H A DrsAllocation.cpp342 ALOGE("allocation loading skipped due to invalid class id\n");
441 int32_t id = rsc->mHal.funcs.allocation.initSurfaceTexture(rsc, this); local
442 mHal.state.surfaceTextureID = id;
443 return id;
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java164 DataType(int id, int size) { argument
165 mID = id;
186 DataKind(int id) { argument
187 mID = id;
709 Element(int id, RenderScript rs, Element[] e, String[] n, int[] as) { argument
710 super(id, rs);
726 Element(int id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { argument
727 super(id, rs);
745 Element(int id, RenderScript rs) { argument
746 super(id, r
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp102 int id; // audio session ID member in struct:preproc_session_s
758 session->id = 0;
1120 sSessions[i].id = sessionId;
/frameworks/av/media/libstagefright/
H A DACodec.cpp373 msg->setTarget(id());
379 msg->setTarget(id());
385 msg->setTarget(id());
390 (new AMessage(kWhatStart, id()))->post();
395 (new AMessage(kWhatFlush, id()))->post();
399 (new AMessage(kWhatResume, id()))->post();
403 sp<AMessage> msg = new AMessage(kWhatShutdown, id());
409 (new AMessage(kWhatRequestIDRFrame, id()))->post();
2410 IOMX::buffer_id id, const sp<ABuffer> &buffer) {
2411 mBufferIDs.push_back(id);
2409 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer) argument
[all...]
H A DMPEG4Extractor.cpp521 uint8_t id; local
530 if (mDataSource->readAt(data_offset, &id, 1) < 1) {
536 while (sinf && (sinf->IPMPDescriptorID != id)) {
1491 int32_t id; local
1496 id = U32_AT(&buffer[20]);
1503 id = U32_AT(&buffer[12]);
1507 mLastTrack->meta->setInt32(kKeyTrackID, id);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp94 ALOGI("Loaded audio policy from %s (%s)", module->name, module->id);
453 int id)
458 return mpAudioPolicy->register_effect(mpAudioPolicy, desc, io, strategy, session, id);
461 status_t AudioPolicyService::unregisterEffect(int id) argument
466 return mpAudioPolicy->unregister_effect(mpAudioPolicy, id);
469 status_t AudioPolicyService::setEffectEnabled(int id, bool enabled) argument
474 return mpAudioPolicy->set_effect_enabled(mpAudioPolicy, id, enabled);
449 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp35 Camera2Device::Camera2Device(int id): argument
36 mId(id),
40 ALOGV("%s: Created device for camera %d", __FUNCTION__, id);
46 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId);
238 uint32_t width, uint32_t height, int format, size_t size, int *id) {
253 *id = stream->getId();
259 status_t Camera2Device::createReprocessStreamFromStream(int outputId, int *id) { argument
289 *id = stream->getId();
296 status_t Camera2Device::getStreamInfo(int id, argument
304 if ((*streamI)->getId() == id) {
237 createStream(sp<ANativeWindow> consumer, uint32_t width, uint32_t height, int format, size_t size, int *id) argument
322 setStreamTransform(int id, int transform) argument
344 deleteStream(int id) argument
370 deleteReprocessStream(int id) argument
496 triggerAutofocus(uint32_t id) argument
509 triggerCancelAutofocus(uint32_t id) argument
522 triggerPrecaptureMetering(uint32_t id) argument
715 waitForDequeue(int32_t id, nsecs_t timeout) argument
989 uint32_t id; local
1363 uint32_t id; local
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java679 int id = accounts.credentialsPermissionNotificationIds.get(pair);
680 cancelNotification(id, user);
1227 Integer id;
1233 id = accounts.credentialsPermissionNotificationIds.get(key);
1234 if (id == null) {
1235 id = mNotificationIds.incrementAndGet();
1236 accounts.credentialsPermissionNotificationIds.put(key, id);
1239 return id;
1243 Integer id;
1245 id
2168 cancelNotification(int id, UserHandle user) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java218 /** @hide User operation call: given user id is not known. */
221 /** @hide User operation call: given user id is the current user, can't be stopped. */
430 public int id; field in class:ActivityManager.RecentTaskInfo
465 dest.writeInt(id);
479 id = source.readInt();
595 public int id; field in class:ActivityManager.RunningTaskInfo
639 dest.writeInt(id);
655 id = source.readInt();
859 public TaskThumbnails getTaskThumbnails(int id) throws SecurityException { argument
861 return ActivityManagerNative.getDefault().getTaskThumbnails(id);
869 getTaskTopThumbnail(int id) argument
[all...]
H A DApplicationPackageManager.java1068 public void verifyPendingInstall(int id, int response) { argument
1070 mPM.verifyPendingInstall(id, response);
1077 public void extendVerificationTimeout(int id, int verificationCodeAtTimeout, argument
1080 mPM.extendVerificationTimeout(id, verificationCodeAtTimeout, millisecondsToDelay);
H A DDownloadManager.java912 long id = Long.parseLong(downloadUri.getLastPathSegment());
913 return id;
932 // if only one id is passed in, then include it in the uri itself.
970 * @param id the ID of the download
974 public ParcelFileDescriptor openDownloadedFile(long id) throws FileNotFoundException { argument
975 return mResolver.openFileDescriptor(getDownloadUri(id), "r");
979 * Returns {@link Uri} for the given downloaded file id, if the file is
986 * @param id the id of the downloaded file.
987 * @return the {@link Uri} for the given downloaded file id, i
990 getUriForDownloadedFile(long id) argument
1043 getMimeTypeForDownloadedFile(long id) argument
1206 getDownloadUri(long id) argument
[all...]
H A DInstrumentation.java66 public static final String REPORT_KEY_IDENTIFIER = "id";
731 * @param id The identifier associated with the menu item.
737 int id, int flag) {
761 MenuRunnable mr = new MenuRunnable(targetActivity, id, flag);
771 * @param id The identifier associated with the context menu item.
776 public boolean invokeContextMenuAction(Activity targetActivity, int id, int flag) { argument
823 ContextMenuRunnable cmr = new ContextMenuRunnable(targetActivity, id, flag);
1016 * @param id The embedded Id (if any)
1026 CharSequence title, Activity parent, String id,
1032 info, title, parent, id,
736 invokeMenuActionSync(Activity targetActivity, int id, int flag) argument
1024 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java183 * @param id Resource id of the string array
185 /*package*/ final String[] getResourceStringArray(final int id) { argument
186 String[] retArray = getArrayStringResource(id);
210 * @param id Resource id of the string array
212 /*package*/ final CharSequence[] getResourceTextArray(final int id) { argument
213 int[] rawInfoArray = getArrayStringInfo(id);
270 /*package*/ final CharSequence getPooledString(int block, int id) { argument
272 // + ", id
497 xmlBlockGone(int id) argument
747 incRefsLocked(int id) argument
759 decRefsLocked(int id) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java691 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea);
693 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
700 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
701 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
1165 * Force switch to a new input method, as identified by <var>id</var>. This
1169 * @param id Unique identifier of the new input method ot start.
1171 public void switchInputMethod(String id) { argument
1172 mImm.setInputMethod(mToken, id);
1183 com.android.internal.R.id.inputExtractEditText);
1186 com.android.internal.R.id
2128 onExtractTextContextMenuItem(int id) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java563 * @param origId original image or video id. use -1 to cancel all requests.
588 * @param origId original image or video id
592 * @param groupId the id of group to which this request belongs
707 * The picasa id of the image
745 * The mini thumb id.
751 * The bucket id of the image. This is a read-only property that
828 long id,
846 values.put(Images.Thumbnails.IMAGE_ID, (int)id);
898 long id = ContentUris.parseId(url);
900 Bitmap miniThumb = Images.Thumbnails.getThumbnail(cr, id,
825 StoreThumbnail( ContentResolver cr, Bitmap source, long id, float width, float height, int kind) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java124 public static final int ID_ANDROID_CONTENT = com.android.internal.R.id.content;
892 * Finds a view that was identified by the id attribute from the XML that
899 public View findViewById(int id) { argument
900 return getDecorView().findViewById(id);
986 int id,
991 public abstract boolean performContextMenuIdentifierAction(int id, int flags); argument
985 performPanelIdentifierAction(int featureId, int id, int flags) argument
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java360 Log.i(TAG, "handleMessage: MSG_BIND " + res.sequence + "," + res.id);
370 mCurId = res.id;
1163 if (res.id != null) {
1166 mCurId = res.id;
1497 * @param id The unique identifier for the new input method to be switched to.
1499 public void setInputMethod(IBinder token, String id) { argument
1501 mService.setInputMethod(token, id);
1513 * @param id The unique identifier for the new input method to be switched to.
1516 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { argument
1518 mService.setInputMethodAndSubtype(token, id, subtyp
[all...]
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java744 final int id = field.getInt(null);
746 mContext.getResources().getValue(id, value, true);
974 private String getRawResFilename(int id) { argument
975 return getRawResFilename(id, mContext);
977 /* package */ static String getRawResFilename(int id, Context context) { argument
979 switch (id) {
1015 if (id == DRAWABLEDIR) {
/frameworks/base/core/java/android/widget/
H A DListView.java3498 protected View findViewTraversal(int id) { argument
3500 v = super.findViewTraversal(id);
3502 v = findViewInHeadersOrFooters(mHeaderViewInfos, id);
3506 v = findViewInHeadersOrFooters(mFooterViewInfos, id);
3518 View findViewInHeadersOrFooters(ArrayList<FixedViewInfo> where, int id) { argument
3527 v = v.findViewById(id);
3637 * @return A new array which contains the id of each checked item in the
H A DRemoteViews.java321 public SetOnClickFillInIntent(int id, Intent fillInIntent) { argument
322 this.viewId = id;
348 target.setTagInternal(com.android.internal.R.id.fillInIntent, fillInIntent);
405 public SetPendingIntentTemplate(int id, PendingIntent pendingIntentTemplate) { argument
406 this.viewId = id;
432 int position, long id) {
447 Object tag = vg.getChildAt(i).getTag(com.android.internal.R.id.fillInIntent);
476 "an AdapterView (id: " + viewId + ")");
491 public SetRemoteViewsAdapterIntent(int id, Intent intent) { argument
492 this.viewId = id;
555 SetOnClickPendingIntent(int id, PendingIntent pendingIntent) argument
651 SetDrawableParameters(int id, boolean targetBackground, int alpha, int colorFilter, PorterDuff.Mode mode, int level) argument
827 getBitmapForId(int id) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java281 private int getResourceId(TypedArray a, int id) { argument
282 TypedValue tv = a.peekValue(id);
627 * Sets the resource id specifying the target descriptions for accessibility.
629 * @param resourceId The resource id.
639 * Gets the resource id specifying the target descriptions for accessibility.
641 * @return The resource id.
648 * Sets the resource id specifying the target direction descriptions for accessibility.
650 * @param resourceId The resource id.
660 * Gets the resource id specifying the target direction descriptions.
662 * @return The resource id
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp907 static jfieldID req_fieldID(jfieldID id) { argument
908 SkASSERT(id);
909 return id;
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1256 jint id)
1266 ssize_t bagOff = res.getBagLocked(id, &defStyleEnt);
1273 jint id,
1304 ssize_t bagOff = res.getBagLocked(id, &arrayEnt, &arrayTypeSetFlags);
1255 android_content_AssetManager_getArraySize(JNIEnv* env, jobject clazz, jint id) argument
1272 android_content_AssetManager_retrieveArray(JNIEnv* env, jobject clazz, jint id, jintArray outValues) argument

Completed in 4025 milliseconds

<<111213141516