Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp210 mLastReadStatus = CameraSource::read(buffer, options); in read()
218 return mLastReadStatus; in read()
222 return mLastReadStatus; in read()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSourceTimeLapse.h112 status_t mLastReadStatus; variable