Searched defs:cond (Results 1 - 5 of 5) sorted by relevance
/system/core/liblog/ |
H A D | logd_write.c | 238 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 D | error.c | 154 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 D | echo_reference.c | 62 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 D | CommandListener.cpp | 1059 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 D | MIPSAssembler.h | 227 } cond; member in class:android::ArmToMipsAssembler
|
Completed in 146 milliseconds