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

/external/webrtc/talk/media/base/
H A Dvideoframefactory.cc61 if (!output_frame_ || !output_frame_->IsExclusive() ||
H A Dvideoframe.h118 virtual bool IsExclusive() const = 0;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.h116 bool IsExclusive() const override;
H A Dwebrtcvideoframe.cc138 bool WebRtcVideoFrame::IsExclusive() const { function in class:cricket::WebRtcVideoFrame
161 if (IsExclusive())
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h753 bool IsExclusive(uint64_t address, size_t size) { function in class:vixl::aarch64::SimExclusiveLocalMonitor
775 bool IsExclusive(uint64_t address, size_t size) { function in class:vixl::aarch64::SimExclusiveGlobalMonitor
H A Dsimulator-aarch64.cc1651 do_store = local_monitor_.IsExclusive(address, access_size) &&
1652 global_monitor_.IsExclusive(address, access_size);

Completed in 621 milliseconds