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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 128 List<sp<AReplyToken>> mStopReplyIDQueue;
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 667 for (it = mStopReplyIDQueue.begin();
668 it != mStopReplyIDQueue.end(); it++) {
671 mStopReplyIDQueue.clear();
1021 mStopReplyIDQueue.push_back(replyID);
    [all...]

Completed in 164 milliseconds