Lines Matching refs:hostCon

275         hostCon->lock();  in onDisplayCreate()
278 hostCon->unlock(); in onDisplayCreate()
285 hostCon->unlock(); in onDisplayCreate()
288 hostCon->unlock(); in onDisplayCreate()
296 hostCon->lock(); in onDisplayCreate()
302 hostCon->unlock(); in onDisplayCreate()
344 hostCon->lock(); in onDisplayDestroy()
346 hostCon->unlock(); in onDisplayDestroy()
385 hostCon->lock(); in validateDisplay()
388 hostCon->unlock(); in validateDisplay()
481 HostConnection* hostCon; in presentDisplay() local
483 HWC3::Error error = getAndValidateHostConnection(&hostCon, &rcEnc); in presentDisplay()
488 hostCon->lock(); in presentDisplay()
491 hostCon->unlock(); in presentDisplay()
527 … post(hostCon, rcEnc, displayInfo.hostDisplayId, displayClientTarget.getBuffer()); in presentDisplay()
584 l->cbHandle = hostCon->grallocHelper()->getHostHandle(cb); in presentDisplay()
611 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()
617 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()
632 hostCon->lock(); in presentDisplay()
646 hostCon->unlock(); in presentDisplay()
659 hostCon->lock(); in presentDisplay()
663 hostCon->unlock(); in presentDisplay()
682 hostCon->lock(); in presentDisplay()
688 hostCon->unlock(); in presentDisplay()
699 post(hostCon, rcEnc, displayInfo.hostDisplayId, displayClientTarget.getBuffer()); in presentDisplay()
711 void HostFrameComposer::post(HostConnection* hostCon, ExtendedRCEncoderContext* rcEnc, in post() argument
715 hostCon->lock(); in post()
718 hostCon->grallocHelper()->getHostHandle(h)); in post()
719 rcEnc->rcFBPost(rcEnc, hostCon->grallocHelper()->getHostHandle(h)); in post()
720 hostCon->flush(); in post()
721 hostCon->unlock(); in post()