HomeSort by relevance Sort by last modified time
    Searched refs:NativeHandle (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/interface/
native_handle.h 23 class NativeHandle {
25 virtual ~NativeHandle() {}
texture_video_frame.h 27 TextureVideoFrame(NativeHandle* handle,
68 scoped_refptr<NativeHandle> handle_;
  /external/chromium_org/base/synchronization/
lock_impl.h 28 typedef CRITICAL_SECTION NativeHandle;
30 typedef pthread_mutex_t NativeHandle;
50 NativeHandle* native_handle() { return &native_handle_; }
53 NativeHandle native_handle_;
  /external/chromium_org/v8/src/base/platform/
condition-variable.h 63 typedef pthread_cond_t NativeHandle;
66 class NativeHandle FINAL {
68 NativeHandle() : waitlist_(NULL), freelist_(NULL) {}
69 ~NativeHandle();
82 DISALLOW_COPY_AND_ASSIGN(NativeHandle);
86 NativeHandle& native_handle() {
89 const NativeHandle& native_handle() const {
94 NativeHandle native_handle_;
mutex.h 57 typedef pthread_mutex_t NativeHandle;
59 typedef CRITICAL_SECTION NativeHandle;
62 NativeHandle& native_handle() {
65 const NativeHandle& native_handle() const {
70 NativeHandle native_handle_;
155 typedef Mutex::NativeHandle NativeHandle;
157 NativeHandle& native_handle() {
160 const NativeHandle& native_handle() const {
165 NativeHandle native_handle_
    [all...]
semaphore.h 53 typedef semaphore_t NativeHandle;
55 typedef sem_t NativeHandle;
57 typedef HANDLE NativeHandle;
60 NativeHandle& native_handle() {
63 const NativeHandle& native_handle() const {
68 NativeHandle native_handle_;
condition-variable.cc 141 ConditionVariable::NativeHandle::~NativeHandle() {
152 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() {
180 void ConditionVariable::NativeHandle::Post(Event* event, bool result) {
  /external/chromium_org/content/renderer/media/
native_handle_impl.h 14 class NativeHandleImpl : public webrtc::NativeHandle {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 41 WebRtcTextureVideoFrame(webrtc::NativeHandle* handle, int width, int height,
104 rtc::scoped_refptr<webrtc::NativeHandle> handle_;
webrtctexturevideoframe_unittest.cc 33 class NativeHandleImpl : public webrtc::NativeHandle {
webrtctexturevideoframe.cc 41 webrtc::NativeHandle* handle, int width, int height, int64 elapsed_time,
webrtcvideoengine.cc 293 static_cast<webrtc::NativeHandle*>(handle), width_, height_,
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/
texture_video_frame.cc 17 TextureVideoFrame::TextureVideoFrame(NativeHandle* handle,
texture_video_frame_unittest.cc 18 class NativeHandleImpl : public NativeHandle {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer_unittest.cc 52 class FakeNativeHandle : public NativeHandle {
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 52 class FakeNativeHandle : public NativeHandle {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 122 using webrtc::NativeHandle;
    [all...]

Completed in 2417 milliseconds