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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
tracebuf_api.h 50 #define TB_OPTION_STOP 0x80000000
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
tracebuf_api.h 50 #define TB_OPTION_STOP 0x80000000
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 137 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
180 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
196 tb_set_option(TB_OPTION_STOP);
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 137 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
180 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
196 tb_set_option(TB_OPTION_STOP);

Completed in 25 milliseconds