Searched refs:hasClient (Results 1 – 3 of 3) sorted by relevance
124 const bool hasClient = hwc.hasClientComposition(id); in prepareFrame() local126 if (hasClient && hasDevice) { in prepareFrame()128 } else if (hasClient) { in prepareFrame()
245 bool hasClient(wp<Client> client);
555 bool MediaPlayerService::hasClient(wp<Client> client) in hasClient() function in android::MediaPlayerService1184 if (c != NULL && !mService->hasClient(c)) { in setNextPlayer()