Home | History | Annotate | Download | only in tests

Lines Matching defs:componentRole

282         const char *componentName, const char *componentRole) {
298 err = setRole(node, componentRole);
448 static const char *GetMimeFromComponentRole(const char *componentRole) {
468 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
552 const char *componentName, const char *componentRole) {
554 !strncmp(componentRole, "audio_encoder.", 14)
555 || !strncmp(componentRole, "video_encoder.", 14);
564 const char *mime = GetMimeFromComponentRole(componentRole);
567 LOGI("Cannot perform seek test with this componentRole (%s)",
568 componentRole);
725 const char *componentName, const char *componentRole) {
726 printf("testing %s [%s] ... ", componentName, componentRole);
727 LOGI("testing %s [%s].", componentName, componentRole);
729 status_t err1 = testStateTransitions(componentName, componentRole);
730 status_t err2 = testSeek(componentName, componentRole);
751 const char *componentRole = (*role_it).string();
753 err = test(componentName, componentRole);