Home | History | Annotate | Download | only in android

Lines Matching full:error

68         int error = OsclBase::Init();
69 if(error)
71 LOGE("OsclBase::Init error %d", error);
74 error = OsclErrorTrap::Init();
75 if(error)
77 LOGE("OsclErrorTrap::Init error %d", error);
84 error = pthread_setspecific(ptkey,data);
85 if(error)
87 LOGE("pthread_setspecific error %d", error);