Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediaresourcemanager/aidl/android/media/
H A DIResourceManagerService.aidl126 void markClientForPendingRemoval(int pid, long clientId); in markClientForPendingRemoval() method
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp791 TEST_F(ResourceManagerServiceTest, markClientForPendingRemoval) { in TEST_F() argument
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp842 Status ResourceManagerService::markClientForPendingRemoval(int32_t pid, int64_t clientId) { in markClientForPendingRemoval() function in android::ResourceManagerService
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp378 void MediaCodec::ResourceManagerServiceProxy::markClientForPendingRemoval() { in markClientForPendingRemoval() function in android::MediaCodec::ResourceManagerServiceProxy