Home
last modified time | relevance | path

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

123456789

/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/google/graphics/common/libhwjpeg/
Dhwjpeg-base.cpp115 ssize_t written = write(fd, data, len); in WriteToFile() local
117 if (written < 0) { in WriteToFile()
122 ALOGI("%zu/%zu bytes from ptr %p are written to '%s'", written, len, data, path); in WriteToFile()
142 ssize_t written = write(fd, p, len); in WriteToFile() local
143 if (written < 0) in WriteToFile()
146 ALOGI("%zu/%zu bytes from dmabuf fd %d are written to '%s'", written, len, dmabuf, path); in WriteToFile()
/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/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/audio/4.0/
DIStreamOut.hal69 uint64_t written; // WRITE command, amount of bytes written, >= 0.
93 * (e.g. amount of bytes actually written or error code).
122 * Return the number of audio frames written by the audio DSP to DAC since
127 * @return dspFrames number of audio frames written.
218 * If 'type' is 'ALL', the drain completes when all previously written data
247 * external observer. This excludes frames which have been written but are
/hardware/interfaces/audio/5.0/
DIStreamOut.hal69 uint64_t written; // WRITE command, amount of bytes written, >= 0.
93 * (e.g. amount of bytes actually written or error code).
122 * Return the number of audio frames written by the audio DSP to DAC since
127 * @return dspFrames number of audio frames written.
218 * If 'type' is 'ALL', the drain completes when all previously written data
247 * external observer. This excludes frames which have been written but are
/hardware/interfaces/cas/native/1.0/
Dtypes.hal78 * If type == SHARED_MEMORY, the descrambled data must be written
84 * If type == NATIVE_HANDLE, the descrambled data must be written
/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/6.0/
DIStreamOut.hal70 uint64_t written; // WRITE command, amount of bytes written, >= 0.
94 * (e.g. amount of bytes actually written or error code).
123 * Return the number of audio frames written by the audio DSP to DAC since
128 * @return dspFrames number of audio frames written.
231 * If 'type' is 'ALL', the drain completes when all previously written data
260 * external observer. This excludes frames which have been written but are
/hardware/interfaces/audio/7.0/
DIStreamOut.hal84 uint64_t written; // WRITE command, amount of bytes written, >= 0.
102 * (e.g. amount of bytes actually written or error code).
133 * Return the number of audio frames written by the audio DSP to DAC since
139 * @return dspFrames number of audio frames written.
243 * If 'type' is 'ALL', the drain completes when all previously written data
275 * external observer. This excludes frames which have been written but are
/hardware/interfaces/sensors/2.1/
DISensors.hal45 * Data may only be written to the Event FMQ. Data must not be read from
76 * notify the HAL that data has been written to the Wake Lock FMQ and must
86 * event was written to the Event FMQ without receiving a message on the
105 * create the Event FMQ which is where sensor events are written. The
/hardware/interfaces/tests/extension/vibrator/aidl/client/
DAndroid.bp1 // This example client is written as a test, but it is executing from a system
/hardware/interfaces/audio/effect/7.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/interfaces/audio/effect/5.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/interfaces/audio/effect/6.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/interfaces/audio/effect/4.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/interfaces/audio/effect/2.0/
DIEffectBufferProviderCallback.hal33 * Called to provide a buffer with the data written by 'process' function.
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DREADME14 When built, the library will be written to
/hardware/interfaces/sensors/2.0/
Dtypes.hal46 * Used to notify the HAL that the framework has written data to the Wake
DISensors.hal59 * been written to the event queue must be abandoned immediately so that
78 * Data may only be written to the Event FMQ. Data must not be read from
109 * notify the HAL that data has been written to the Wake Lock FMQ and must
119 * event was written to the Event FMQ without receiving a message on the
138 * create the Event FMQ which is where sensor events are written. The
DISensorsCallback.hal41 * sensors have been written to the Event FMQ before calling
/hardware/qcom/sm8150/data/ipacfg-mgr/
DLICENSE15 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/qcom/gps/msm8960/loc_api/
DNOTICE11 …o endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/sm7250/gps/etc/seccomp_policy/
Dgnss@2.0-xtwifi-inet-agent.policy16 # from this software without specific prior written permission.

123456789