Searched refs:flags (Results 1 - 25 of 1709) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp649 return (mDataSource->flags() & DataSource::kWantsPrefetching);
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h80 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp195 sp<MetaData> AacAdtsExtractor::getTrackMetaData(size_t index, uint32_t flags) { argument
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp65 static const SLboolean flags[1] = { SL_BOOLEAN_TRUE }; variable
177 &audiosrc, &audiosnk, 1, ids, flags);
190 1, ids, flags);
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c74 SLboolean flags[1] = {SL_BOOLEAN_TRUE}; local
76 1, ids, flags);
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c125 SLboolean flags[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; local
127 2, ids, flags);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java1203 if ((layoutParams.flags & WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER) != 0) {
1207 layoutParams.flags |= WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
1209 if ((layoutParams.flags & WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER) == 0) {
1213 layoutParams.flags &= ~WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
H A DBrandedFragment.java179 * @param flags Flags representing the visibility of components inside title view.
185 public void showTitle(int flags) { argument
187 mTitleViewAdapter.updateComponentsVisibility(flags);
H A DBrandedSupportFragment.java181 * @param flags Flags representing the visibility of components inside title view.
187 public void showTitle(int flags) { argument
189 mTitleViewAdapter.updateComponentsVisibility(flags);
H A DBrowseFragment.java1272 int flags = 0;
1273 if (showBranding) flags |= TitleViewAdapter.BRANDING_VIEW_VISIBLE;
1274 if (showSearch) flags |= TitleViewAdapter.SEARCH_VIEW_VISIBLE;
1275 if (flags != 0) {
1276 showTitle(flags);
H A DBrowseSupportFragment.java1274 int flags = 0;
1275 if (showBranding) flags |= TitleViewAdapter.BRANDING_VIEW_VISIBLE;
1276 if (showSearch) flags |= TitleViewAdapter.SEARCH_VIEW_VISIBLE;
1277 if (flags != 0) {
1278 showTitle(flags);
H A DGuidedStepFragment.java1250 * @param flags Either 0 or {@link FragmentManager#POP_BACK_STACK_INCLUSIVE}.
1252 public void popBackStackToGuidedStepFragment(Class guidedStepFragmentClass, int flags) { argument
1264 fragmentManager.popBackStack(entry.getId(), flags);
H A DGuidedStepSupportFragment.java1252 * @param flags Either 0 or {@link FragmentManager#POP_BACK_STACK_INCLUSIVE}.
1254 public void popBackStackToGuidedStepSupportFragment(Class guidedStepFragmentClass, int flags) { argument
1266 fragmentManager.popBackStack(entry.getId(), flags);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java151 (info.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java3157 public void writeToParcel(Parcel out, int flags) { argument
H A DPersistentFocusWrapper.java141 public void writeToParcel(Parcel dest, int flags) { argument
142 super.writeToParcel(dest, flags);
H A DRow.java112 final void setFlags(int flags, int mask) { argument
113 mFlags = (mFlags & ~mask) | (flags & mask);
H A DTitleView.java38 private int flags = FULL_VIEW_VISIBLE; field in class:TitleView
88 public void updateComponentsVisibility(int flags) {
89 TitleView.this.updateComponentsVisibility(flags);
187 * @param flags integer representing the visibility of TitleView components.
192 public void updateComponentsVisibility(int flags) { argument
193 this.flags = flags;
195 if ((flags & BRANDING_VIEW_VISIBLE) == BRANDING_VIEW_VISIBLE) {
205 int visibility = mHasSearchListener && (flags & SEARCH_VIEW_VISIBLE) == SEARCH_VIEW_VISIBLE
H A DTitleViewAdapter.java132 * @param flags integer representing the visibility of TitleView components.
137 public void updateComponentsVisibility(int flags) { argument
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java55 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
56 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0)
57 .setAutoCancel((n.flags & Notification.FLAG_AUTO_CANCEL) != 0)
66 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0)
204 return (notif.flags & Notification.FLAG_LOCAL_ONLY) != 0;
212 return (notif.flags & Notification.FLAG_GROUP_SUMMARY) != 0;
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java82 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
83 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0)
84 .setAutoCancel((n.flags & Notification.FLAG_AUTO_CANCEL) != 0)
93 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0)
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java54 public static void writeToParcel(Object descriptionObj, Parcel dest, int flags) { argument
55 ((MediaDescription) descriptionObj).writeToParcel(dest, flags);
H A DMediaMetadataCompatApi21.java47 public static void writeToParcel(Object metadataObj, Parcel dest, int flags) { argument
48 ((MediaMetadata) metadataObj).writeToParcel(dest, flags);
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java104 public static void setVolumeTo(Object controllerObj, int value, int flags) { argument
105 ((MediaController) controllerObj).setVolumeTo(value, flags);
108 public static void adjustVolume(Object controllerObj, int direction, int flags) { argument
109 ((MediaController) controllerObj).adjustVolume(direction, flags);
208 // flags to stream type mapping
H A DMediaSessionCompatApi21.java64 public static void setFlags(Object sessionObj, int flags) { argument
65 ((MediaSession)sessionObj).setFlags(flags);

Completed in 883 milliseconds

1234567891011>>