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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1047 sp<Camera3StreamInterface> deletedStream; local
1050 deletedStream = mInputStream;
1061 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
1066 res = deletedStream->disconnect();
1071 mDeletedStreams.add(deletedStream);
1842 sp<Camera3StreamInterface> deletedStream; local
1849 deletedStream = mOutputStreams.editValueAt(outputStreamIdx);
1853 res = deletedStream->disconnect();
1858 mDeletedStreams.add(deletedStream);

Completed in 36 milliseconds