Searched refs:stop (Results 1 – 10 of 10) sorted by relevance
98 uint stop; /* Stop after this many tx failures */ member
397 int (*stop)( void ); member
1196 stop(); in ~AppCallbackNotifier()1689 status_t AppCallbackNotifier::stop() in stop() function in android::AppCallbackNotifier
1634 mAppCallbackNotifier->stop(); in startPreview()3370 mAppCallbackNotifier->stop(); in forceStopPreview()
624 pktgen.stop = opts.uval; in dhd_pktgen()694 if (pktgen.stop) { in dhd_pktgen()695 printf("%sstop after %d tx failures", str, pktgen.stop); in dhd_pktgen()
532 status_t stop();
598 OMX_COMMANDTYPE stop = EXIT_COMPONENT_THRD; in VPP_Free_ComponentResources() local604 PERF_SendingCommand(pComponentPrivate->pPERF, stop, 0, PERF_ModuleComponent); in VPP_Free_ComponentResources()615 err = write (pComponentPrivate->cmdPipe[1], &stop, sizeof(OMX_COMMANDTYPE)); in VPP_Free_ComponentResources()
1004 if ( recorder->stop() < 0 ) { in stopRecording()