HomeSort by relevance Sort by last modified time
    Searched refs:mSink (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.cpp 12 mSink << " ";
18 mSink << "argument " << parameter->getArgumentNumber() << " of call to "
25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n";
31 mSink << symbol->getIntermSymbol()->getSymbol() << " (symbol id: "
38 mSink << "selection\n";
44 mSink << "loop condition\n";
50 mSink << "logical " << logicalOp->getOpString() << "\n";
55 mSink << "\n";
60 mSink << "--- Dependency graph spanning tree ---\n";
63 mSink << "\n"
    [all...]
DependencyGraphOutput.h 15 TDependencyGraphOutput(TInfoSinkBase& sink) : mSink(sink) {}
27 TInfoSinkBase& mSink;
  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictVertexShaderTiming.cpp 13 mSink.message(EPrefixError,
RestrictVertexShaderTiming.h 19 , mSink(sink)
27 TInfoSinkBase& mSink;
RestrictFragmentShaderTiming.cpp 13 : mSink(sink)
75 mSink << "A call to a user defined function is not permitted.\n";
82 mSink.prefix(EPrefixError);
83 mSink.location(node->getLine());
102 mSink << "An expression dependent on a sampler is not permitted to be the"
108 mSink << "An expression dependent on a sampler is not permitted to be the"
121 mSink << "An expression dependent on a sampler is not permitted in a conditional statement.\n";
127 mSink << "An expression dependent on a sampler is not permitted in a loop condition.\n";
133 mSink << "An expression dependent on a sampler is not permitted on the left hand side of a logical "
RestrictFragmentShaderTiming.h 31 TInfoSinkBase& mSink;
  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateOutputs.cpp 13 : mSink(sink),
74 mSink.prefix(EPrefixError);
75 mSink.location(loc);
76 mSink << "'" << token << "' : " << reason << "\n";
ValidateOutputs.h 23 TInfoSinkBase& mSink;
ValidateLimitations.h 51 TInfoSinkBase &mSink;
ValidateLimitations.cpp 141 mSink(sink),
207 mSink.prefix(EPrefixError);
208 mSink.location(loc);
209 mSink << "'" << token << "' : " << reason << "\n";
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 48 private final WritableByteChannel mSink;
115 mSink = sink;
362 mSink.close();
392 mSink.write(ByteBuffer.wrap(buffer, start, count));
398 mSink.write(ByteBuffer.wrap(buffer, start, count));
462 return ((ChunkedWritableByteChannel) mSink).getByteBuffer();
467 return ((ChunkedWritableByteChannel) mSink).getBytes();
ChromiumUrlRequest.java 39 private final WritableByteChannel mSink;
96 mSink = sink;
307 return mSink;
574 mSink.write(buffer);
598 mSink.close();
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 105 LinkedBlockingQueue<const sp<WebmFrame> >& mSink;
117 void run() { mSink.push(WebmFrame::EOS); }
WebmFrameThread.cpp 59 : mType(type), mSink(sink) {
72 mVideoFrames(videoThread->mSink),
73 mAudioFrames(audioThread->mSink),
377 mSink.push(f);
397 mSink.push(WebmFrame::EOS);
WebmWriter.cpp 78 mStreams[kVideoIndex].mSink,
79 mStreams[kAudioIndex].mSink,
110 mStreams[kVideoIndex].mSink,
111 mStreams[kAudioIndex].mSink,
242 mStreams[idx].mType, mStreams[idx].mSink);
248 mStreams[idx].mSink,
325 mStreams[kVideoIndex].mSink.clear();
326 mStreams[kAudioIndex].mSink.clear();
WebmWriter.h 92 LinkedBlockingQueue<const sp<WebmFrame> > mSink;
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 229 private final FusedLocationHardwareSink mSink;
237 mSink = sink;
243 mSink.onLocationAvailable(mLocations);
247 mSink.onDiagnosticDataAvailable(mData);
  /frameworks/av/services/audioflinger/
RecordTracks.h 84 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
Threads.cpp     [all...]
  /frameworks/wilhelm/src/
data.h 45 SLDataSink mSink;
data.c     [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 163 const SLDataSink *pAudioSnk = &ar->mDataSink.u.mSink;
174 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.mSink.pFormat;
308 const SLDataSink *pAudioSnk = &ar->mDataSink.u.mSink;
MediaPlayer_to_android.cpp 309 const SLDataSink *pAudioSnk = &mp->mAudioSink.u.mSink;
371 const SLDataSink *pAudioSnk = &mp->mAudioSink.u.mSink;
373 const SLDataSink *pVideoSnk = &mp->mImageVideoSink.u.mSink;
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 382 const SLDataSink *pAudioSnk = &thiz->mDataSink.u.mSink;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 429 milliseconds

1 2