Searched defs:tags (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/camera/ndk/
H A DNdkCameraMetadata.cpp43 const ACameraMetadata* acm, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
45 if (acm == nullptr || numTags == nullptr || tags == nullptr) {
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
47 __FUNCTION__, acm, numTags, tags);
50 return acm->getTags(numTags, tags);
42 ACameraMetadata_getAllTags( const ACameraMetadata* acm, int32_t* numTags, const uint32_t** tags) argument
H A DNdkCaptureRequest.cpp92 const ACaptureRequest* req, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
94 if (req == nullptr || numTags == nullptr || tags == nullptr) {
95 ALOGE("%s: invalid argument! request %p, numTags %p, tags %p",
96 __FUNCTION__, req, numTags, tags);
99 return req->settings->getTags(numTags, tags);
91 ACaptureRequest_getAllTags( const ACaptureRequest* req, int32_t* numTags, const uint32_t** tags) argument
/frameworks/base/core/java/android/util/
H A DEventLog.java41 * <p>Events use integer tag codes corresponding to /system/etc/event-log-tags.
43 * event-log-tags file defines the payload contents for each type code.
50 private static final String TAGS_FILE = "/system/etc/event-log-tags";
222 * @param tags to search for
226 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp168 * static native void readEvents(int[] tags, Collection<Event> output)
173 jintArray tags,
176 if (tags == NULL || out == NULL) {
189 jsize tagLength = env->GetArrayLength(tags);
190 jint *tagValues = env->GetIntArrayElements(tags, NULL);
246 env->ReleaseIntArrayElements(tags, tagValues, 0);
172 android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED, jintArray tags, jobject out) argument
H A Dandroid_media_AudioRecord.cpp272 const char* tags = env->GetStringUTFChars(jtags, NULL); local
273 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
274 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
275 env->ReleaseStringUTFChars(jtags, tags);
278 ALOGV("AudioRecord_setup for source=%d tags=%s flags=%08x", paa->source, paa->tags, paa->flags);
H A Dandroid_media_AudioTrack.cpp302 const char* tags = env->GetStringUTFChars(jtags, NULL); local
303 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
304 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
305 env->ReleaseStringUTFChars(jtags, tags);
311 ALOGV("AudioTrack_setup for usage=%d content=%d flags=0x%#x tags=%s",
312 paa->usage, paa->content_type, paa->flags, paa->tags);
H A Dandroid_os_Debug.cpp600 // Ignored tags that don't actually consume memory (ie remappings)
706 static const char* const tags[] = { local
743 while (tags[i]) {
744 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp185 const char* tags = env->GetStringUTFChars(jtags, NULL); local
186 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
187 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
188 env->ReleaseStringUTFChars(jtags, tags);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java297 video.tags = body;
507 video.tags = takeText();
537 public String tags; field in class:SafeSaxTest.YouTubeVideo
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java141 public TagSet read(File file, int[] tags) throws Exception { argument
145 for (int n : tags) {
272 int[] tags = new int[]{
314 TagSet data = d.read(file, tags);
337 final int[] tags = new int[]{
409 TagSet data = d.read(file, tags);
497 final int[] tags = new int[]{
549 TagSet data = d.read(file, tags);
/frameworks/native/cmds/atrace/
H A Datrace.cpp52 const char* k_traceTagsProperty = "debug.atrace.tags.enableflags";
68 // The userland tracing tags that the category enables.
69 uint64_t tags; member in struct:TracingCategory
334 // writable and if enabling the category will enable one or more tracing tags
344 bool ok = category.tags != 0;
369 bool ok = category.tags != 0;
506 // Set the trace tags that userland tracing uses, and poke the running
508 static bool setTagsProperty(uint64_t tags) argument
511 snprintf(buf, sizeof(buf), "%#" PRIx64, tags);
513 fprintf(stderr, "error setting trace tags syste
732 uint64_t tags = 0; local
[all...]
/frameworks/av/media/libstagefright/
H A DUtils.cpp1326 int tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c", local
1328 if ((tags == 1 || (tags == 3 && dummy == '+'))
H A DACodec.cpp2478 int tags; local
2485 } else if ((tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c",
2487 && (tags == 1 || (tags == 3 && dummy == '+'))
4473 int tags; local
4480 } else if ((tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c",
4482 && (tags == 1 || (tags == 3 && dummy == '+'))
/frameworks/base/core/java/android/os/
H A DStrictMode.java156 // How many Span tags (e.g. animations) to report.
1856 info.tags = null;
2319 * List of tags from active Span instances during this
2322 public String[] tags; field in class:StrictMode.ViolationInfo
2386 this.tags = new String[spanActiveCount];
2390 this.tags[index] = iter.mName;
2410 if (tags != null) {
2411 for (String tag : tags) {
2450 tags = in.readStringArray();
2472 dest.writeStringArray(tags);
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp200 // marshalling tag indicating flattened utf16 tags
216 // | kAudioAttributesMarshallTagFlattenTags | // ignore tags if not found
218 // | flattened tags in UTF16 |
233 // the tags are UTF16, convert to UTF8
234 String16 tags = parcel.readString16(); local
235 ssize_t realTagSize = utf16_to_utf8_length(tags.string(), tags.size());
237 strcpy(attributes->tags, "");
240 // copying array size -1, array for tags was calloc'd, no need to NULL-terminate it
243 utf16_to_utf8(tags
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java254 // IFD GPS tags
317 // IFD Interoperability tags
718 * Reads the exif tags from a byte array, clearing this ExifInterface
719 * object's existing exif tags.
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
730 * object's existing exif tags.
749 * Reads the exif tags from a file, clearing this ExifInterface object's
750 * existing exif tags.
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
773 * tags
777 setExif(Collection<ExifTag> tags) argument
1010 rewriteExif(String filename, Collection<ExifTag> tags) argument
1068 rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) argument
1093 forceRewriteExif(String filename, Collection<ExifTag> tags) argument
1593 setTags(Collection<ExifTag> tags) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 397 milliseconds