Searched refs:stat (Results 1 - 25 of 125) sorted by relevance

12345

/hardware/libhardware/tests/camera2/
H A DCameraModuleTests.cpp49 status_t stat; local
50 if (isDeviceVersionHal2(cameraId, &stat) && stat == OK) {
51 stat = mDevice->initialize(mModule);
54 return stat;
67 status_t stat; local
69 if (isDeviceVersionHal2(i, &stat) && stat == OK) {
/hardware/libhardware/modules/power/
H A Dpower.c19 #include <sys/stat.h>
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.cpp45 android::status_t stat; local
47 stat = pipe(fds);
49 if ( 0 > stat )
51 MSGQ_LOGEB("Error while openning pipe: %s", strerror(stat) );
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp38 #include <sys/stat.h>
855 status_t stat = NO_ERROR; local
875 stat = currentCamera->resumePreview();
881 stat = currentCamera->startPreview();
887 stat = currentCamera->stopPreview();
893 stat = currentCamera->nextPreviewSize();
899 stat = currentCamera->nextPictureSize();
911 stat = currentCamera->autoFocus();
917 stat = currentCamera->takePicture();
923 stat
960 status_t stat = camera->openCamera(); local
[all...]
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c35 #include <sys/stat.h>
77 struct stat statFile;
81 if (stat(pFileName, &statFile) != 0)
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c42 #include <sys/stat.h>
106 struct stat buf;
132 result = stat(pDir, &buf);
/hardware/libhardware_legacy/power/
H A Dpower.c26 #include <sys/stat.h>
/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c19 #include <sys/stat.h>
/hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/
H A Dbcmdhd_net_iface.c6 #include <sys/stat.h>
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp21 #include <sys/stat.h>
/hardware/qcom/bt/libbt-vendor/src/
H A Dhardware.c31 #include <sys/stat.h>
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp22 #include <sys/stat.h>
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp22 #include <sys/stat.h>
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp22 #include <sys/stat.h>
/hardware/ti/omap3/dspbridge/inc/
H A Dhost_os.h103 #include <sys/stat.h>
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dhost_os.h97 #include <sys/stat.h>
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211_nl.c5 #include <sys/stat.h>
/hardware/ti/wlan/mac80211/ti-utils/
H A Dmisc_cmds.c7 #include <sys/stat.h>
27 struct stat filestat;
89 struct stat filestat;
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp24 #include <sys/stat.h>
/hardware/libhardware_legacy/include/hardware_legacy/
H A Ddriver_nl80211.h19 #include <sys/stat.h>
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegEncoder.cpp21 #include <sys/stat.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c59 #include <sys/stat.h>
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c8 #include <sys/stat.h>
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_subdev.c35 #include <sys/stat.h>
74 struct stat s;
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.c42 #include <sys/stat.h>
430 struct stat sd;
433 if(stat("/dev/pmem_adsp",&sd) != 0)

Completed in 3367 milliseconds

12345