Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.h33 void UnsetSource();
Dcached_frame.cpp23 CachedFrame::~CachedFrame() { UnsetSource(); } in ~CachedFrame()
38 void CachedFrame::UnsetSource() { source_frame_ = nullptr; } in UnsetSource() function in arc::CachedFrame