Home
last modified time | relevance | path

Searched refs:hasClient (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp124 const bool hasClient = hwc.hasClientComposition(id); in prepareFrame() local
126 if (hasClient && hasDevice) { in prepareFrame()
128 } else if (hasClient) { in prepareFrame()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h245 bool hasClient(wp<Client> client);
DMediaPlayerService.cpp555 bool MediaPlayerService::hasClient(wp<Client> client) in hasClient() function in android::MediaPlayerService
1184 if (c != NULL && !mService->hasClient(c)) { in setNextPlayer()