Searched refs:flushed (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | PipeReader.cpp | 85 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/ |
D | rs_vector_math.spec | 30 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>
|
D | rs_math.spec | 36 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 330 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/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 335 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/ |
D | rs_vector_math.rsh | 31 * 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.
|
D | rs_math.rsh | 38 * 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/ |
D | LocationProviderManager.java | 2066 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/ |
D | ICameraDeviceUser.hal | 178 * @return lastFrameNumber the frame number of the last frame flushed.
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 8881 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/ |
D | atoms.proto | 9534 * Logs information about session being flushed.
|