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

  /bootable/recovery/edify/
expr.h 50 CauseCode cause_code = kNoCause; member in struct:__anon1242
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, ...)
  /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:__anon34861
    [all...]

Completed in 620 milliseconds