Searched refs:execute (Results 1 - 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegEncoder.cpp194 return ExynosJpegBase::execute(t_iPlaneNum, NUM_JPEG_ENC_OUT_PLANES);
H A DExynosJpegBase.cpp759 int ExynosJpegBase::execute(int iInBufPlanes, int iOutBufPlanes) function in class:ExynosJpegBase
H A DExynosJpegDecoder.cpp186 int ret = ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
197 return ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h499 * Function execute
511 int (*execute) (struct Dynamic_Loader_Initialize * thisptr, member in struct:Dynamic_Loader_Initialize
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h150 int execute(int iInBufPlanes, int iOutBufPlanes);
/hardware/libhardware/include/hardware/
H A Dbt_gatt_client.h139 /** GATT execute prepared write callback */
320 bt_status_t (*execute_write)(int conn_id, int execute);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp811 int execute() { function in class:GetScanResultsCommand
921 return (wifi_error)cmd->execute();
1010 ALOGI("Failed to execute hotlist setup request, result = %d", result);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_armv5.asm93 ; bb can only be 0 or 1. So only execute this statement
H A Dvp8_packtokens_mbrow_armv5.asm114 ; bb can only be 0 or 1. So only execute this statement
H A Dvp8_packtokens_partitions_armv5.asm143 ; bb can only be 0 or 1. So only execute this statement
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_loopfilter_neon.asm521 ; If mask and flat are 1's for all vectors, then we only need to execute
569 ; If mask and flat are 0's for all vectors, then we only need to execute
/hardware/intel/img/libdrm/
H A Dltmain.sh51 # execute automatically set library path, then run a program
94 # NLS nuisances: We save the old values to restore during execute mode.
707 execute|execut|execu|exec|exe|ex|e)
708 shift; set dummy --mode execute ${1+"$@"}; shift
752 execute) ;;
877 # Only execute mode is allowed to have -dlopen flags.
878 if test -n "$execute_dlfiles" && test "$mode" != execute; then
1498 execute)
1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
1764 test "$mode" = execute
[all...]

Completed in 341 milliseconds