Searched defs:cond (Results 1 - 4 of 4) sorted by relevance

/system/core/liblog/
H A Dlogd_write.c223 void __android_log_assert(const char *cond, const char *tag, argument
234 /* Msg not provided, log condition. N.B. Do not use cond directly as
238 if (cond)
239 snprintf(buf, LOG_BUF_SIZE, "Assertion failed: %s", cond);
/system/core/sh/
H A Derror.c154 exverror(int cond, const char *msg, va_list ap) argument
161 TRACE(("exverror(%d, \"", cond));
165 TRACE(("exverror(%d, NULL) pid=%d\n", cond, getpid()));
171 exraise(cond);
189 exerror(int cond, const char *msg, ...) argument
194 exverror(cond, msg, ap);
/system/media/audio_utils/
H A Decho_reference.c62 pthread_cond_t cond; // condition signaled when data is ready to read member in struct:echo_reference
277 pthread_cond_signal(&er->cond);
333 pthread_cond_timedwait_relative_np(&er->cond, &er->lock, &ts);
463 pthread_cond_signal(&er->cond);
/system/netd/
H A DCommandListener.cpp920 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { argument
921 if (!cond) {

Completed in 108 milliseconds