Home
last modified time | relevance | path

Searched refs:notifyClientStopped (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/mediaresourcemanager/aidl/android/media/
DIResourceManagerService.aidl158 void notifyClientStopped(in ClientConfigParcel clientConfig); in notifyClientStopped() method
/frameworks/av/services/mediaresourcemanager/
DResourceManagerMetrics.h155 void notifyClientStopped(const ClientConfigParcel& clientConfig);
DResourceManagerServiceNew.cpp212 Status ResourceManagerServiceNew::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerServiceNew
213 return ResourceManagerService::notifyClientStopped(clientConfig); in notifyClientStopped()
DResourceManagerServiceNew.h77 Status notifyClientStopped(const ClientConfigParcel& clientConfig) override;
DResourceManagerService.h111 Status notifyClientStopped(const ClientConfigParcel& clientConfig) override;
DResourceManagerMetrics.cpp172 notifyClientStopped(clientConfig); in notifyClientReleased()
282 void ResourceManagerMetrics::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerMetrics
DResourceManagerService.cpp1095 Status ResourceManagerService::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerService
1096 mResourceManagerMetrics->notifyClientStopped(clientConfig); in notifyClientStopped()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1498 mService->notifyClientStopped(client1Config); in testConcurrentCodecs()
1545 mService->notifyClientStopped(client4Config); in testConcurrentCodecs()
1550 mService->notifyClientStopped(client1Config); in testConcurrentCodecs()
1553 mService->notifyClientStopped(client2Config); in testConcurrentCodecs()
1557 mService->notifyClientStopped(client3Config); in testConcurrentCodecs()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp425 void notifyClientStopped(ClientConfigParcel& clientConfig);
714 void MediaCodec::ResourceManagerServiceProxy::notifyClientStopped( in notifyClientStopped() function in android::MediaCodec::ResourceManagerServiceProxy
723 service->notifyClientStopped(clientConfig); in notifyClientStopped()
4666 mResourceManagerProxy->notifyClientStopped(clientConfig); in onMessageReceived()