Home
last modified time | relevance | path

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

/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/ti/wlan/mac80211/ti-utils/
Dini.c797 static int find_section(const char *l, enum wl1271_ini_section *st, int *cntr, in find_section() argument
801 *st = GENERAL_PRMS; in find_section()
812 *st = BAND2_PRMS; in find_section()
823 *st = FEM_PRMS; in find_section()
829 *st = BAND5_PRMS; in find_section()
841 *st = FEM0_BAND2_PRMS; in find_section()
853 *st = FEM1_BAND2_PRMS; in find_section()
865 *st = FEM1_BAND5_PRMS; in find_section()
/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()