/bootable/recovery/updater/ |
updater.cpp | 184 if (state.cause_code != kNoCause) { 185 fprintf(cmd_pipe, "log cause: %d\n", state.cause_code);
|
blockimg.cpp | [all...] |
/bootable/recovery/edify/ |
expr.h | 50 CauseCode cause_code = kNoCause; member in struct:__anon1240 170 // ErrorAbort has an optional (but recommended) argument 'cause_code'. If the cause code 172 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...)
|
expr.cpp | 519 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) { 524 state->cause_code = cause_code;
|
/external/tcpdump/ |
print-pptp.c | 160 uint16_t cause_code; member in struct:pptp_msg_ocrp 207 uint16_t cause_code; member in struct:pptp_msg_cdn 239 2 uint16_t cause_code; 311 const uint16_t *cause_code) 313 ND_PRINT((ndo, " CAUSE_CODE(%u)", EXTRACT_16BITS(cause_code))); 713 ND_TCHECK(ptr->cause_code); 714 pptp_cause_code_print(ndo, &ptr->cause_code); 839 ND_TCHECK(ptr->cause_code); 840 pptp_cause_code_print(ndo, &ptr->cause_code); [all...] |
/hardware/ril/include/telephony/ |
ril.h | 804 RIL_LastCallFailCause cause_code; member in struct:__anon35269 [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |