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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp258 bool hasClient = hwc.hasClientComposition(mHwcDisplayId); local
260 if (hasClient && hasDevice) {
262 } else if (hasClient) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2481 bool hasClient = false; local
2581 hasClient = true;
2597 if (!hasClient) {

Completed in 86 milliseconds