Searched refs:notifyBufferReleased (Results 1 – 6 of 6) sorted by relevance
47 virtual status_t notifyBufferReleased(ANativeWindowBuffer *buffer);
105 status_t Camera3SharedOutputStream::notifyBufferReleased(ANativeWindowBuffer *anwBuffer) { in notifyBufferReleased() function in android::camera3::Camera3SharedOutputStream111 res = mStreamSplitter->notifyBufferReleased(buffer); in notifyBufferReleased()
79 status_t notifyBufferReleased(const sp<GraphicBuffer>& buffer);
178 virtual status_t notifyBufferReleased(ANativeWindowBuffer *anwBuffer);
334 notifyBufferReleased(anwBuffer); in returnBufferCheckedLocked()1034 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