/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_AK8975.h | 35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01) argument
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | main.c | 252 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/ |
D | wcnss_service.c | 99 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/ |
D | va_android.cpp | 48 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/ |
D | va_wayland_drm.c | 60 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/ |
D | boot_control.cpp | 137 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/ |
D | viddec_pm_utils_bstream.h | 27 uint32_t st; /* start index of valid byte */ member
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.cpp | 102 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/ |
D | alsa_ucm.c | 2122 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/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
D | loc_eng.cpp | 670 enum loc_sess_status st, in LocEngReportPosition() argument 677 mStatus(st), mTechMask(technology) in LocEngReportPosition()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
D | loc_eng.cpp | 731 enum loc_sess_status st, in LocEngReportPosition() argument 738 mStatus(st), mTechMask(technology) in LocEngReportPosition()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
D | loc_eng.cpp | 731 enum loc_sess_status st, in LocEngReportPosition() argument 738 mStatus(st), mTechMask(technology) in LocEngReportPosition()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_msg.h | 98 enum loc_sess_status st,
|
D | loc_eng.cpp | 732 enum loc_sess_status st, in LocEngReportPosition() argument 739 mStatus(st), mTechMask(technology) in LocEngReportPosition()
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | fuse.h | 346 struct fuse_kstatfs st; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | fuse.h | 535 struct fuse_kstatfs st; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | fuse.h | 514 struct fuse_kstatfs st; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | fuse.h | 361 struct fuse_kstatfs st; member
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 196 Decode_Status st = status; in decodeFrame() local 201 return st; in decodeFrame()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm_utils_bstream.c | 73 cxt->st = cxt->size = cxt->bitoff=0; in viddec_pm_utils_bstream_scratch_init()
|