Searched defs:surfaceView (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp93 static bool anp_lock(JNIEnv* env, jobject surfaceView, ANPBitmap* bitmap, ANPRectI* dirtyRect) { argument
94 if (!bitmap || !surfaceView) {
98 sp<android::Surface> surface = getSurface(env, surfaceView);
147 static void anp_unlock(JNIEnv* env, jobject surfaceView) { argument
148 if (!surfaceView) {
152 sp<android::Surface> surface = getSurface(env, surfaceView);

Completed in 98 milliseconds