Home
last modified time | relevance | path

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

123

/hardware/qcom/sdm845/gps/sdm845/android/
DAGnss.cpp39 IAGnssCallback::AGnssStatusIpV4 st = {}; in agnssStatusIpV4Cb() local
43 st.type = IAGnssCallback::AGnssType::TYPE_SUPL; in agnssStatusIpV4Cb()
46 st.type = IAGnssCallback::AGnssType::TYPE_C2K; in agnssStatusIpV4Cb()
55 st.status = IAGnssCallback::AGnssStatusValue::REQUEST_AGNSS_DATA_CONN; in agnssStatusIpV4Cb()
58 st.status = IAGnssCallback::AGnssStatusValue::RELEASE_AGNSS_DATA_CONN; in agnssStatusIpV4Cb()
61 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONNECTED; in agnssStatusIpV4Cb()
64 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_DONE; in agnssStatusIpV4Cb()
67 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_FAILED; in agnssStatusIpV4Cb()
73 st.ipV4Addr = status.ipV4Addr; in agnssStatusIpV4Cb()
75 auto r = sAGnssCbIface->agnssStatusIpV4Cb(st); in agnssStatusIpV4Cb()
/hardware/qcom/sm8150/gps/android/1.0/
DAGnss.cpp50 IAGnssCallback::AGnssStatusIpV4 st = {}; in statusIpV4Cb() local
54 st.type = IAGnssCallback::AGnssType::TYPE_SUPL; in statusIpV4Cb()
57 st.type = IAGnssCallback::AGnssType::TYPE_C2K; in statusIpV4Cb()
66 st.status = IAGnssCallback::AGnssStatusValue::REQUEST_AGNSS_DATA_CONN; in statusIpV4Cb()
69 st.status = IAGnssCallback::AGnssStatusValue::RELEASE_AGNSS_DATA_CONN; in statusIpV4Cb()
72 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONNECTED; in statusIpV4Cb()
75 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_DONE; in statusIpV4Cb()
78 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_FAILED; in statusIpV4Cb()
84 st.ipV4Addr = status.ipV4Addr; in statusIpV4Cb()
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
/hardware/qcom/sm8150/gps/android/1.1/
DAGnss.cpp50 IAGnssCallback::AGnssStatusIpV4 st = {}; in statusIpV4Cb() local
54 st.type = IAGnssCallback::AGnssType::TYPE_SUPL; in statusIpV4Cb()
57 st.type = IAGnssCallback::AGnssType::TYPE_C2K; in statusIpV4Cb()
66 st.status = IAGnssCallback::AGnssStatusValue::REQUEST_AGNSS_DATA_CONN; in statusIpV4Cb()
69 st.status = IAGnssCallback::AGnssStatusValue::RELEASE_AGNSS_DATA_CONN; in statusIpV4Cb()
72 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONNECTED; in statusIpV4Cb()
75 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_DONE; in statusIpV4Cb()
78 st.status = IAGnssCallback::AGnssStatusValue::AGNSS_DATA_CONN_FAILED; in statusIpV4Cb()
84 st.ipV4Addr = status.ipV4Addr; in statusIpV4Cb()
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
/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
405 rc = stat(WCNSS_FACT_FILE, &st); in setup_wcnss_parameters()
412 rc = stat(WCNSS_CAL_FILE, &st); in setup_wcnss_parameters()
/hardware/st/secure_element/1.0/
DAndroid.bp2 name: "android.hardware.secure_element@1.0-service.st",
4 init_rc: ["android.hardware.secure_element@1.0-service.st.rc"],
Dandroid.hardware.secure_element@1.0-service.st.rc1 service secure_element_hal_service /vendor/bin/hw/android.hardware.secure_element@1.0-service.st
/hardware/st/secure_element/ese-spi-driver/
DSpiLayerComm.cc146 struct stat st; in SpiLayerComm_readAtpFromFile() local
148 if (stat(ATP_FILE_PATH, &st) < 0) { in SpiLayerComm_readAtpFromFile()
152 uint8_t atpArray[st.st_size]; in SpiLayerComm_readAtpFromFile()
153 fread(atpArray, st.st_size, 1, atp_file); in SpiLayerComm_readAtpFromFile()
/hardware/st/secure_element/1.2/
DAndroid.bp16 name: "android.hardware.secure_element@1.2-service.st",
19 init_rc: ["android.hardware.secure_element@1.2-service.st.rc"],
Dandroid.hardware.secure_element@1.2-service.st.rc1 service secure_element_hal_service /vendor/bin/hw/android.hardware.secure_element@1.2-service.st
/hardware/st/nfc/1.1/
DAndroid.bp16 name: "android.hardware.nfc@1.1-service.st",
19 init_rc: ["android.hardware.nfc@1.1-service.st.rc"],
Dandroid.hardware.nfc@1.1-service.st.rc1 service nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.1-service.st
/hardware/st/nfc/1.2/
DAndroid.bp17 name: "android.hardware.nfc@1.2-service.st",
20 init_rc: ["android.hardware.nfc@1.2-service.st.rc"],
Dandroid.hardware.nfc@1.2-service.st.rc1 service nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.st
/hardware/st/secure_element/1.1/
DAndroid.bp16 name: "android.hardware.secure_element@1.1-service.st",
19 init_rc: ["android.hardware.secure_element@1.1-service.st.rc"],
Dandroid.hardware.secure_element@1.1-service.st.rc1 service secure_element_hal_service /vendor/bin/hw/android.hardware.secure_element@1.1-service.st
/hardware/knowles/athletico/sound_trigger_hal/
Dcvq_util.c1436 int setup_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st) in setup_src_plugin() argument
1442 if (st == SRC_MIC) { in setup_src_plugin()
1444 } else if (st == SRC_AMP_REF) { in setup_src_plugin()
1447 ALOGE("%s: Invalid src type %d", __func__, st); in setup_src_plugin()
1452 ALOGD("+%s+ src type %d", __func__, st); in setup_src_plugin()
1463 __func__, st, errno, strerror(errno)); in setup_src_plugin()
1473 __func__, st, errno, strerror(errno)); in setup_src_plugin()
1483 int destroy_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st) in destroy_src_plugin() argument
1488 if (st == SRC_MIC) { in destroy_src_plugin()
1490 } else if (st == SRC_AMP_REF) { in destroy_src_plugin()
[all …]
Dcvq_ioctl.h218 int setup_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st);
219 int destroy_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st);
226 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st);
/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp167 bool cpioWriteHeader(int out_fd, struct stat& st, const char* file_name, in cpioWriteHeader() argument
173 kCpioMagic, static_cast<int>(st.st_ino), st.st_mode, st.st_uid, in cpioWriteHeader()
174 st.st_gid, static_cast<int>(st.st_nlink), in cpioWriteHeader()
175 static_cast<int>(st.st_mtime), static_cast<int>(st.st_size), in cpioWriteHeader()
176 major(st.st_dev), minor(st.st_dev), major(st.st_rdev), in cpioWriteHeader()
177 minor(st.st_rdev), static_cast<uint32_t>(file_name_len), 0); in cpioWriteHeader()
200 size_t cpioWriteFileContent(int fd_read, int out_fd, struct stat& st) { in cpioWriteFileContent() argument
203 ssize_t llen = st.st_size; in cpioWriteFileContent()
223 llen = st.st_size % 4; in cpioWriteFileContent()
268 struct stat st; in cpioArchiveFilesInDir() local
[all …]
/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.cpp662 struct stat st; in gpt_utils_set_xbl_boot_partition() local
670 if (!stat(XBL_BACKUP, &st)) in gpt_utils_set_xbl_boot_partition()
672 else if (!stat(XBL_AB_SECONDARY, &st)) in gpt_utils_set_xbl_boot_partition()
681 if (!stat(XBL_PRIMARY, &st)) in gpt_utils_set_xbl_boot_partition()
683 else if (!stat(XBL_AB_PRIMARY, &st)) in gpt_utils_set_xbl_boot_partition()
696 if((stat(XBL_PRIMARY, &st) || in gpt_utils_set_xbl_boot_partition()
697 stat(XBL_BACKUP, &st)) && in gpt_utils_set_xbl_boot_partition()
698 (stat(XBL_AB_PRIMARY, &st) || in gpt_utils_set_xbl_boot_partition()
699 stat(XBL_AB_SECONDARY, &st))) { in gpt_utils_set_xbl_boot_partition()
927 struct stat st; in add_lun_to_update_list() local
[all …]
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp120 auto st = mRequestDoneCond.wait_for(lk, timeout); in waitForBufferRequestDone() local
121 if (st == std::cv_status::timeout) { in waitForBufferRequestDone()
141 auto st = mRequestCond.wait_for(lk, timeout); in waitForNextRequest() local
142 if (st == std::cv_status::timeout) { in waitForNextRequest()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_event_logger.c201 struct stat st; in split_crash_dump_file() local
213 fstat(fd, &st); in split_crash_dump_file()
214 fil_len = st.st_size; in split_crash_dump_file()
422 struct stat st; in ssr_split_crash_dump_file() local
433 fstat(fd, &st); in ssr_split_crash_dump_file()
434 fil_len = st.st_size; in ssr_split_crash_dump_file()
Ddump_debug_info.c420 dump.st, in dump_tunnel()
460 dump.st, in dump_channel()
507 dump.st, in dump_stream()
/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()
401 struct stat st; in boot_ctl_set_active_slot_for_partitions() local
419 if (stat(buf, &st)) in boot_ctl_set_active_slot_for_partitions()
425 if (stat(buf, &st)) in boot_ctl_set_active_slot_for_partitions()
/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/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp578 Status st = importBufferLocked( in importRequestLockedImpl() local
581 if (st != Status::OK) { in importRequestLockedImpl()
583 return st; in importRequestLockedImpl()
611 auto st = mV4L2BufferReturned.wait_for(lk, timeout); in waitForV4L2BufferReturnLocked() local
618 if (st == std::cv_status::timeout) { in waitForV4L2BufferReturnLocked()
1860 Status st = parent->processCaptureRequestError(req); in threadLoop() local
1861 if (st != Status::OK) { in threadLoop()
1973 Status st = parent->processCaptureResult(req); in threadLoop() local
1974 if (st != Status::OK) { in threadLoop()
2080 auto st = mRequestDoneCond.wait_for(lk, timeout); in flush() local
[all …]

123