Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26477a99 authored by Hyundo Moon's avatar Hyundo Moon Committed by Android (Google) Code Review
Browse files

Merge changes I30cb80e7,I790acca4,I51e05100

* changes:
  JAudioTrack: Add 6 more methods
  JAudioTrack: Add 14 methods
  Create constructor of JAudioTrack class
parents f755f276 fd328170
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -319,6 +319,7 @@ cc_library_shared {

    srcs: [
        "AudioParameter.cpp",
        "JAudioTrack.cpp",
        "MediaPlayer2Factory.cpp",
        "MediaPlayer2Manager.cpp",
        "TestPlayerStub.cpp",
@@ -327,6 +328,7 @@ cc_library_shared {
    ],

    shared_libs: [
        "libandroid_runtime",
        "libaudioclient",
        "libbinder",
        "libcutils",
+520 −0

File added.

Preview size limit exceeded, changes collapsed.

+77 −0

File added.

Preview size limit exceeded, changes collapsed.

+66 −0

File added.

Preview size limit exceeded, changes collapsed.

+273 −0

File added.

Preview size limit exceeded, changes collapsed.