Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 104) sorted by relevance

12345

/hardware/ril/reference-ril/
Datchannel.c481 ssize_t written; in writeline() local
494 written = write (s_fd, s + cur, len - cur); in writeline()
495 } while (written < 0 && errno == EINTR); in writeline()
497 if (written < 0) { in writeline()
501 cur += written; in writeline()
507 written = write (s_fd, "\r" , 1); in writeline()
508 } while ((written < 0 && errno == EINTR) || (written == 0)); in writeline()
510 if (written < 0) { in writeline()
520 ssize_t written; in writeCtrlZ() local
533 written = write (s_fd, s + cur, len - cur); in writeCtrlZ()
[all …]
/hardware/libhardware/modules/vibrator/
Dvibrator.c53 int to_write, written, ret, fd; in write_value() local
61 written = TEMP_FAILURE_RETRY(write(fd, value, to_write)); in write_value()
62 if (written == -1) { in write_value()
64 } else if (written != to_write) { in write_value()
/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.c1493 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/interfaces/audio/2.0/
DIStreamOut.hal69 uint64_t written; // WRITE command, amount of bytes written, >= 0.
87 * (e.g. amount of bytes actually written or error code).
116 * Return the number of audio frames written by the audio DSP to DAC since
120 * @return dspFrames number of audio frames written.
207 * If 'type' is 'ALL', the drain completes when all previously written data
235 * external observer. This excludes frames which have been written but are
/hardware/interfaces/usb/1.0/default/
DUsb.cpp90 std::string written; in switchRole() local
97 if (!readFile(filename, written)) { in switchRole()
98 ALOGI("written: %s", written.c_str()); in switchRole()
99 if (written == convertRoletoString(newRole)) { in switchRole()
/hardware/interfaces/audio/effect/2.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/qcom/gps/msm8084/loc_api/
DNOTICE11 …o endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/gps/loc_api/
DNOTICE11 …o endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/bootctrl/
DNOTICE14 from this software without specific prior written permission.
/hardware/qcom/gps/msm8960/loc_api/
DNOTICE11 …o endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/gps/msm8994/loc_api/
DNOTICE11 …o endorse or promote products derived from this software without specific prior written permission.
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp395 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/
Dtinyaudio_hw.c158 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/invensense/6515/libsensors_iio/
DLicense.txt3 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/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT3 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/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
DNOTICE16 derived from this software without specific prior written
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
DNOTICE16 derived from this software without specific prior written
/hardware/qcom/audio/hal/
Daudio_hw.h190 uint64_t written; /* total frames written, not cleared when entering standby */ member
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr21 … endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr21 … endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr21 … endorse or promote products derived from this software without specific prior written permission.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal64 * The returned buffer may be locked and written to by software and/or GL. This buffer
/hardware/interfaces/audio/2.0/default/
DStreamOut.cpp80 mStatus.reply.written = 0; in doWrite()
84 mStatus.reply.written = writeResult; in doWrite()
/hardware/interfaces/nfc/1.0/
DINfc.hal46 * @return number of bytes written to the NFCC
/hardware/interfaces/drm/1.0/
Dtypes.hal338 * If type == SHARED_MEMORY, the decrypted data must be written
344 * If type == NATIVE_HANDLE, the decrypted data must be written

12345