Searched refs:id (Results 1 - 25 of 1901) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp481 ap->mAPlayer->attachAuxEffect(pFx->id());
503 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id());
504 //SL_LOGV("attachAuxEffect(%d) returned %d", pFx->id(), status);
867 * returns true if the given effect id is present in the AndroidEffect interface
H A Dandroid_GenericPlayer.cpp87 mLooper->unregisterHandler(id());
218 SL_LOGV("GenericPlayer::attachAuxEffect(id=%d)", effectId);
/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
H A Dhandlers.c41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1)
H A Dlocks.c270 unsigned id = thiz->mInstanceID; local
271 if (0 != id) {
272 --id;
273 assert(MAX_INSTANCE > id);
277 thisEngine->mChangedMask |= 1 << id;
H A Dsles.c60 SLuint32 id = clazz->mSLObjectID; local
61 if (!id) {
62 id = clazz->mXAObjectID;
64 return id;
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c39 unsigned id = thisObject->mInstanceID; local
40 assert(0 != id); // player object must be published by this point
41 --id;
42 assert(MAX_INSTANCE > id);
43 unsigned mask = 1 << id;
H A DIEngineCapabilities.c119 *pLEDDeviceID = id_descriptor->id;
128 SLuint32 id = *pLEDDeviceID; local
131 if (id == id_descriptor->id) {
161 *pVibraDeviceID = id_descriptor->id;
170 SLuint32 id = *pVibraDeviceID; local
173 if (id == id_descriptor->id) {
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp60 XAuint32 id; member in struct:__anon1824
64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) argument
68 if (id == table[i].id) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp57 #define CheckErrPlyr(x, id) ExitOnErrorFunc(x, id, __LINE__)
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
81 mSurfaceView1 = (SurfaceView) findViewById(R.id.surfaceview1);
103 mSurfaceView2 = (SurfaceView) findViewById(R.id.surfaceview2);
155 Spinner sourceSpinner = (Spinner) findViewById(R.id.source_spinner);
162 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
175 Spinner sinkSpinner = (Spinner) findViewById(R.id.sink_spinner);
182 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() {
250 ((Button) findViewById(R.id
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java306 public boolean setDrawableByLayerId(int id, Drawable drawable) { argument
307 return updateDrawable(id, drawable) != null;
310 public DrawableWrapper updateDrawable(int id, Drawable drawable) { argument
311 super.setDrawableByLayerId(id, drawable);
313 if (getId(i) == id) {
323 public void clearDrawable(int id, Context context) { argument
325 if (getId(i) == id) {
327 super.setDrawableByLayerId(id, createEmptyDrawable(context));
333 public DrawableWrapper findWrapperById(int id) { argument
335 if (getId(i) == id) {
[all...]
H A DBrandedFragment.java50 * Subclass may override and use its own layout, the layout must have a descendant with id
59 * @return Title view which must have a descendant with id browse_title_group that implements
85 setTitleView(titleLayoutRoot.findViewById(R.id.browse_title_group));
H A DBrandedSupportFragment.java52 * Subclass may override and use its own layout, the layout must have a descendant with id
61 * @return Title view which must have a descendant with id browse_title_group that implements
87 setTitleView(titleLayoutRoot.findViewById(R.id.browse_title_group));
H A DBrowseFragment.java1018 if (childId == R.id.browse_container_dock && mShowingHeaders) {
1020 } else if (childId == R.id.browse_headers_dock && !mShowingHeaders) {
1090 if (getChildFragmentManager().findFragmentById(R.id.scale_frame) == null) {
1095 .replace(R.id.browse_headers_dock, mHeadersFragment);
1098 ft.replace(R.id.scale_frame, mMainFragment);
1112 .findFragmentById(R.id.browse_headers_dock);
1113 mMainFragment = getChildFragmentManager().findFragmentById(R.id.scale_frame);
1148 mBrowseFrame = (BrowseFrameLayout) root.findViewById(R.id.browse_frame);
1154 mScaleFrameLayout = (ScaleFrameLayout) root.findViewById(R.id.scale_frame);
1433 .replace(R.id
[all...]
H A DBrowseSupportFragment.java1020 if (childId == R.id.browse_container_dock && mShowingHeaders) {
1022 } else if (childId == R.id.browse_headers_dock && !mShowingHeaders) {
1092 if (getChildFragmentManager().findFragmentById(R.id.scale_frame) == null) {
1097 .replace(R.id.browse_headers_dock, mHeadersSupportFragment);
1100 ft.replace(R.id.scale_frame, mMainFragment);
1114 .findFragmentById(R.id.browse_headers_dock);
1115 mMainFragment = getChildFragmentManager().findFragmentById(R.id.scale_frame);
1150 mBrowseFrame = (BrowseFrameLayout) root.findViewById(R.id.browse_frame);
1156 mScaleFrameLayout = (ScaleFrameLayout) root.findViewById(R.id.scale_frame);
1435 .replace(R.id
[all...]
H A DDetailsFragment.java179 ViewGroup fragment_root = (ViewGroup) view.findViewById(R.id.details_fragment_root);
182 R.id.details_rows_dock);
186 .replace(R.id.details_rows_dock, mRowsFragment).commit();
248 alignDef1.setItemAlignmentViewId(R.id.details_frame);
254 alignDef2.setItemAlignmentViewId(R.id.details_frame);
255 alignDef2.setItemAlignmentFocusViewId(R.id.details_overview_description);
290 R.id.details_fragment_root);
H A DDetailsSupportFragment.java181 ViewGroup fragment_root = (ViewGroup) view.findViewById(R.id.details_fragment_root);
184 R.id.details_rows_dock);
188 .replace(R.id.details_rows_dock, mRowsSupportFragment).commit();
250 alignDef1.setItemAlignmentViewId(R.id.details_frame);
256 alignDef2.setItemAlignmentViewId(R.id.details_frame);
257 alignDef2.setItemAlignmentFocusViewId(R.id.details_overview_description);
292 R.id.details_fragment_root);
H A DErrorFragment.java165 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
170 mImageView = (ImageView) root.findViewById(R.id.image);
173 mTextView = (TextView) root.findViewById(R.id.message);
176 mButton = (Button) root.findViewById(R.id.button);
H A DErrorSupportFragment.java167 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
172 mImageView = (ImageView) root.findViewById(R.id.image);
175 mTextView = (TextView) root.findViewById(R.id.message);
178 mButton = (Button) root.findViewById(R.id.button);
H A DGuidedStepFragment.java454 return add(fragmentManager, fragment, android.R.id.content);
471 * @param id The id of container to add GuidedStepFragment, can be android.R.id.content.
474 public static int add(FragmentManager fragmentManager, GuidedStepFragment fragment, int id) { argument
481 .replace(id, new DummyFragment(), TAG_LEAN_BACK_ACTIONS_FRAGMENT)
491 return ft.replace(id, fragment, TAG_LEAN_BACK_ACTIONS_FRAGMENT).commit();
511 R.id.action_fragment_root), "action_fragment_root");
513 R.id.action_fragment_background), "action_fragment_background");
515 R.id
614 addAsRoot(Activity activity, GuidedStepFragment fragment, int id) argument
669 findButtonActionById(long id) argument
679 findButtonActionPositionById(long id) argument
762 findActionById(long id) argument
772 findActionPositionById(long id) argument
[all...]
H A DGuidedStepSupportFragment.java456 return add(fragmentManager, fragment, android.R.id.content);
473 * @param id The id of container to add GuidedStepSupportFragment, can be android.R.id.content.
476 public static int add(FragmentManager fragmentManager, GuidedStepSupportFragment fragment, int id) { argument
483 .replace(id, new DummyFragment(), TAG_LEAN_BACK_ACTIONS_FRAGMENT)
493 return ft.replace(id, fragment, TAG_LEAN_BACK_ACTIONS_FRAGMENT).commit();
513 R.id.action_fragment_root), "action_fragment_root");
515 R.id.action_fragment_background), "action_fragment_background");
517 R.id
616 addAsRoot(FragmentActivity activity, GuidedStepSupportFragment fragment, int id) argument
671 findButtonActionById(long id) argument
681 findButtonActionPositionById(long id) argument
764 findActionById(long id) argument
774 findActionPositionById(long id) argument
[all...]
H A DHeadersFragment.java99 return (VerticalGridView) view.findViewById(R.id.browse_headers);
252 View fadingView = getView().findViewById(R.id.fade_out_edge);
H A DHeadersSupportFragment.java101 return (VerticalGridView) view.findViewById(R.id.browse_headers);
254 View fadingView = getView().findViewById(R.id.fade_out_edge);
H A DOnboardingFragment.java261 mPageIndicator = (PagingIndicator) view.findViewById(R.id.page_indicator);
264 mStartButton = view.findViewById(R.id.button_start);
267 mLogoView = (ImageView) view.findViewById(R.id.logo);
268 mTitleView = (TextView) view.findViewById(R.id.title);
269 mDescriptionView = (TextView) view.findViewById(R.id.description);
337 * Sets the resource ID of the splash logo image. If the logo resource id set, the default logo
340 * @param id The resource ID of the logo image.
342 public final void setLogoResourceId(int id) { argument
343 mLogoResourceId = id;
416 R.id
[all...]

Completed in 2782 milliseconds

1234567891011>>