/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_ETC.c | 161 static OMX_U32 MeasureTime(struct timeval *start, struct timeval *stop) in MeasureTime() argument 165 sec = stop->tv_sec - start->tv_sec; in MeasureTime() 166 if (stop->tv_usec >= start->tv_usec) { in MeasureTime() 167 usec = stop->tv_usec - start->tv_usec; in MeasureTime() 169 usec = stop->tv_usec + 1000000 - start->tv_usec; in MeasureTime()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | dhdioctl.h | 103 uint stop; /* Stop after this many tx failures */ member
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | fimg2d.h | 456 void (*stop)(struct fimg2d_control *info); member
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 405 int (*stop)( void ); member
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | h264_utils.h | 224 void stop();
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | README | 45 adb shell "echo Going to stop GUI" 46 adb shell "stop"
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | h264_utils.cpp | 476 void perf_metrics::stop() in stop() function in perf_metrics 488 stop(); in end()
|
D | omx_vdec_copper.cpp | 5142 dec_time.stop(); in empty_this_buffer() 6207 dec_time.stop(); in fill_buffer_done() 6217 fps_metrics.stop(); in fill_buffer_done()
|
D | omx_vdec.cpp | 5400 dec_time.stop(); in empty_this_buffer() 6497 dec_time.stop(); in fill_buffer_done() 6507 fps_metrics.stop(); in fill_buffer_done()
|
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 1316 stop(); in ~AppCallbackNotifier() 1804 status_t AppCallbackNotifier::stop() in stop() function in android::AppCallbackNotifier
|
D | CameraHal.cpp | 1668 mAppCallbackNotifier->stop(); in startPreview() 3438 mAppCallbackNotifier->stop(); in forceStopPreview()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 648 pktgen.stop = opts.uval; in dhd_pktgen() 718 if (pktgen.stop) { in dhd_pktgen() 719 printf("%sstop after %d tx failures", str, pktgen.stop); in dhd_pktgen()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 540 status_t stop();
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 598 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/samsung_slsi/exynos5/include/ |
D | videodev2.h | 2019 } stop; member
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 1002 if ( recorder->stop() < 0 ) { in stopRecording()
|
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
D | StubFmService.java | 6743 mp.stop(); in cleanupPlayer()
|