Searched defs:native (Results 1 - 5 of 5) sorted by path

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1806 void PreviewPlayer::setNativeWindow_l(const sp<ANativeWindow> &native) { argument
1807 mNativeWindow = native;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1214 status_t AwesomePlayer::setNativeWindow_l(const sp<ANativeWindow> &native) { argument
1215 mNativeWindow = native;
/frameworks/base/cmds/system_server/library/
H A DAndroid.mk8 native = $(LOCAL_PATH)/../../../../native macro
11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h79 const StringType &native() const function in class:mcld::sys::fs::Path
82 StringType &native() function in class:mcld::sys::fs::Path
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h72 egl_object_t* native = reinterpret_cast<N*>(o); local
73 if (o && egl_object_t::get(display, native)) {
74 ref = native;

Completed in 57 milliseconds