Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:AudioCache

314 status_t MediaPlayerService::AudioCache::dump(int fd, const Vector<String16>& args) const
320 result.append(" AudioCache\n");
1201 sp<AudioCache> cache = new AudioCache(heap);
1256 sp<AudioCache> cache = new AudioCache(heap);
1817 #define LOG_TAG "AudioCache"
1818 MediaPlayerService::AudioCache::AudioCache(const sp<IMemoryHeap>& heap) :
1824 uint32_t MediaPlayerService::AudioCache::latency () const
1829 float MediaPlayerService::AudioCache::msecsPerFrame() const
1834 status_t MediaPlayerService::AudioCache::getPosition(uint32_t *position) const
1841 status_t MediaPlayerService::AudioCache::getFramesWritten(uint32_t *written) const
1913 status_t MediaPlayerService::AudioCache::open(
1935 status_t MediaPlayerService::AudioCache::start() {
1937 mCallbackThread->run("AudioCache callback");
1942 void MediaPlayerService::AudioCache::stop() {
1948 ssize_t MediaPlayerService::AudioCache::write(const void* buffer, size_t size)
1967 status_t MediaPlayerService::AudioCache::wait()
1983 void MediaPlayerService::AudioCache::notify(
1987 AudioCache* p = static_cast<AudioCache*>(cookie);
2013 int MediaPlayerService::AudioCache::getSessionId() const