Home
last modified time | relevance | path

Searched defs:isAttached (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_surface_view.cc43 bool isAttached = false; in ~AndroidSurfaceViewRenderer() local
100 bool isAttached = false; in Init() local
251 bool isAttached = false; in ~AndroidSurfaceViewChannel() local
318 bool isAttached = false; in Init() local
Dvideo_render_android_native_opengl2.cc43 bool isAttached = false; in UseOpenGL2() local
100 bool isAttached = false; in ~AndroidNativeOpenGl2Renderer() local
146 bool isAttached = false; in Init() local
250 bool isAttached = false; in ~AndroidNativeOpenGl2Channel() local
298 bool isAttached = false; in Init() local
/external/clang/include/clang/AST/
DRawCommentList.h59 bool isAttached() const LLVM_READONLY { in isAttached() function
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java172 @Override public boolean isAttached() { return false; } in isAttached() method