/external/webrtc/talk/app/webrtc/java/jni/ |
H A D | jni_helpers.h | 128 : obj_(static_cast<T>(jni->NewGlobalRef(obj))) {} 130 DeleteGlobalRef(AttachCurrentThreadIfNeeded(), obj_); local 133 return obj_; 136 T obj_; member in class:webrtc_jni::ScopedGlobalRef
|
/external/webrtc/webrtc/modules/audio_device/android/ |
H A D | opensles_common.h | 26 ScopedSLObject() : obj_(nullptr) {} 31 RTC_DCHECK(!obj_); 32 return &obj_; 35 SLDerefType operator->() { return *obj_; } 37 SLType Get() const { return obj_; } 40 if (obj_) { 41 (*obj_)->Destroy(obj_); 42 obj_ = nullptr; 47 SLType obj_; member in class:webrtc::ScopedSLObject [all...] |
/external/webrtc/webrtc/modules/utility/include/ |
H A D | helpers_android.h | 73 : jni_(jni), obj_(static_cast<T>(NewGlobalRef(jni, obj))) {} 75 DeleteGlobalRef(jni_, obj_); 78 return obj_; 82 T obj_; member in class:webrtc::ScopedGlobalRef
|
/external/webrtc/webrtc/base/ |
H A D | platform_thread.h | 78 void* const obj_; member in class:rtc::PlatformThread
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
H A D | global_motion.hpp | 161 std::vector<double> obj_, collb_, colub_; member in class:cv::videostab::MotionEstimatorL1
|
H A D | motion_stabilizing.hpp | 153 std::vector<double> obj_, collb_, colub_; member in class:cv::videostab::LpMotionStabilizer
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.h | 144 explicit AutoLock(T* obj) : obj_(obj) { obj_->Lock(); } 145 ~AutoLock() { obj_->Unlock(); } 147 T* obj_; member in class:MainWnd::AutoLock
|
/external/opencv3/3rdparty/libjasper/jasper/ |
H A D | jas_stream.h | 235 jas_stream_obj_t *obj_; member in struct:__anon15155
|
/external/v8/src/ |
H A D | api-natives.cc | 125 obj_(obj) { 127 DisableAccessChecks(isolate_, obj_); 132 EnableAccessChecks(isolate_, obj_); 139 Handle<JSObject> obj_; member in class:v8::internal::__anon18445::AccessCheckDisableScope
|
H A D | api.h | 53 return obj_.value(); 66 NeanderObject obj_; member in class:v8::NeanderArray 80 : obj_(obj) { }
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout.cc | 948 inline void init (const void *obj_, hb_apply_func_t apply_func_) argument 950 obj = obj_;
|
H A D | hb-private.hh | 813 const void *obj_, 816 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false) 811 hb_auto_trace_t(unsigned int *plevel_, const char *what_, const void *obj_, const char *func, const char *message, ...) argument
|
/external/webrtc/talk/session/media/ |
H A D | channel_unittest.cc | 429 : obj_(obj), 435 bool result = (*obj_.*method_)(); 441 ChannelTest<T>* obj_; member in class:ChannelTest::CallThread
|
/external/v8/src/heap/ |
H A D | heap.h | 398 *target = e.obj_; 405 *target = entry->obj_; 417 : obj_(obj), size_(size), was_marked_black_(was_marked_black) {} 419 HeapObject* obj_; member in struct:v8::internal::PromotionQueue::Entry
|
/external/v8/src/ast/ |
H A D | ast.h | 1783 Expression* obj() const { return obj_; } 1786 void set_obj(Expression* e) { obj_ = e; } 1854 obj_(obj), 1867 Expression* obj_; member in class:v8::internal::final
|