Searched refs:notifyBufferReleased (Results 1 – 6 of 6) sorted by relevance
46 virtual status_t notifyBufferReleased(ANativeWindowBuffer *buffer);
104 status_t Camera3SharedOutputStream::notifyBufferReleased(ANativeWindowBuffer *anwBuffer) { in notifyBufferReleased() function in android::camera3::Camera3SharedOutputStream110 res = mStreamSplitter->notifyBufferReleased(buffer); in notifyBufferReleased()
79 status_t notifyBufferReleased(const sp<GraphicBuffer>& buffer);
173 virtual status_t notifyBufferReleased(ANativeWindowBuffer *anwBuffer);
256 notifyBufferReleased(anwBuffer); in returnBufferCheckedLocked()903 status_t Camera3OutputStream::notifyBufferReleased(ANativeWindowBuffer* /*anwBuffer*/) { in notifyBufferReleased() function in android::camera3::Camera3OutputStream
401 status_t Camera3StreamSplitter::notifyBufferReleased(const sp<GraphicBuffer>& buffer) { in notifyBufferReleased() function in android::Camera3StreamSplitter