Home
last modified time | relevance | path

Searched refs:mCurrentTrack (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp138 if (mCurrentTrack[idx]) { in ~WriterTest()
295 if (mCurrentTrack[idx] == nullptr) { in addWriterSource()
542 if (mCurrentTrack[idx]) { in TEST_P()
543 mCurrentTrack[idx]->stop(); in TEST_P()
647 mCurrentTrack[0]->stop(); in TEST_P()
716 mCurrentTrack[0]->stop(); in TEST_P()
780 status = mCurrentTrack[0]->stop(); in TEST_P()
833 status = mCurrentTrack[0]->stop(); in TEST_P()
890 status = mCurrentTrack[0]->stop(); in TEST_P()
994 if (mCurrentTrack[idx]) { in TEST_P()
[all …]
/aosp12/frameworks/av/media/libstagefright/writer_fuzzers/include/
H A DWriterFuzzerBase.h125 if (mCurrentTrack[idx]) { in ~WriterFuzzerBase()
126 mCurrentTrack[idx]->stop(); in ~WriterFuzzerBase()
127 mCurrentTrack[idx].clear(); in ~WriterFuzzerBase()
128 mCurrentTrack[idx] = nullptr; in ~WriterFuzzerBase()
206 sp<MediaAdapter> mCurrentTrack[kMaxTrackCount] = {}; variable
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java67 private AvrcpItem mCurrentTrack; field in AvrcpPlayer
185 mCurrentTrack = update; in updateCurrentTrack()
190 if (uuid == null || imageUri == null || mCurrentTrack == null) return false; in notifyImageDownload()
191 if (uuid.equals(mCurrentTrack.getCoverArtUuid())) { in notifyImageDownload()
192 mCurrentTrack.setCoverArtLocation(imageUri); in notifyImageDownload()
200 return mCurrentTrack; in getCurrentTrack()
242 return "<AvrcpPlayer id=" + mId + " name=" + mName + " track=" + mCurrentTrack in toString()
/aosp12/frameworks/av/media/libstagefright/writer_fuzzers/
H A DWriterFuzzerBase.cpp191 mCurrentTrack[trackIndex] = new MediaAdapter(trackMeta); in addWriterSource()
192 mWriter->addSource(mCurrentTrack[trackIndex]); in addWriterSource()
236 sendBuffersToWriter(mCurrentTrack[idx], idx, currentFrameIndex[idx], in sendBuffersInterleave()
284 if (mCurrentTrack[idx]) { in initFileWriterAndProcessData()
285 mCurrentTrack[idx]->stop(); in initFileWriterAndProcessData()