OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surface_native
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/jni/
android_media_MediaRecorder.cpp
51
jfieldID
surface_native
;
member in struct:fields_t
112
Surface* const p = (Surface*)env->GetIntField(clazz, fields.
surface_native
);
412
fields.
surface_native
= env->GetFieldID(surface, ANDROID_VIEW_SURFACE_JNI_ID, "I");
413
if (fields.
surface_native
== NULL) {
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
634
jfieldID
surface_native
=
local
637
(M4OSA_NULL ==
surface_native
),
640
Surface* const p = (Surface*)pEnv->GetIntField(surface,
surface_native
);
715
jfieldID
surface_native
=
local
718
(M4OSA_NULL ==
surface_native
),
721
Surface* const p = (Surface*)pEnv->GetIntField(mSurface,
surface_native
);
1044
jfieldID
surface_native
=
local
2148
jfieldID
surface_native
local
[
all
...]
Completed in 18 milliseconds