Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 50) sorted by relevance

12

/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp114 sp<GLConsumer> st; in test_format() local
126 st = new GLConsumer (bq, tex_id, GL_TEXTURE_EXTERNAL_OES); in test_format()
128 st->setDefaultBufferSize (width, height); in test_format()
130 stc = new Surface(st); in test_format()
172 st.clear(); in test_format()
/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c99 struct stat st; in wcnss_write_cal_data() local
105 rc = stat(WCNSS_CAL_FILE, &st); in wcnss_write_cal_data()
112 size = st.st_size; in wcnss_write_cal_data()
235 struct stat st; in find_full_path() local
247 rc = lstat(dr->d_name, &st); in find_full_path()
252 if (S_ISDIR(st.st_mode)) { in find_full_path()
368 struct stat st; in setup_wcnss_parameters() local
424 rc = stat(WCNSS_FACT_FILE, &st); in setup_wcnss_parameters()
431 rc = stat(WCNSS_CAL_FILE, &st); in setup_wcnss_parameters()
/hardware/akm/AK8975_FS/akmdfs/
Dmain.c252 int st = 0; in main() local
254 if (AKD_GetOpenStatus(&st) != AKD_SUCCESS) { in main()
258 if (st == 0) { in main()
271 if (AKD_GetCloseStatus(&st) != AKD_SUCCESS) { in main()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AK8975.h35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01) argument
/hardware/intel/common/libva/va/android/
Dva_android.cpp48 struct stat st; in open_device() local
51 if (-1 == stat (dev_name, &st)) in open_device()
58 if (!S_ISCHR (st.st_mode)) in open_device()
/hardware/intel/common/libva/va/wayland/
Dva_wayland_drm.c60 struct stat st; in drm_handle_device() local
62 if (stat(device, &st) < 0) { in drm_handle_device()
68 if (!S_ISCHR(st.st_mode)) { in drm_handle_device()
/hardware/qcom/bootctrl/
Dboot_control.cpp137 struct stat st; in update_slot_attribute() local
170 if (stat(buf, &st)) { in update_slot_attribute()
181 if (stat(buf, &st)) { in update_slot_attribute()
399 struct stat st; in boot_ctl_set_active_slot_for_partitions() local
417 if (stat(buf, &st)) in boot_ctl_set_active_slot_for_partitions()
423 if (stat(buf, &st)) in boot_ctl_set_active_slot_for_partitions()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_if.h98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st);
188 L_(avl) *tree, L_(iter) *iter, AVL_KEY k, avl_search_type st);
Dcavl_impl.h437 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st) { in L_()
442 if (st & AVL_LESS) in L_()
444 else if (st & AVL_GREATER) in L_()
453 if (st & AVL_EQUAL) { in L_()
932 L_(avl) *l_tree, L_(iter) *iter, AVL_KEY k, avl_search_type st) { in L_()
947 if (st & AVL_LESS) in L_()
950 else if (st & AVL_GREATER) in L_()
961 if (st & AVL_EQUAL) { in L_()
/hardware/ril/rild/
Drild.c212 struct stat st; in main() local
220 if (fstat(fd, &st)) { in main()
226 if ((unsigned long)st.st_size > sizeof(buffer) - 1) { in main()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_pm_utils_bstream.h27 uint32_t st; /* start index of valid byte */ member
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp102 struct stat st; in getCap() local
103 memset(&st, 0x0, sizeof(struct stat)); in getCap()
112 if (fstat(fd, &st) < 0) { in getCap()
118 fileSize = st.st_size; in getCap()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c2122 struct stat st; in second_stage_parsing_thread() local
2136 if (fstat(fd, &st) < 0) { in second_stage_parsing_thread()
2141 read_buf = (char *) mmap(0, st.st_size, PROT_READ | PROT_WRITE, in second_stage_parsing_thread()
2249 munmap(read_buf, st.st_size); in second_stage_parsing_thread()
2281 struct stat st; in snd_ucm_parse() local
2295 if (fstat(fd, &st) < 0) { in snd_ucm_parse()
2300 read_buf = (char *) mmap(0, st.st_size, PROT_READ | PROT_WRITE, in snd_ucm_parse()
2313 munmap(read_buf, st.st_size); in snd_ucm_parse()
2320 munmap(read_buf, st.st_size); in snd_ucm_parse()
2328 munmap(read_buf, st.st_size); in snd_ucm_parse()
[all …]
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp437 unsigned long long st, end, delay; in timeval_delay() local
442 st = ref->tv_sec * 1000000 + ref->tv_usec; in timeval_delay()
444 delay = end - st; in timeval_delay()
2361 unsigned long long st, end, delay; in main() local
2366 st = current_time.tv_sec * 1000000 + current_time.tv_usec; in main()
2513 delay = end - st; in main()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8998/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dvp8_sad16x16_armv6.asm37 ; 1st row
Dvp8_variance8x8_armv6.asm35 ; 1st 4 pixels
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DAUTHORS62 Martin Storsjo <martin@martin.st>
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h346 struct fuse_kstatfs st; member

12