Searched defs:fallback (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp60 uint32_t ABitReader::getBitsWithFallback(size_t n, uint32_t fallback) { argument
61 uint32_t ret = fallback;
/frameworks/base/media/java/android/media/
H A DUtils.java199 static Size parseSize(Object o, Size fallback) { argument
205 return fallback;
208 return fallback;
211 static int parseIntSafely(Object o, int fallback) { argument
213 return fallback;
221 return fallback;
224 return fallback;
227 static Range<Integer> parseIntRange(Object o, Range<Integer> fallback) { argument
241 return fallback;
245 return fallback;
248 parseLongRange(Object o, Range<Long> fallback) argument
269 parseRationalRange(Object o, Range<Rational> fallback) argument
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLocalPreferences.java46 @ViewMode int fallback) {
47 return getPrefs(context).getInt(createKey(root), fallback);
45 getViewMode(Context context, RootInfo root, @ViewMode int fallback) argument
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp44 unsigned parseUEWithFallback(ABitReader *br, unsigned fallback) { argument
54 return fallback;
58 return fallback;
68 signed parseSEWithFallback(ABitReader *br, signed fallback) { argument
72 return fallback;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp520 status_t BootAnimation::initFont(Font* font, const char* fallback) { argument
533 } else if (fallback != nullptr) {
534 status = initTexture(&font->texture, mAssets, fallback);
/frameworks/native/cmds/installd/
H A Dutils.cpp98 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); local
104 return fallback;
112 if (resolved != fallback) {
114 << " instead of " << fallback; local
121 LOG(WARNING) << "Failed to resolve inode " << ce_data_inode << "; using " << fallback; local
123 return fallback;
125 return fallback;
842 auto fallback = StringPrintf("%s/%s", parent.c_str(), name); local
855 return fallback;
863 if (resolved != fallback) {
865 << " instead of " << fallback; local
872 LOG(WARNING) << "Failed to resolve inode " << inode << "; using " << fallback; local
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3605 // Get the fallback key state.
3615 // generated a fallback or if the window is not a foreground window,
3616 // then cancel the associated fallback key, if any.
3620 ALOGD("Unhandled key event: Asking policy to cancel fallback action. "
3636 // Cancel the fallback key.
3639 "application handled the original non-fallback key "
3641 "canceling previously dispatched fallback key");
3648 // If the application did not handle a non-fallback key, first check
3666 ALOGD("Unhandled key event: Asking policy to perform fallback action. "
3676 bool fallback local
[all...]
/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 1069 milliseconds