Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/include/
Ddhdioctl.h97 uint stop; /* Stop after this many tx failures */ member
/hardware/libhardware_legacy/tests/gpstest/
Dgpstest.cpp116 sGpsInterface->stop(); in main()
/hardware/libhardware_legacy/include/hardware_legacy/
Dgps.h217 int (*stop)( void ); member
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu.c584 pktgen.stop = opts.uval; in dhd_pktgen()
654 if (pktgen.stop) { in dhd_pktgen()
655 printf("%sstop after %d tx failures", str, pktgen.stop); in dhd_pktgen()
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_linux.c1962 net->stop = dhd_stop; in dhd_net_attach()
1964 net->open = net->stop = NULL; in dhd_net_attach()
Ddhd_sdio.c1552 pktgen.stop = bus->pktgen_stop; in dhdsdio_pktgen_get()
1579 bus->pktgen_stop = pktgen.stop; in dhdsdio_pktgen_set()
/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()