Home
last modified time | relevance | path

Searched refs:IsExclusive (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoframefactory.cc61 if (!output_frame_ || !output_frame_->IsExclusive() || in CreateAliasedFrame()
Dvideoframe.h118 virtual bool IsExclusive() const = 0;
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc138 bool WebRtcVideoFrame::IsExclusive() const { in IsExclusive() function in cricket::WebRtcVideoFrame
161 if (IsExclusive()) in MakeExclusive()
Dwebrtcvideoframe.h116 bool IsExclusive() const override;
/external/vixl/src/vixl/a64/
Dsimulator-a64.h649 bool IsExclusive(uint64_t address, size_t size) { in IsExclusive() function
671 bool IsExclusive(uint64_t address, size_t size) { in IsExclusive() function
Dsimulator-a64.cc1388 do_store = local_monitor_.IsExclusive(address, access_size) && in VisitLoadStoreExclusive()
1389 global_monitor_.IsExclusive(address, access_size); in VisitLoadStoreExclusive()