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

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

Completed in 99 milliseconds