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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 62 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv)
69 return((tlv_log *)((u8 *)pOutTlv + sizeof(tlv_log) + length));
72 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code)
76 return (sizeof(tlv_log) + sizeof(u16));
79 int add_status_tag(tlv_log **tlvs, int status)
83 return (sizeof(tlv_log) + sizeof(int));
117 tlv_log *pTlv;
141 tot_len += sizeof(tlv_log)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 179 } __attribute__((packed)) tlv_log; typedef in typeref:struct:__anon25004
183 tlv_log tlvs[0]; // separate parameter structure per event to be provided and optional data
203 tlv_log tlvs[0];

Completed in 116 milliseconds