Home
last modified time | relevance | path

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

12

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AK8975.h35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01) argument
/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/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/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/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/qcom/gps/msm8909/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,
Dloc_eng.cpp670 enum loc_sess_status st, in LocEngReportPosition() argument
677 mStatus(st), mTechMask(technology) in LocEngReportPosition()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
Dloc_eng.cpp731 enum loc_sess_status st, in LocEngReportPosition() argument
738 mStatus(st), mTechMask(technology) in LocEngReportPosition()
/hardware/qcom/gps/msm8996/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,
Dloc_eng.cpp731 enum loc_sess_status st, in LocEngReportPosition() argument
738 mStatus(st), mTechMask(technology) in LocEngReportPosition()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_msg.h98 enum loc_sess_status st,
Dloc_eng.cpp732 enum loc_sess_status st, in LocEngReportPosition() argument
739 mStatus(st), mTechMask(technology) in LocEngReportPosition()
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h346 struct fuse_kstatfs st; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dfuse.h535 struct fuse_kstatfs st; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dfuse.h514 struct fuse_kstatfs st; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dfuse.h361 struct fuse_kstatfs st; member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp196 Decode_Status st = status; in decodeFrame() local
201 return st; in decodeFrame()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm_utils_bstream.c73 cxt->st = cxt->size = cxt->bitoff=0; in viddec_pm_utils_bstream_scratch_init()

12