Searched refs:notifyClientStopped (Results 1 – 9 of 9) sorted by relevance
158 void notifyClientStopped(in ClientConfigParcel clientConfig); in notifyClientStopped() method
155 void notifyClientStopped(const ClientConfigParcel& clientConfig);
212 Status ResourceManagerServiceNew::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerServiceNew213 return ResourceManagerService::notifyClientStopped(clientConfig); in notifyClientStopped()
77 Status notifyClientStopped(const ClientConfigParcel& clientConfig) override;
111 Status notifyClientStopped(const ClientConfigParcel& clientConfig) override;
172 notifyClientStopped(clientConfig); in notifyClientReleased()282 void ResourceManagerMetrics::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerMetrics
1095 Status ResourceManagerService::notifyClientStopped(const ClientConfigParcel& clientConfig) { in notifyClientStopped() function in android::ResourceManagerService1096 mResourceManagerMetrics->notifyClientStopped(clientConfig); in notifyClientStopped()
1498 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()
425 void notifyClientStopped(ClientConfigParcel& clientConfig);714 void MediaCodec::ResourceManagerServiceProxy::notifyClientStopped( in notifyClientStopped() function in android::MediaCodec::ResourceManagerServiceProxy723 service->notifyClientStopped(clientConfig); in notifyClientStopped()4666 mResourceManagerProxy->notifyClientStopped(clientConfig); in onMessageReceived()