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

/system/core/liblog/
H A Dlogd_write.c238 void __android_log_assert(const char *cond, const char *tag, argument
249 /* Msg not provided, log condition. N.B. Do not use cond directly as
253 if (cond)
254 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
279 pthread_cond_signal(&er->cond);
335 pthread_cond_timedwait_relative_np(&er->cond, &er->lock, &ts);
466 pthread_cond_signal(&er->cond);
/system/netd/
H A DCommandListener.cpp1059 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { argument
1060 if (!cond) {
1439 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { argument
1440 if (!cond) {
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.h227 } cond; member in class:android::ArmToMipsAssembler

Completed in 574 milliseconds