Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp345 sp<BasicClient> clientToDisconnect; in onDeviceStatusChanged() local
354 clientToDisconnect = removeClientLocked(id); in onDeviceStatusChanged()
358 if (clientToDisconnect.get() != nullptr) { in onDeviceStatusChanged()
362 clientToDisconnect->notifyError( in onDeviceStatusChanged()
368 clientToDisconnect->disconnect(); in onDeviceStatusChanged()