Home | History | Annotate | Download | only in iface_fuzzer

Lines Matching full:endl

55     cerr << "HAL service name not available in VINTF." << endl;
61 cout << "Available HAL instances: " << endl;
63 cout << instance_name << endl;
65 cout << "Using HAL instance: " << service_name << endl;
76 cerr << __func__ << ": " << dlerror() << endl;
77 cerr << __func__ << ": Can't load shared library: " << lib_name << endl;
89 cerr << __func__ << ": Can't find: " << function_name << endl;
90 cerr << error << endl;
103 << "Falling back to binder mode." << endl;
105 cerr << "HAL opened in passthrough mode." << endl;
111 cerr << __func__ << ": Failed to open HAL in binder mode." << endl;
114 cerr << "HAL opened in binder mode." << endl;
160 cerr << "HAL name: " << comp_spec->package() << endl
161 << "Interface name: " << comp_spec->component_name() << endl
162 << "Service name: " << service_name << endl;
175 cout << func_call.DebugString() << endl;
186 cerr << "Interface is not open: " << iface_name << endl;
225 cerr << "VTS spec not found: " << name << endl;