Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1342 *client = clientSp; in handleEvictionsLocked()
2589 auto clientSp = i->getValue(); in removeByClient() local
2590 if (clientSp.get() == client) { in removeByClient()
2607 auto clientSp = i->getValue(); in evictClientIdByRemote() local
2618 clientSp->notifyError( in evictClientIdByRemote()
2698 auto clientSp = i->getValue(); in doUserSwitch() local
2700 if (clientSp.get() == nullptr) { in doUserSwitch()
2712 evicted.push_back(clientSp); in doUserSwitch()
3796 auto clientSp = i->getValue(); in toString() local
3799 if (clientSp.get() != nullptr) { in toString()
[all …]