summaryrefslogtreecommitdiff
path: root/services/mediatranscoding/MediaTranscodingService.cpp
AgeCommit message (Collapse)Author
2020-02-01MediaTranscodingService: Simplify TranscodingClientManager.hkuang
Change the singleton to return reference instead of sp<>; Bug: 145233472 Test: Unit test. Change-Id: Ie5b8631ec9e917d80805f63c77618e24720f53bc
2020-01-31MediaTranscodingService: Implement service's add/remove client APIs.hkuang
Bug: 145233472 Test: Unit test. Change-Id: Ice22f86942bf3838c80b100c71af46ff6e217744
2020-01-13MediaTranscodingService: Rework Service's AIDL.hkuang
1) Include parcel in Parcelable's name. 2) Add TranscodingJobPriority. 3) Change registerClient API to include pid, uid and packageName. Bug:145233472 Test: Build and run. Change-Id: Ide40e6de8fb1b6f01bbae4577ef3b14d6136b577
2019-12-04MediatranscodingService: Create MediaTranscodingService.Hangyu Kuang
"adb shell dumpsys -l | grep media" shows media.transcoding service. This CL only adds the skelton to start the service and hook up with the libmediatranscoding librarie now. But it does not do anything yet. The implementation will be added in the next few Cls. Bug:145233472 Test: Build and run. Change-Id: I09021b811e5bd935735b0b936c55639496799ae1