Searched refs:hasClient (Results 1 – 3 of 3) sorted by relevance
279 bool hasClient = hwc.hasClientComposition(mHwcDisplayId); in prepareFrame() local281 if (hasClient && hasDevice) { in prepareFrame()283 } else if (hasClient) { in prepareFrame()
237 bool hasClient(wp<Client> client);
571 bool MediaPlayerService::hasClient(wp<Client> client) in hasClient() function in android::MediaPlayerService1211 if (c != NULL && !mService->hasClient(c)) { in setNextPlayer()