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

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h73 const StringType& native() const { return m_PathName; } function in class:mcld::sys::fs::Path
74 StringType& native() { return m_PathName; } function in class:mcld::sys::fs::Path
112 return pOS << pPath.native();
119 return pOS >> pPath.native();
125 return pOS << pPath.native();
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp384 unsigned native, dummy; local
389 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
393 offset += 6; // skip native and preferred-display-mode-supported
400 mNativeIndex = native >> 3;
401 mNativeType = (ResolutionType)(native & 7);
412 ALOGW("sink advertised an illegal native resolution, fortunately "
423 // 1 byte "native"
457 // Support for the native format is a great idea, the spec includes
465 ALOGI("Choosing sink's native resolution");
471 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/media/libstagefright/
H A DAwesomePlayer.cpp1357 status_t AwesomePlayer::setNativeWindow_l(const sp<ANativeWindow> &native) { argument
1358 mNativeWindow = native;

Completed in 78 milliseconds