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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1025 sp<Camera3StreamInterface> deletedStream; local
1028 deletedStream = mInputStream;
1039 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
1044 res = deletedStream->disconnect();
1049 mDeletedStreams.add(deletedStream);
1800 sp<Camera3StreamInterface> deletedStream; local
1807 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
1811 res = deletedStream->disconnect();
1816 mDeletedStreams.add(deletedStream);

Completed in 38 milliseconds