Searched defs:deletedStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp974 sp<Camera3StreamInterface> deletedStream; local
977 deletedStream = mInputStream;
988 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
993 res = deletedStream->disconnect();
998 mDeletedStreams.add(deletedStream);
1626 sp<Camera3StreamInterface> deletedStream; local
1633 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
1637 res = deletedStream->disconnect();
1642 mDeletedStreams.add(deletedStream);

Completed in 380 milliseconds