Searched refs:notifyBufferReleased (Results 1 – 6 of 6) sorted by relevance
57 status_t Camera3SharedOutputStream::notifyBufferReleased(ANativeWindowBuffer *anwBuffer) { in notifyBufferReleased() function in android::camera3::Camera3SharedOutputStream63 res = mStreamSplitter->notifyBufferReleased(buffer); in notifyBufferReleased()
43 virtual status_t notifyBufferReleased(ANativeWindowBuffer *buffer);
74 status_t notifyBufferReleased(const sp<GraphicBuffer>& buffer);
166 virtual status_t notifyBufferReleased(ANativeWindowBuffer *anwBuffer);
240 notifyBufferReleased(anwBuffer); in returnBufferCheckedLocked()781 status_t Camera3OutputStream::notifyBufferReleased(ANativeWindowBuffer* /*anwBuffer*/) { in notifyBufferReleased() function in android::camera3::Camera3OutputStream
274 status_t Camera3StreamSplitter::notifyBufferReleased(const sp<GraphicBuffer>& buffer) { in notifyBufferReleased() function in android::Camera3StreamSplitter