Searched refs:mCurrentTrack (Results 1 – 4 of 4) sorted by relevance
138 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 …]
125 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
67 private AvrcpItem mCurrentTrack; field in AvrcpPlayer185 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()
191 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()