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

/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/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp268 unsigned native, dummy; local
273 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
277 offset += 6; // skip native and preferred-display-mode-supported
284 mNativeIndex = native >> 3;
285 mNativeType = (ResolutionType)(native & 7);
296 ALOGW("sink advertised an illegal native resolution, fortunately "
307 // 1 byte "native"
337 // Support for the native format is a great idea, the spec includes
345 ALOGI("Choosing sink's native resolution");
351 ALOGW("Sink advertised native resolutio
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h70 egl_object_t* native = reinterpret_cast<N*>(o); local
71 if (o && egl_object_t::get(display, native)) {
72 ref = native;
/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;

Completed in 760 milliseconds