Searched defs:st (Results 1 - 14 of 14) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/
H A Dmain.c252 int st = 0; local
254 if (AKD_GetOpenStatus(&st) != AKD_SUCCESS) {
258 if (st == 0) {
271 if (AKD_GetCloseStatus(&st) != AKD_SUCCESS) {
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp48 struct stat st; local
51 if (-1 == stat (dev_name, &st))
58 if (!S_ISCHR (st.st_mode))
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_drm.c60 struct stat st; local
62 if (stat(device, &st) < 0) {
68 if (!S_ISCHR(st.st_mode)) {
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp114 sp<GLConsumer> st; local
126 st = new GLConsumer (bq, tex_id, GL_TEXTURE_EXTERNAL_OES);
128 st->setDefaultBufferSize (width, height);
130 stc = new Surface(st);
172 st.clear();
H A Dcamera_test_menu.cpp544 unsigned long long st, end, delay; local
549 st = ref->tv_sec * 1000000 + ref->tv_usec;
551 delay = end - st;
4242 unsigned long long st, end, delay; local
4260 st = current_time.tv_sec * 1000000 + current_time.tv_usec;
4286 delay = end - st;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st); variable
188 L_(avl) *tree, L_(iter) *iter, AVL_KEY k, avl_search_type st); variable
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp182 Decode_Status st = status; local
187 return st;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp102 struct stat st; local
103 memset(&st, 0x0, sizeof(struct stat));
112 if (fstat(fd, &st) < 0) {
118 fileSize = st.st_size;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c2122 struct stat st; local
2136 if (fstat(fd, &st) < 0) {
2141 read_buf = (char *) mmap(0, st.st_size, PROT_READ | PROT_WRITE,
2164 * in 1st stage of parsing */
2214 * 1st stage parsing. Delete this entry so that new verbs
2249 munmap(read_buf, st.st_size);
2274 * 1st stage parsing done to parse HiFi config file
2281 struct stat st; local
2295 if (fstat(fd, &st) < 0) {
2300 read_buf = (char *) mmap(0, st
2451 struct stat st; local
2873 struct stat st; local
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c195 stat_t st; local
197 st.st_rdev = 0;
198 fstat(fd, &st);
199 return st.st_rdev;
317 stat_t st; local
336 if (stat(DRM_DIR_NAME, &st)) {
345 if (stat(buf, &st)) {
361 if (stat(DRM_DIR_NAME, &st)) {
370 if (stat(buf, &st)) {
390 if (st
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp670 enum loc_sess_status st,
677 mStatus(st), mTechMask(technology)
666 LocEngReportPosition(LocAdapterBase* adapter, UlpLocation &loc, GpsLocationExtended &locExtended, void* locExt, enum loc_sess_status st, LocPosTechMask technology) argument
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp437 unsigned long long st, end, delay; local
442 st = ref->tv_sec * 1000000 + ref->tv_usec;
444 delay = end - st;
2361 unsigned long long st, end, delay; local
2366 st = current_time.tv_sec * 1000000 + current_time.tv_usec;
2513 delay = end - st;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp727 enum loc_sess_status st,
734 mStatus(st), mTechMask(technology)
723 LocEngReportPosition(LocAdapterBase* adapter, UlpLocation &loc, GpsLocationExtended &locExtended, void* locExt, enum loc_sess_status st, LocPosTechMask technology) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2839 inline bool IsDir(const StatStruct& st) { argument
2840 return (_S_IFDIR & st.st_mode) != 0;
2856 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 701 milliseconds