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

  /frameworks/av/include/media/
SoundPool.h 56 int sampleID() { return mSampleID; }
78 uint16_t mSampleID;
  /frameworks/av/media/libmedia/
SoundPool.cpp 456 mSampleID = sampleID;
458 ALOGV("create sampleID=%d, url=%s", mSampleID, mUrl);
464 mSampleID = sampleID;
468 ALOGV("create sampleID=%d, fd=%d, offset=%lld, length=%lld", mSampleID, mFd, mLength, mOffset);
476 mSampleID = 0;
486 ALOGV("Sample::destructor sampleID=%d, fd=%d", mSampleID, mFd);

Completed in 1568 milliseconds