Home
last modified time | relevance | path

Searched refs:file_size (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/wlan/mac80211/ti-utils/
Dini.h323 int nvs_get_arch(int file_size, struct wl12xx_common *cmn);
Dini.c1022 int nvs_get_arch(int file_size, struct wl12xx_common *cmn) in nvs_get_arch() argument
1026 switch (file_size) { in nvs_get_arch()
/hardware/msm7k/libcamera/
Dcamera_ifc.h306 int32_t file_size; member
DQualcommCameraHardware.cpp1695 encode_properties.file_size = 0x0; in initCameraParameters()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c99 static int file_size(char *fname);
329 file_size(char *fname) in file_size() function
1260 if ((ret = file_size(fname)) < 0) in dhd_sprom()
1742 if ((fsize = file_size(fname)) < 0) { in dhd_download()
1968 if ((fsize = file_size(fname)) < 0) { in dhd_dldn()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu.c88 static int file_size(char *fname);
312 file_size(char *fname) in file_size() function
1239 if ((ret = file_size(fname)) < 0) in dhd_sprom()
1651 if ((fsize = file_size(fname)) < 0) { in dhd_download()
1838 if ((fsize = file_size(fname)) < 0) { in dhd_dldn()
/hardware/qcom/audio/libalsa-intf/
Darec.c487 long file_size; in signal_handler() local
/hardware/ril/mock-ril/src/cpp/
Dprotobuf_v8.cpp514 for (int i = 0; i < descriptors.file_size(); i++) { in NewSchema()