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

  /frameworks/base/include/media/
mediarecorder.h 183 status_t doReset();
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 69 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h 69 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset);
  /frameworks/base/media/libmedia/
mediarecorder.cpp 517 ret = doReset();
552 status_t MediaRecorder::doReset()
554 LOGV("doReset");
557 LOGE("doReset failed: %d", ret);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 262 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset)
273 if(doReset)
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c 262 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset)
273 if(doReset)

Completed in 119 milliseconds