Home
last modified time | relevance | path

Searched refs:isPauseSupported (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalPlay.h48 bool isPauseSupported() const override { in isPauseSupported() function
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.h56 bool isPauseSupported() const override { in isPauseSupported() function
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h75 virtual bool isPauseSupported() const { in isPauseSupported() function
DAudioStream.cpp124 if (!isPauseSupported()) { in systemPause()