Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1422 sp<BasicClient> clientTmp = nullptr; in connectHelper() local
1425 IInterface::asBinder(cameraCb), clientName8, /*out*/&clientTmp, in connectHelper()
1443 if (clientTmp.get() != nullptr) { in connectHelper()
1445 device = static_cast<CLIENT*>(clientTmp.get()); in connectHelper()