Searched defs:hasClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp277 bool hasClient = hwc.hasClientComposition(mHwcDisplayId); local
279 if (hasClient && hasDevice) {
281 } else if (hasClient) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp548 bool MediaPlayerService::hasClient(wp<Client> client) function in class:android::MediaPlayerService
1171 if (c != NULL && !mService->hasClient(c)) {

Completed in 5307 milliseconds