Home
last modified time | relevance | path

Searched defs:removeResource (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
DIResourceManagerService.cpp88 virtual void removeResource(int pid, int64_t clientId) { in removeResource() function in android::BpResourceManagerService
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp265 void ResourceManagerService::removeResource(int pid, int64_t clientId) { in removeResource() function in android::ResourceManagerService
269 void ResourceManagerService::removeResource(int pid, int64_t clientId, bool checkValid) { in removeResource() function in android::ResourceManagerService
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp515 TEST_F(ResourceManagerServiceTest, removeResource) { in TEST_F() argument
/frameworks/av/media/libstagefright/
DMediaCodec.cpp210 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) { in removeResource() function in android::MediaCodec::ResourceManagerServiceProxy