Searched refs:tagType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp236 int tagType = get_camera_metadata_tag_type(tag); local
237 if (tagType == -1) {
242 size_t tagSize = Helpers::getTypeSize(tagType);
273 int tagType = get_camera_metadata_tag_type(tag); local
274 if (tagType == -1) {
279 size_t tagSize = Helpers::getTypeSize(tagType);
298 tagType, arrayReader.get(), arrayReader.size());
549 int tagType = get_camera_metadata_tag_type(tag); local
550 if (tagType == -1) {
556 return tagType;
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp169 int tagType = get_camera_metadata_tag_type(tag); local
170 if ( CC_UNLIKELY(tagType == -1)) {
174 if ( CC_UNLIKELY(tagType != expectedType) ) {
178 camera_metadata_type_names[tagType],
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java571 int tagType = xml.next();
572 while (tagType != XmlPullParser.END_DOCUMENT) {
573 if (tagType == XmlPullParser.START_TAG) {
602 tagType = xml.next();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1626 * @param tagType the type of the tag (see {@link ExifTag#getDataType()}).
1633 public int setTagDefinition(short tagId, int defaultIfd, short tagType, argument
1638 if (ExifTag.isValidType(tagType) && ExifTag.isValidIfd(defaultIfd)) {
1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java4685 String tagType;
4689 tagType = TAG_PROVISIONING_URL;
4692 tagType = TAG_REDIRECTED_URL;
4711 if (element.equals(tagType)) {

Completed in 204 milliseconds