Searched refs:Writer (Results 1 - 25 of 62) sorted by relevance

123

/frameworks/av/services/audioflinger/
H A DTypedLogger.cpp26 thread_local NBLog::Writer *tlNBLogWriter;
H A DFastThreadState.h47 NBLog::Writer* mNBLogWriter; // non-blocking logger
H A DTypedLogger.h88 #define LOGT(fmt, ...) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \
93 #define LOG_HIST_TS() do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \
97 #define LOG_AUDIO_STATE() do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \
102 extern thread_local NBLog::Writer *tlNBLogWriter;
H A DFastThread.h44 virtual void setNBLogWriter(NBLog::Writer *logWriter __unused) { }
84 NBLog::Writer mDummyNBLogWriter;
85 NBLog::Writer* mNBLogWriter; // always non-nullptr: real NBLog::Writer* or &mDummyNBLogWriter
H A DFastCapture.h42 virtual void setNBLogWriter(NBLog::Writer *logWriter);
H A DFastMixer.h49 virtual void setNBLogWriter(NBLog::Writer *logWriter);
/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java19 import java.io.Writer;
79 public static GL wrap(GL gl, int configFlags, Writer log) {
100 public static EGL wrap(EGL egl, int configFlags, Writer log) {
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java36 public interface Writer { interface in class:DelayedDiskWrite
40 public void write(final String filePath, final Writer w) {
44 public void write(final String filePath, final Writer w, final boolean open) {
66 private void doWrite(String filePath, Writer w, boolean open) {
/frameworks/av/media/libnblog/
H A DNBLog.cpp297 NBLog::Writer::Writer() function in class:android::NBLog::Writer
302 NBLog::Writer::Writer(void *shared, size_t size) function in class:android::NBLog::Writer
324 NBLog::Writer::Writer(const sp<IMemory>& iMemory, size_t size) function in class:android::NBLog::Writer
325 : Writer(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size)
330 NBLog::Writer::~Writer()
337 void NBLog::Writer
[all...]
/frameworks/base/core/java/android/util/
H A DLogWriter.java19 import java.io.Writer;
22 public class LogWriter extends Writer {
29 * Create a new Writer that sends to the log with the given priority
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DAnnotationJavaFileWriter.java23 import java.io.Writer;
37 Writer writer = null;
/frameworks/support/compat/src/main/java/androidx/core/util/
H A DLogWriter.java25 import java.io.Writer;
33 public class LogWriter extends Writer {
38 * Create a new Writer that sends to the log with the given priority
/frameworks/base/core/java/com/android/internal/util/
H A DIndentingPrintWriter.java20 import java.io.Writer;
50 public IndentingPrintWriter(Writer writer, String singleIndent) {
54 public IndentingPrintWriter(Writer writer, String singleIndent, int wrapLength) {
H A DLineBreakBufferedWriter.java20 import java.io.Writer;
68 public LineBreakBufferedWriter(Writer out, int bufferSize) {
79 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) {
H A DFastPrintWriter.java26 import java.io.Writer;
35 private static class DummyWriter extends Writer {
62 final private Writer mWriter;
141 * FastPrintWriter before sending data to the Writer. This means you must call
142 * flush() before retrieving any data from the Writer.</p>
149 public FastPrintWriter(Writer wr) {
167 public FastPrintWriter(Writer wr, boolean autoFlush) {
188 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) {
H A DFileRotator.java75 public interface Writer { interface in class:FileRotator
83 public interface Rewriter extends Reader, Writer {
188 public void combineActive(final Reader reader, final Writer writer, long currentTimeMillis)
378 private static void writeFile(File file, Writer writer) throws IOException {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaPlayerStreamingStressTest.java36 import java.io.Writer;
77 private void writeTestOutput(String filename, Writer output) throws Exception{
89 private void writeTestSummary(Writer output) throws Exception{
121 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true));
H A DMediaPlayerStressTest.java34 import java.io.Writer;
73 private void writeTestOutput(String filename, Writer output) throws Exception{
87 private void writeTestSummary(Writer output) throws Exception{
124 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true));
/frameworks/av/include/media/nblog/
H A DNBLog.h46 class Writer;
230 friend class Writer;
294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
309 friend class Writer;
320 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
321 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
322 class Writer : public RefBase { class in class:android::NBLog
324 Writer(); // dummy nop implementation without shared memory
328 Writer(void *shared, size_t size);
329 Writer(cons
[all...]
/frameworks/av/media/libnblog/include/media/nblog/
H A DNBLog.h46 class Writer;
230 friend class Writer;
294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
309 friend class Writer;
320 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
321 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
322 class Writer : public RefBase { class in class:android::NBLog
324 Writer(); // dummy nop implementation without shared memory
328 Writer(void *shared, size_t size);
329 Writer(cons
[all...]
/frameworks/base/tools/preload/
H A DWritePreloadedClassFile.java21 import java.io.Writer;
57 Writer out = new BufferedWriter(new OutputStreamWriter(
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java25 import java.io.Writer;
42 private Writer mOutput = null;
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java19 import java.io.Writer;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java19 import java.io.Writer;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestView.java19 import java.io.Writer;

Completed in 493 milliseconds

123