Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp362 sp<BasicClient> clientToDisconnect; in onDeviceStatusChanged() local
371 clientToDisconnect = removeClientLocked(id); in onDeviceStatusChanged()
375 if (clientToDisconnect.get() != nullptr) { in onDeviceStatusChanged()
379 clientToDisconnect->notifyError( in onDeviceStatusChanged()
382 clientToDisconnect->disconnect(); in onDeviceStatusChanged()