Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_handler.cpp209 _cur_sync = sync_meta; in execute_buffer()
214 _cur_sync.release (); in execute_buffer()
224 SmartPtr<SyncMeta> sync = _cur_sync; in finish()
239 SmartPtr<SyncMeta> sync = _cur_sync; in terminate()
Dsoft_handler.h89 SmartPtr<SyncMeta> _cur_sync; variable