/hardware/ril/reference-ril/ |
D | atchannel.c | 476 ssize_t written; in writeline() local 489 written = write (s_fd, s + cur, len - cur); in writeline() 490 } while (written < 0 && errno == EINTR); in writeline() 492 if (written < 0) { in writeline() 496 cur += written; in writeline() 502 written = write (s_fd, "\r" , 1); in writeline() 503 } while ((written < 0 && errno == EINTR) || (written == 0)); in writeline() 505 if (written < 0) { in writeline() 515 ssize_t written; in writeCtrlZ() local 528 written = write (s_fd, s + cur, len - cur); in writeCtrlZ() [all …]
|
/hardware/libhardware/modules/vibrator/ |
D | vibrator.c | 46 int to_write, written, ret, fd; in sendit() local 56 written = TEMP_FAILURE_RETRY(write(fd, value, to_write)); in sendit() 58 if (written == -1) { in sendit() 60 } else if (written != to_write) { in sendit()
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.c | 1493 ssize_t written = 0; in mix_audio_SST_writev() local 1506 written = writev(mix->fileDescriptor, in, iovincnt); in mix_audio_SST_writev() 1507 if (written >= 0) mix->bytes_written += written; in mix_audio_SST_writev() 1508 g_debug("writev() returned %d. Total %" G_GUINT64_FORMAT, written, mix->bytes_written); in mix_audio_SST_writev() 1522 written = writev(mix->fileDescriptor, in, iovincnt); in mix_audio_SST_writev() 1523 if (written > 0) mix->bytes_written += written; in mix_audio_SST_writev() 1524 g_debug("writev() returned %d. Total %" G_GUINT64_FORMAT, written, mix->bytes_written); in mix_audio_SST_writev() 1527 if (written < 0) in mix_audio_SST_writev() 1535 if (insize) *insize = (guint64)written; in mix_audio_SST_writev() 1536 if (written != total_bytes) in mix_audio_SST_writev() [all …]
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | COPYING-CMAKE-SCRIPTS | 11 derived from this software without specific prior written permission.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | NOTICE | 17 derived from this software without specific prior written
|
/hardware/bsp/intel/peripheral/libupm/src/pn532/ |
D | license.txt | 15 derived from this software without specific prior written permission.
|
/hardware/qcom/bootctrl/ |
D | NOTICE | 14 from this software without specific prior written permission.
|
/hardware/ti/omap4xxx/security/ |
D | NOTICE | 18 * from this software without specific prior written permission.
|
/hardware/qcom/gps/loc_api/ |
D | NOTICE | 11 …o endorse or promote products derived from this software without specific prior written permission.
|
/hardware/qcom/gps/msm8960/loc_api/ |
D | NOTICE | 11 …o endorse or promote products derived from this software without specific prior written permission.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | LICENSE | 16 this software without specific prior written permission.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | LICENSE.TXT | 17 without specific prior written permission.
|
/hardware/qcom/gps/msm8084/loc_api/ |
D | NOTICE | 11 …o endorse or promote products derived from this software without specific prior written permission.
|
/hardware/qcom/gps/msm8994/loc_api/ |
D | NOTICE | 11 …o endorse or promote products derived from this software without specific prior written permission.
|
/hardware/ti/omap4-aah/security/ |
D | NOTICE | 18 * from this software without specific prior written permission.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | LICENSE | 17 derived from this software without specific prior written
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.cpp | 395 size_t written = TEMP_FAILURE_RETRY(write(mFd, &ev, sizeof(ev))); in vibrate() local 396 if (written != sizeof(ev)) { in vibrate() 412 size_t written = TEMP_FAILURE_RETRY(write(mFd, &ev, sizeof(ev))); in cancelVibrate() local 413 if (written != sizeof(ev)) { in cancelVibrate()
|
/hardware/intel/audio_media/hdmi/ |
D | tinyaudio_hw.c | 158 ssize_t written; in get_card_number_by_name() local 162 written = readlink(id_filepath, number_filepath, sizeof(number_filepath)); in get_card_number_by_name() 163 if (written < 0) { in get_card_number_by_name() 166 } else if (written >= (ssize_t)sizeof(id_filepath)) { in get_card_number_by_name()
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 3 Unless you and Broadcom Corporation ("Broadcom") execute a separate written 131 except under a written agreement with terms and conditions at least as 149 promptly returned to Broadcom upon written request by Broadcom or upon 177 otherwise, without the prior written consent of Broadcom, and any such 214 and representations between them, whether written or oral concerning the
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 3 Unless you and InvenSense Corporation ("InvenSense") execute a separate written 131 except under a written agreement with terms and conditions at least as 149 promptly returned to InvenSense upon written request by InvenSense or upon 177 otherwise, without the prior written consent of InvenSense, and any such 214 and representations between them, whether written or oral concerning the
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/ |
D | LICENSE | 16 derived from this software without specific prior written permission.
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | testing.md | 3 Mraa has a test suite written in python which can be run by users to check
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | NOTICE | 16 derived from this software without specific prior written
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | NOTICE | 16 derived from this software without specific prior written
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 165 uint64_t written; /* total frames written, not cleared when entering standby */ member
|