media/libraries/test_session_common/src/main
tonihei 7cb7636ed9 Run MediaSessionStub commands in order
Some commands are run asynchronously and subsequent commands need
to wait until the previous one finished. This can be supported
by returning a Future for each command and using the existing
command execution logic to wait for each Future to complete.

As some MediaSessionStub code is now executed delayed to when it
was originally created, we also need to check if the session is
not released before triggering any actions or sending result codes.

Issue: androidx/media#85
PiperOrigin-RevId: 462101136
2022-07-21 12:54:06 +00:00
..
aidl/androidx/media3/test/session/common Run MediaSessionStub commands in order 2022-07-21 12:54:06 +00:00
java/androidx/media3/test/session/common Exclude tracks if COMMAND_GET_TRACKS is not available 2022-07-21 12:50:29 +00:00
res Update to androidx.media3 2021-10-27 09:12:46 +01:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00