HomeSort by relevance Sort by last modified time
    Searched refs:ResourceManagerServiceProxy (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
MediaCodec.h 257 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient {
258 ResourceManagerServiceProxy(pid_t pid);
259 ~ResourceManagerServiceProxy();
300 sp<ResourceManagerServiceProxy> mResourceManagerService;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 107 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid)
114 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() {
120 void MediaCodec::ResourceManagerServiceProxy::init() {
131 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) {
137 void MediaCodec::ResourceManagerServiceProxy::addResource(
148 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) {
156 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource(
248 mResourceManagerService(new ResourceManagerServiceProxy(pid))
    [all...]

Completed in 27 milliseconds