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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 81 } TTraceMsg;
95 #define TRACE_MSG_MIN_LENGTH (sizeof(TTraceMsg))
96 #define TRACE_MSG_MAX_LENGTH ((TRACE_MSG_MAX_PARAMS * 4) + sizeof(TTraceMsg))
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 831 TTraceMsg *pMsgHdr = (TTraceMsg *)&aMsg[0];
832 TI_UINT8 *pMsgData = &aMsg[0] + sizeof(TTraceMsg);

Completed in 18 milliseconds