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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 285 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient {
286 ResourceManagerServiceProxy(pid_t pid);
287 ~ResourceManagerServiceProxy();
335 sp<ResourceManagerServiceProxy> mResourceManagerService;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 169 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid)
176 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() {
182 void MediaCodec::ResourceManagerServiceProxy::init() {
193 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) {
199 void MediaCodec::ResourceManagerServiceProxy::addResource(
210 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) {
218 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource(
521 mResourceManagerService(new ResourceManagerServiceProxy(pid))
    [all...]

Completed in 1095 milliseconds