Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libnbaio/
DPipeReader.cpp85 ssize_t flushed = mFifoReader.flush(&lost); in flush() local
86 if (flushed == -EOVERFLOW || lost > 0) { in flush()
89 flushed = OVERRUN; in flush()
91 if (flushed <= 0) { in flush()
92 return flushed; in flush()
94 mFramesRead += (size_t) flushed; // we consider flushed frames as read, but not lost frames in flush()
95 return flushed; in flush()
/frameworks/rs/script_api/
Drs_vector_math.spec30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
33 values may be flushed to zero, and rounding towards zero may be used.</li>
Drs_math.spec36 rs_fp_relaxed and rs_fp_full. Under rs_fp_relaxed, subnormal values may be flushed to zero and
44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
47 values may be flushed to zero, and rounding towards zero may be used.</li>
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp330 int32_t nChannels, int32_t nSampleRate, bool flushed = false, in encodeNFrames() argument
366 if (flushed) { in encodeNFrames()
368 flushed = false; in encodeNFrames()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp335 uint32_t nWidth, int32_t nHeight, bool flushed = false, bool signalEOS = true) { in encodeNFrames() argument
367 if (flushed) { in encodeNFrames()
369 flushed = false; in encodeNFrames()
/frameworks/rs/script_api/include/
Drs_vector_math.rsh31 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
34 * values may be flushed to zero, and rounding towards zero may be used.
Drs_math.rsh38 * rs_fp_relaxed and rs_fp_full. Under rs_fp_relaxed, subnormal values may be flushed to zero and
46 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
49 * values may be flushed to zero, and rounding towards zero may be used.
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java2066 boolean flushed = updateRegistration(listener.asBinder(), registration -> {
2070 if (!flushed) {
2081 boolean flushed = updateRegistration(pendingIntent, registration -> {
2085 if (!flushed) {
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal178 * @return lastFrameNumber the frame number of the last frame flushed.
/frameworks/av/services/audioflinger/
DThreads.cpp8881 const ssize_t flushed = mPipeSource->flush(); in inputStandBy() local
8882 if (flushed > 0) { in inputStandBy()
8883 ALOGV("Input standby flushed PipeSource %zd frames", flushed); in inputStandBy()
8884 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
/frameworks/proto_logging/stats/
Datoms.proto9534 * Logs information about session being flushed.