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 662 for (it = mStopReplyIDQueue.begin();
663 it != mStopReplyIDQueue.end(); it++) {
666 mStopReplyIDQueue.clear();
1014 mStopReplyIDQueue.push_back(replyID);
    [all...]

Completed in 108 milliseconds