Searched defs:checkType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGeofence.java95 private static void checkType(int type) { method in class:Geofence
108 checkType(type);
135 checkType(type);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.cpp95 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { function in class:android::camera2::CameraMetadata
115 if ( (res = checkType(tag, TYPE_INT32)) != OK) {
124 if ( (res = checkType(tag, TYPE_BYTE)) != OK) {
133 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) {
142 if ( (res = checkType(tag, TYPE_INT64)) != OK) {
151 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) {
160 if ( (res = checkType(tag, TYPE_RATIONAL)) != OK) {
169 if ( (res = checkType(tag, TYPE_BYTE)) != OK) {
/frameworks/base/media/java/android/media/
H A DMetadata.java435 checkType(key, STRING_VAL);
443 checkType(key, INTEGER_VAL);
451 checkType(key, BOOLEAN_VAL);
459 checkType(key, LONG_VAL); /**
469 checkType(key, DOUBLE_VAL);
477 checkType(key, BYTE_ARRAY_VAL);
485 checkType(key, DATE_VAL);
535 private void checkType(final int key, final int expectedType) { method in class:Metadata
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2537 checkType(type);
2586 private boolean checkType(int type) { method in class:EditStyledText.EditStyledTextSpans.MarqueeSpan

Completed in 203 milliseconds