HomeSort by relevance Sort by last modified time
    Searched refs:OutputListener (Results 1 - 9 of 9) sorted by null

  /frameworks/native/include/gui/
StreamSplitter.h 90 // IProducerListener. It gets called from an OutputListener (see below), and
111 class OutputListener : public BnProducerListener,
114 OutputListener(const sp<StreamSplitter>& splitter,
116 virtual ~OutputListener();
  /frameworks/native/libs/gui/
StreamSplitter.cpp 83 sp<OutputListener> listener(new OutputListener(this, outputQueue));
260 StreamSplitter::OutputListener::OutputListener(
265 StreamSplitter::OutputListener::~OutputListener() {}
267 void StreamSplitter::OutputListener::onBufferReleased() {
271 void StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamSplitter.h 110 // IProducerListener. It gets called from an OutputListener (see below), and
140 class OutputListener : public BnProducerListener,
143 OutputListener(wp<Camera3StreamSplitter> splitter,
145 virtual ~OutputListener() = default;
238 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>,
Camera3StreamSplitter.cpp 114 sp<OutputListener> listener = notifier.second;
166 sp<OutputListener> listener(new OutputListener(this, gbp));
527 Camera3StreamSplitter::OutputListener::OutputListener(
532 void Camera3StreamSplitter::OutputListener::onBufferReleased() {
541 void Camera3StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
  /frameworks/av/media/libstagefright/include/
MediaSync.h 171 class OutputListener : public BnProducerListener,
174 OutputListener(const sp<MediaSync> &sync, const sp<IGraphicBufferProducer> &output);
175 virtual ~OutputListener();
254 // It gets called from an OutputListener.
  /frameworks/av/media/libstagefright/
MediaSync.cpp 116 sp<OutputListener> listener(new OutputListener(this, output));
828 MediaSync::OutputListener::OutputListener(const sp<MediaSync> &sync,
833 MediaSync::OutputListener::~OutputListener() {}
835 void MediaSync::OutputListener::onBufferReleased() {
839 void MediaSync::OutputListener::binderDied(const wp<IBinder> &/* who */) {
  /packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java 30 import com.android.tv.tuner.ts.SectionParser.OutputListener;
141 private final OutputListener mSectionListener = new OutputListener() {
SectionParser.java 326 public interface OutputListener {
335 private final OutputListener mListener;
337 public SectionParser(OutputListener listener) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 419 static class OutputListener {
425 OutputListener(int session) {
492 OutputListener listener = new OutputListener(mp.getAudioSessionId());
    [all...]

Completed in 3020 milliseconds