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

  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepFindVisitor.java 59 String otherSource = classes.get(key);
60 if (!source.equals(otherSource)) {
62 handler.handle(curPathClass, new PathClass(otherSource, key));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 212 sp<AnotherPacketSource> otherSource = getSource(!audio);
216 if (otherSource != NULL &&
217 !otherSource->hasBufferAvailable(&otherFinalResult) &&
237 if (!(otherSource != NULL && otherSource->isFinished(mediaDurationUs))) {