Searched refs:NativeHandle (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/interface/
H A Dnative_handle.h23 class NativeHandle { class in namespace:webrtc
25 virtual ~NativeHandle() {}
H A Dtexture_video_frame.h27 TextureVideoFrame(NativeHandle* handle,
68 scoped_refptr<NativeHandle> handle_;
/external/chromium_org/base/synchronization/
H A Dlock_impl.h28 typedef CRITICAL_SECTION NativeHandle; typedef in class:base::internal::LockImpl
30 typedef pthread_mutex_t NativeHandle;
50 NativeHandle* native_handle() { return &native_handle_; }
53 NativeHandle native_handle_;
/external/chromium_org/v8/src/base/platform/
H A Dmutex.h57 typedef pthread_mutex_t NativeHandle; typedef in class:v8::base::FINAL
59 typedef CRITICAL_SECTION NativeHandle; typedef in class:v8::base::FINAL
62 NativeHandle& native_handle() {
65 const NativeHandle& native_handle() const {
70 NativeHandle native_handle_;
155 typedef Mutex::NativeHandle NativeHandle; typedef in class:v8::base::FINAL
157 NativeHandle& native_handle() {
160 const NativeHandle& native_handle() const {
165 NativeHandle native_handle
[all...]
H A Dsemaphore.h53 typedef semaphore_t NativeHandle; typedef in class:v8::base::FINAL
55 typedef sem_t NativeHandle; typedef in class:v8::base::FINAL
57 typedef HANDLE NativeHandle; typedef in class:v8::base::FINAL
60 NativeHandle& native_handle() {
63 const NativeHandle& native_handle() const {
68 NativeHandle native_handle_;
H A Dcondition-variable.h63 typedef pthread_cond_t NativeHandle; typedef in class:v8::base::FINAL
66 class NativeHandle FINAL {
68 NativeHandle() : waitlist_(NULL), freelist_(NULL) {} function in class:v8::base::FINAL::FINAL
69 ~NativeHandle();
82 DISALLOW_COPY_AND_ASSIGN(NativeHandle);
86 NativeHandle& native_handle() {
89 const NativeHandle& native_handle() const {
94 NativeHandle native_handle_;
H A Dcondition-variable.cc141 ConditionVariable::NativeHandle::~NativeHandle() {
152 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() {
180 void ConditionVariable::NativeHandle::Post(Event* event, bool result) {
/external/chromium_org/content/renderer/media/
H A Dnative_handle_impl.h14 class NativeHandleImpl : public webrtc::NativeHandle {
/external/chromium_org/third_party/webrtc/common_video/
H A Dtexture_video_frame.cc17 TextureVideoFrame::TextureVideoFrame(NativeHandle* handle,
H A Dtexture_video_frame_unittest.cc18 class NativeHandleImpl : public NativeHandle {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.h41 WebRtcTextureVideoFrame(webrtc::NativeHandle* handle, int width, int height,
104 rtc::scoped_refptr<webrtc::NativeHandle> handle_;
H A Dwebrtctexturevideoframe_unittest.cc33 class NativeHandleImpl : public webrtc::NativeHandle {
H A Dwebrtctexturevideoframe.cc41 webrtc::NativeHandle* handle, int width, int height, int64 elapsed_time,
H A Dwebrtcvideoengine.cc293 static_cast<webrtc::NativeHandle*>(handle), width_, height_,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer_unittest.cc52 class FakeNativeHandle : public NativeHandle {
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc52 class FakeNativeHandle : public NativeHandle {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc122 using webrtc::NativeHandle;
1075 class NativeHandleImpl : public NativeHandle {

Completed in 5466 milliseconds