Searched refs:st (Results 1 - 25 of 27) sorted by relevance

12

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AK8975.h35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01)
/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/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c99 struct stat st; local
105 rc = stat(WCNSS_CAL_FILE, &st);
112 size = st.st_size;
235 struct stat st; local
247 rc = lstat(dr->d_name, &st);
252 if (S_ISDIR(st.st_mode)) {
368 struct stat st; local
424 rc = stat(WCNSS_FACT_FILE, &st);
431 rc = stat(WCNSS_CAL_FILE, &st);
/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/qcom/bootctrl/
H A Dboot_control.cpp137 struct stat st; local
170 if (stat(buf, &st)) {
181 if (stat(buf, &st)) {
399 struct stat st; local
417 if (stat(buf, &st))
423 if (stat(buf, &st))
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_pm_utils_bstream.h27 uint32_t st; /* start index of valid byte */ member in struct:__anon370
/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/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
H A Dloc_eng.cpp731 enum loc_sess_status st,
738 mStatus(st), mTechMask(technology)
727 LocEngReportPosition(LocAdapterBase* adapter, UlpLocation &loc, GpsLocationExtended &locExtended, void* locExt, enum loc_sess_status st, LocPosTechMask technology) argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
H A Dloc_eng.cpp732 enum loc_sess_status st,
739 mStatus(st), mTechMask(technology)
728 LocEngReportPosition(LocAdapterBase* adapter, UlpLocation &loc, GpsLocationExtended &locExtended, void* locExt, enum loc_sess_status st, LocPosTechMask technology) argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
H A Dloc_eng.cpp728 enum loc_sess_status st,
735 mStatus(st), mTechMask(technology)
724 LocEngReportPosition(LocAdapterBase* adapter, UlpLocation &loc, GpsLocationExtended &locExtended, void* locExt, enum loc_sess_status st, LocPosTechMask technology) argument
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
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/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h346 struct fuse_kstatfs st; member in struct:fuse_statfs_out
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h514 struct fuse_kstatfs st; member in struct:fuse_statfs_out
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h361 struct fuse_kstatfs st; member in struct:fuse_statfs_out
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h535 struct fuse_kstatfs st; member in struct:fuse_statfs_out
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_bstream.c61 End represents the first invalid byte, so (end - st) will give number of bytes.*/
73 cxt->st = cxt->size = cxt->bitoff=0;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp196 Decode_Status st = status; local
201 return st;

Completed in 696 milliseconds

12