Home | History | Annotate | Download | only in HAL

Lines Matching defs:error

62     const char *error = NULL;
68 error = dlerror();
69 ALOGE("%s: dlopen failed with error %s",
70 __func__, error ? error : "");
72 goto error;
76 error = dlerror();
77 ALOGE("%s: dlsym failed with error code %s",
78 __func__, error ? error: "");
84 error = dlerror();
85 ALOGE("%s: dlsym failed with error code %s",
86 __func__, error ? error: "");
118 error: