Searched refs:notifyClientStarted (Results 1 – 9 of 9) sorted by relevance
148 void notifyClientStarted(in ClientConfigParcel clientConfig); in notifyClientStarted() method
152 void notifyClientStarted(const ClientConfigParcel& clientConfig);
75 Status notifyClientStarted(const ClientConfigParcel& clientConfig) override;
208 Status ResourceManagerServiceNew::notifyClientStarted(const ClientConfigParcel& clientConfig) { in notifyClientStarted() function in android::ResourceManagerServiceNew209 return ResourceManagerService::notifyClientStarted(clientConfig); in notifyClientStarted()
109 Status notifyClientStarted(const ClientConfigParcel& clientConfig) override;
1090 Status ResourceManagerService::notifyClientStarted(const ClientConfigParcel& clientConfig) { in notifyClientStarted() function in android::ResourceManagerService1091 mResourceManagerMetrics->notifyClientStarted(clientConfig); in notifyClientStarted()
205 void ResourceManagerMetrics::notifyClientStarted(const ClientConfigParcel& clientConfig) { in notifyClientStarted() function in android::ResourceManagerMetrics
1491 mService->notifyClientStarted(client1Config); in testConcurrentCodecs()1505 mService->notifyClientStarted(client1Config); in testConcurrentCodecs()1507 mService->notifyClientStarted(client2Config); in testConcurrentCodecs()1521 mService->notifyClientStarted(client3Config); in testConcurrentCodecs()1523 mService->notifyClientStarted(client4Config); in testConcurrentCodecs()
424 void notifyClientStarted(ClientConfigParcel& clientConfig);702 void MediaCodec::ResourceManagerServiceProxy::notifyClientStarted( in notifyClientStarted() function in android::MediaCodec::ResourceManagerServiceProxy711 service->notifyClientStarted(clientConfig); in notifyClientStarted()4383 mResourceManagerProxy->notifyClientStarted(clientConfig); in onMessageReceived()