Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 10 of 10) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Ddhdioctl.h98 uint stop; /* Stop after this many tx failures */ member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h98 uint stop; /* Stop after this many tx failures */ member
/hardware/libhardware/include/hardware/
Dgps.h397 int (*stop)( void ); member
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp1196 stop(); in ~AppCallbackNotifier()
1689 status_t AppCallbackNotifier::stop() in stop() function in android::AppCallbackNotifier
DCameraHal.cpp1634 mAppCallbackNotifier->stop(); in startPreview()
3370 mAppCallbackNotifier->stop(); in forceStopPreview()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu.c624 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()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c624 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()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h532 status_t stop();
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c598 OMX_COMMANDTYPE stop = EXIT_COMPONENT_THRD; in VPP_Free_ComponentResources() local
604 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()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp1004 if ( recorder->stop() < 0 ) { in stopRecording()