Searched refs:context_lock_ (Results 1 – 2 of 2) sorted by relevance
175 AutoLock lock(context_lock_); in CreateViewCommandBuffer()214 AutoLock lock(context_lock_); in CreateOffscreenCommandBuffer()222 AutoLock lock(context_lock_); in CreateVideoDecoder()231 AutoLock lock(context_lock_); in CreateVideoEncoder()245 AutoLock lock(context_lock_); in DestroyCommandBuffer()
237 mutable base::Lock context_lock_; variable