Searched refs:abandoned (Results 1 – 5 of 5) sorted by relevance
101 return mGrContext->abandoned(); in isAbandonedOrDeviceLost()
48 // Indicates that the previous query is considered abandoned and the user
284 bool abandoned = mAbandoned.exchange(true); in unregister() local287 if (abandoned || (owner = mOwner.lock()) == nullptr) { in unregister()
103 // Playback is abandoned before reaching the end of the media
575 if (grContext->abandoned()) { in draw()