Home
last modified time | relevance | path

Searched refs:played (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Dstrategy_for_stream.pfw7 # while key clicks are played produces a poor result
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md189 Increments from the trace are played asynchronously rather than one by one, being dispatched by
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1576 int64_t played = now - mLastStartedPlayingTimeNs; in onPause() local
1578 driver->notifyMorePlayingTimeUs((played+500)/1000); in onPause()