Searched defs:sz (Results 1 - 9 of 9) sorted by relevance

/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c167 * @param[out] data Place to store data, size of sz, must be at least size
169 * @param[in] sz Size of data.
172 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
178 if (sz >= ds.total_size) {
/hardware/libhardware_legacy/uevent/
H A Duevent.c45 int sz = 64*1024; local
57 setsockopt(s, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz));
/hardware/broadcom/libbt/src/
H A Dupio.c149 int fd, sz, id; local
165 sz = read(fd, &buf, sizeof(buf));
168 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0)
253 int sz; local
300 sz = write(fd, &buffer, 1);
302 if (sz < 0) {
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c593 int fd, id, sz; local
603 sz = read(fd, &buf, sizeof(buf));
605 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0) {
615 sz = chown(path, AID_BLUETOOTH, AID_BLUETOOTH);
616 if (sz < 0) {
624 sz = chmod(path, 0660);
625 if (sz < 0) {
629 UIM_DBG("changed permissions for %s(%d) \n", path, sz);
/hardware/ti/wlan/mac80211/ti-utils/
H A Dnvs.c722 int sz=0, size; local
732 for ( ; sz < size; sz++) {
733 if (sz%16 == 0) {
734 printf("\n %04X ", sz);
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c615 int fd, id, sz; local
625 sz = read(fd, &buf, sizeof(buf));
627 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0) {
638 sz = chown(path, AID_BLUETOOTH, AID_BLUETOOTH);
639 if (sz < 0) {
647 sz = chmod(path, 0660);
648 if (sz < 0) {
652 UIM_DBG("changed permissions for %s(%d) \n", path, sz);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c384 int sz; local
389 sz = strnlen(pcm->error, PCM_ERROR_MAX);
392 snprintf(pcm->error + sz, PCM_ERROR_MAX - sz,
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h284 size_t sz; member in struct:venc_bufferpayload
294 unsigned long sz; member in struct:venc_buffer
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h487 size_t sz; member in struct:venc_bufferpayload
496 unsigned long sz; member in struct:venc_buffer

Completed in 285 milliseconds