HomeSort by relevance Sort by last modified time
    Searched full:clienttodisconnect (Results 1 - 1 of 1) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 322 sp<BasicClient> clientToDisconnect;
335 clientToDisconnect = removeClientLocked(id);
338 clientToDisconnect->notifyError(
347 if (clientToDisconnect.get() != nullptr) {
351 clientToDisconnect->disconnect();
    [all...]

Completed in 766 milliseconds