Searched refs:notifyBufferReleased (Results 1 – 6 of 6) sorted by relevance
44 virtual status_t notifyBufferReleased(ANativeWindowBuffer *buffer);
75 status_t Camera3SharedOutputStream::notifyBufferReleased(ANativeWindowBuffer *anwBuffer) { in notifyBufferReleased() function in android::camera3::Camera3SharedOutputStream81 res = mStreamSplitter->notifyBufferReleased(buffer); in notifyBufferReleased()
79 status_t notifyBufferReleased(const sp<GraphicBuffer>& buffer);
169 virtual status_t notifyBufferReleased(ANativeWindowBuffer *anwBuffer);
256 notifyBufferReleased(anwBuffer); in returnBufferCheckedLocked()814 status_t Camera3OutputStream::notifyBufferReleased(ANativeWindowBuffer* /*anwBuffer*/) { in notifyBufferReleased() function in android::camera3::Camera3OutputStream
382 status_t Camera3StreamSplitter::notifyBufferReleased(const sp<GraphicBuffer>& buffer) { in notifyBufferReleased() function in android::Camera3StreamSplitter