HomeSort by relevance Sort by last modified time
    Searched refs:cause_code (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/updater/
updater.cpp 203 if (state.cause_code != kNoCause) {
204 fprintf(cmd_pipe, "log cause: %d\n", state.cause_code);
205 if (state.cause_code == kPatchApplicationFailure) {
blockimg.cpp     [all...]
  /bootable/recovery/edify/
expr.h 49 CauseCode cause_code = kNoCause; member in struct:State
147 // ErrorAbort has an optional (but recommended) argument 'cause_code'. If the cause code
149 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...)
expr.cpp 410 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) {
415 state->cause_code = cause_code;
  /external/tcpdump/
print-pptp.c 161 uint16_t cause_code; member in struct:pptp_msg_ocrp
208 uint16_t cause_code; member in struct:pptp_msg_cdn
240 2 uint16_t cause_code;
312 const uint16_t *cause_code)
314 ND_PRINT((ndo, " CAUSE_CODE(%u)", EXTRACT_16BITS(cause_code)));
714 ND_TCHECK(ptr->cause_code);
715 pptp_cause_code_print(ndo, &ptr->cause_code);
840 ND_TCHECK(ptr->cause_code);
841 pptp_cause_code_print(ndo, &ptr->cause_code);
    [all...]
  /bootable/recovery/tests/component/
updater_test.cpp 51 static void expect(const char* expected, const char* expr_str, CauseCode cause_code,
74 ASSERT_EQ(cause_code, state.cause_code);
  /hardware/ril/include/telephony/
ril.h 876 RIL_LastCallFailCause cause_code; member in struct:__anon47534
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 231 milliseconds