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

  /frameworks/native/libs/gui/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 85 sp<OutputListener> listener(new OutputListener(this, outputQueue));
262 StreamSplitter::OutputListener::OutputListener(
267 StreamSplitter::OutputListener::~OutputListener() {}
269 void StreamSplitter::OutputListener::onBufferReleased() {
273 void StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
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/services/camera/libcameraservice/device3/
Camera3StreamSplitter.h 115 // IProducerListener. It gets called from an OutputListener (see below), and
150 class OutputListener : public BnProducerListener,
153 OutputListener(wp<Camera3StreamSplitter> splitter,
155 virtual ~OutputListener() = default;
258 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>,
Camera3StreamSplitter.cpp 127 sp<OutputListener> listener = notifier.second;
194 sp<OutputListener> listener(new OutputListener(this, gbp));
723 Camera3StreamSplitter::OutputListener::OutputListener(
728 void Camera3StreamSplitter::OutputListener::onBufferReleased() {
737 void Camera3StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
  /frameworks/av/media/libstagefright/
MediaSync.cpp 119 sp<OutputListener> listener(new OutputListener(this, output));
831 MediaSync::OutputListener::OutputListener(const sp<MediaSync> &sync,
836 MediaSync::OutputListener::~OutputListener() {}
838 void MediaSync::OutputListener::onBufferReleased() {
842 void MediaSync::OutputListener::binderDied(const wp<IBinder> &/* who */) {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
TsParser.java 30 import com.android.tv.tuner.ts.SectionParser.OutputListener;
156 private final OutputListener mSectionListener =
157 new OutputListener() {
SectionParser.java 627 public interface OutputListener {
643 private final OutputListener mListener;
645 public SectionParser(OutputListener listener) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayer2Test.java 619 static class OutputListener {
625 OutputListener(int session) {
697 OutputListener listener = new OutputListener(mp.getAudioSessionId());
    [all...]
MediaPlayerTest.java 496 static class OutputListener {
502 OutputListener(int session) {
569 OutputListener listener = new OutputListener(mp.getAudioSessionId());
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaPlayer2Test.java 545 static class OutputListener {
551 OutputListener(int session) {
624 OutputListener listener = new OutputListener(mp.getAudioSessionId());
    [all...]

Completed in 747 milliseconds