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

  /bootable/recovery/edify/include/edify/
expr.h 51 CauseCode cause_code; member in struct:State
149 // ErrorAbort has an optional (but recommended) argument 'cause_code'. If the cause code
151 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...)
  /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...]
  /hardware/ril/include/telephony/
ril.h 877 RIL_LastCallFailCause cause_code; member in struct:__anon52691
    [all...]

Completed in 105 milliseconds