Home
last modified time | relevance | path

Searched refs:expectedType (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
DHandleTracker.h64 aaudio_handle_t put(handle_tracker_type_t expectedType, handle_tracker_address_t address);
76 handle_tracker_address_t get(handle_tracker_type_t expectedType, aaudio_handle_t handle) const;
88 handle_tracker_address_t remove(handle_tracker_type_t expectedType, aaudio_handle_t handle);
/frameworks/base/core/java/android/transition/
DTransitionInflater.java199 private Object createCustom(AttributeSet attrs, Class expectedType, String tag) { in createCustom() argument
211 .asSubclass(expectedType); in createCustom()
221 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
224 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
227 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
230 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
233 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
/frameworks/base/media/java/android/media/
DMetadata.java543 private void checkType(final int key, final int expectedType) { in checkType() argument
549 if (type != expectedType) { in checkType()
550 throw new IllegalStateException("Wrong type " + expectedType + " but got " + type); in checkType()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java59 int expectedType = InputType.TYPE_CLASS_NUMBER; in getExpectedNumericType() local
61 expectedType |= InputType.TYPE_NUMBER_FLAG_SIGNED; in getExpectedNumericType()
64 expectedType |= InputType.TYPE_NUMBER_FLAG_DECIMAL; in getExpectedNumericType()
66 return expectedType; in getExpectedNumericType()
/frameworks/support/transition/src/android/support/transition/
DTransitionInflater.java191 private Object createCustom(AttributeSet attrs, Class expectedType, String tag) { in createCustom() argument
204 .asSubclass(expectedType); in createCustom()
215 throw new InflateException("Could not instantiate " + expectedType + " class " in createCustom()
/frameworks/av/camera/include/camera/
DCameraMetadata.h230 status_t checkType(uint32_t tag, uint8_t expectedType);
/frameworks/av/camera/
DCameraMetadata.cpp172 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() argument
178 if ( CC_UNLIKELY(tagType != expectedType) ) { in checkType()
183 camera_metadata_type_names[expectedType]); in checkType()
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2287 final long expectedType = expectedFlags & FIELD_TYPE_MASK; in checkFieldId() local
2292 if (fieldType != expectedType in checkFieldId()
2300 if (expectedType == FIELD_TYPE_OBJECT) { in checkFieldId()
2306 sb.append(getFieldTypeString(expectedType)); in checkFieldId()
2325 if (expectedType == FIELD_TYPE_OBJECT) { in checkFieldId()
2331 sb.append(getFieldTypeString(expectedType)); in checkFieldId()